Merge "Add check for idempotent id in tempest tests"
This commit is contained in:
commit
1c0da28c83
@ -15,6 +15,7 @@ sphinx>=1.5.1 # BSD
|
||||
sphinxcontrib-httpdomain # BSD
|
||||
sphinxcontrib-pecanwsme>=0.8 # Apache-2.0
|
||||
openstackdocstheme>=1.5.0 # Apache-2.0
|
||||
tempest>=14.0.0 # Apache-2.0
|
||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||
testtools>=1.4.0 # MIT
|
||||
unittest2 # BSD
|
||||
|
4
tox.ini
4
tox.ini
@ -29,7 +29,9 @@ passenv = ZUUL_PROJECT
|
||||
commands = ./run_tests.sh -N --db-type mysql
|
||||
|
||||
[testenv:pep8]
|
||||
commands = flake8 {posargs} . {toxinidir}/tools/get_action_list.py {toxinidir}/tools/sync_db.py
|
||||
commands =
|
||||
flake8 {posargs} . {toxinidir}/tools/get_action_list.py {toxinidir}/tools/sync_db.py
|
||||
check-uuid --package mistral_tempest_tests
|
||||
|
||||
[testenv:cover]
|
||||
# Also do not run test_coverage_ext tests while gathering coverage as those
|
||||
|
Loading…
x
Reference in New Issue
Block a user