Remove scenario tests and related files

Removed etc/scenario,
        etc/edp-examples,
        sahara/tests/scenario,
        sahara/tests/scenario_unit,
        tools/gate
From tox.ini removed envs scenario, py27-scenario-unit
bp: move-scenario-tests-to-separate-repo

Change-Id: I36917d56a2ea233213f2913d17589bdc66fd4fec
This commit is contained in:
Evgeny Sikachev 2016-01-22 10:46:42 +03:00
parent 0f8711f23e
commit c6e885735b
1 changed files with 0 additions and 10 deletions

10
tox.ini
View File

@ -16,16 +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:scenario]
setenv = VIRTUALENV={envdir}
commands = python {toxinidir}/sahara/tests/scenario/runner.py {posargs}
[testenv:py27-scenario-unit]
setenv =
VIRTUAL_ENV={envdir}
DISCOVER_DIRECTORY=sahara/tests/scenario_unit
commands = bash tools/pretty_tox.sh '{posargs}'
[testenv:cover]
commands = {toxinidir}/tools/cover.sh {posargs}