Remove old integration tests for sahara codebase
Old integration tests are no longer gated, so we can remove this 'dead' code from sahara repository. Change-Id: Ief0984d34898c134e831d9949e0f16617dd62004
This commit is contained in:
parent
e3b302b291
commit
43a57d1a10
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,7 +18,6 @@ eggs
|
|||||||
etc/sahara.conf
|
etc/sahara.conf
|
||||||
etc/sahara/*.conf
|
etc/sahara/*.conf
|
||||||
etc/sahara/*.topology
|
etc/sahara/*.topology
|
||||||
sahara/tests/integration/configs/itest.conf
|
|
||||||
sdist
|
sdist
|
||||||
target
|
target
|
||||||
tools/lintstack.head.py
|
tools/lintstack.head.py
|
||||||
|
6
tox.ini
6
tox.ini
@ -16,12 +16,6 @@ commands = bash tools/pretty_tox.sh '{posargs}'
|
|||||||
whitelist_externals = bash
|
whitelist_externals = bash
|
||||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||||
|
|
||||||
[testenv:integration]
|
|
||||||
setenv =
|
|
||||||
VIRTUAL_ENV={envdir}
|
|
||||||
DISCOVER_DIRECTORY=sahara/tests/integration
|
|
||||||
commands = bash tools/pretty_tox.sh '{posargs}'
|
|
||||||
|
|
||||||
[testenv:scenario]
|
[testenv:scenario]
|
||||||
setenv = VIRTUALENV={envdir}
|
setenv = VIRTUALENV={envdir}
|
||||||
commands = python {toxinidir}/sahara/tests/scenario/runner.py {posargs}
|
commands = python {toxinidir}/sahara/tests/scenario/runner.py {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user