
Functional tests are meant to validate the openstack optimize cli functionality. The code was kept in watcher-tempest-plugin repo. Tempest plugin repo was meant to store tempest related api and scenario tests, not functional tests. This patch moves the code from watcher-tempest-plugin to watcherclient repo. It also adds: - tox target for running functional tests - New zuul job based on devstack-tox-functional to run functional tests. Note: Now functional tests are running via tox and OS_* variable. That's why It also drops tempest credentials factory to get creds from tempest.conf. Related-bug: #2100741 Change-Id: Ibf25c9cd6b8cd6b228f759d7393af5fe6a357d7f Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
10 lines
284 B
Plaintext
10 lines
284 B
Plaintext
coverage!=4.4,>=4.0 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
hacking>=7.0.0,<7.1.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
tempest>=17.1.0 # Apache-2.0
|