Configure tacker to run functional tests

Patchset includes oslotests and tempest-lib
packages in test-requirements.txt needed for
running functional tests.

Closes-Bug #1493564

Change-Id: I347dfd3f1b65e9b687c7da88b2a9c13bf27eb703
This commit is contained in:
Santosh Kodicherla 2015-09-09 01:05:36 +00:00
parent 8692c13347
commit c009875252
2 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,8 @@ python-subunit>=0.0.18
ordereddict
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
oslotest>=1.10.0
tempest-lib>=0.6.1
testrepository>=0.0.18
testtools>=0.9.36,!=1.2.0
WebTest>=2.0

View File

@ -28,9 +28,12 @@ commands =
python -m tacker.openstack.common.lockutils python setup.py testr --slowest --testr-args='{posargs}'
[testenv:functional]
sitepackages = True
setenv = OS_TEST_PATH=./tacker/tests/functional
commands =
python setup.py testr --slowest --testr-args='{posargs}'
deps =
{[testenv]deps}
[tox:jenkins]
sitepackages = True