Merge "Configure tacker to run functional tests"

This commit is contained in:
Jenkins 2015-09-10 18:30:48 +00:00 committed by Gerrit Code Review
commit dae27b81e9
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