Merge "Configure tacker to run functional tests"
This commit is contained in:
commit
dae27b81e9
@ -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
|
||||
|
3
tox.ini
3
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user