Skip to content

When running tempest #2

@eshenayo

Description

@eshenayo

When executing: ./run_tests.sh -V -- run tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server

Return is:

Downloading/unpacking hacking>=0.9.2,<0.10 (from -r /vagrant/tempest/test-requirements.txt (line 4))
Real name of requirement hacking is hacking
Could not find any downloads that satisfy the requirement hacking>=0.9.2,<0.10 (from -r /vagrant/tempest/test-requirements.txt (line 4))
Some externally hosted files were ignored (use --allow-external hacking to allow).
Cleaning up...
No distributions at all found for hacking>=0.9.2,<0.10 (from -r /vagrant/tempest/test-requirements.txt (line 4))
Storing debug log for failure in /root/.pip/pip.log
Command "tools/with_venv.sh pip install --upgrade -r /vagrant/tempest/requirements.txt -r /vagrant/tempest/test-requirements.txt" failed.
None

I updated the hacking version to be ==0.9.2 in the requirements.txt file and reran:

tools/with_venv.sh pip install --upgrade -r /vagrant/tempest/requirements.txt -r /vagrant/tempest/test-requirements.txt

This completed successfully

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions