Add nova tox env to run nova scenario test cases
Change-Id: I170f3f1a03c85b05f94bf729e35b68e1d1800fc8
This commit is contained in:
parent
0d8b6d9430
commit
999df2811b
10
tox.ini
10
tox.ini
@ -182,6 +182,16 @@ setenv =
|
||||
OS_TEST_PATH = {toxinidir}/tobiko/tests/scenario/neutron
|
||||
|
||||
|
||||
[testenv:nova]
|
||||
|
||||
basepython = {[integration]basepython}
|
||||
envdir = {[integration]envdir}
|
||||
passenv = {[integration]passenv}
|
||||
setenv =
|
||||
{[integration]setenv}
|
||||
OS_TEST_PATH = {toxinidir}/tobiko/tests/scenario/nova
|
||||
|
||||
|
||||
[testenv:faults]
|
||||
|
||||
basepython = {[integration]basepython}
|
||||
|
Loading…
x
Reference in New Issue
Block a user