Browse Source
This replaces the requirements.stub dependency approach for heat_integrationtests with a single dependency on tempest in test-requirements.txt. tempest provides all the required dependencies for the current heat_integrationtests, and this helps the transition of being able to run tests both with the current runner and as a tempest plugin. blueprint tempest-plugin-support Change-Id: I6fc5886feec5de71826f640cd29990114bd7781cchanges/69/348569/7
3 changed files with 7 additions and 35 deletions
@ -1,31 +0,0 @@
|
||||
# The order of packages is significant, because pip processes them in the order |
||||
# of appearance. Changing the order has an impact on the overall integration |
||||
# process, which may cause wedges in the gate later. |
||||
|
||||
# These are stubs for requirements. This file must be processed with |
||||
# heat_integrationtests/install-requirements to generate and install the real |
||||
# requirements.txt where versions for packages present in |
||||
# main project requirements will be synced from main requirements files. |
||||
|
||||
pbr |
||||
kombu |
||||
os-collect-config |
||||
oslo.log |
||||
oslo.messaging |
||||
oslo.concurrency |
||||
oslo.config |
||||
oslo.utils |
||||
paramiko |
||||
python-ceilometerclient |
||||
python-cinderclient |
||||
python-keystoneclient |
||||
python-heatclient |
||||
python-neutronclient |
||||
python-novaclient |
||||
python-swiftclient |
||||
PyYAML |
||||
requests |
||||
six |
||||
testrepository |
||||
testscenarios |
||||
testtools |
Loading…
Reference in new issue