Delete tox.ini functional when functional test is real.

This patch delete tox.ini functional, the
"/karborclient/tests/functional" is not exist.

Change-Id: I29b40bac7aff8e082e36a1575dc442370911088a
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
This commit is contained in:
Yuanbin.Chen 2018-01-18 23:13:38 +08:00
parent 4a5fe7dbc9
commit 84d19ef13c
1 changed files with 0 additions and 5 deletions

View File

@ -21,11 +21,6 @@ commands = flake8
[testenv:venv]
commands = {posargs}
[testenv:functional]
setenv =
{[testenv]setenv}
OS_TEST_PATH = ./karborclient/tests/functional
passenv = OS_*
[testenv:cover]
commands =
python setup.py test --coverage --testr-args='{posargs}'