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:
Vitaly Gridnev 2015-11-18 22:55:10 +03:00
parent e3b302b291
commit 43a57d1a10
2 changed files with 0 additions and 7 deletions

1
.gitignore vendored
View File

@ -18,7 +18,6 @@ eggs
etc/sahara.conf
etc/sahara/*.conf
etc/sahara/*.topology
sahara/tests/integration/configs/itest.conf
sdist
target
tools/lintstack.head.py

View File

@ -16,12 +16,6 @@ commands = bash tools/pretty_tox.sh '{posargs}'
whitelist_externals = bash
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]
setenv = VIRTUALENV={envdir}
commands = python {toxinidir}/sahara/tests/scenario/runner.py {posargs}