Remove unused tox target

Change-Id: Ia2079aa316aa23f7577c94f009fc1af727dac3ab
This commit is contained in:
Mehdi Abaakouk 2018-07-25 20:27:08 +02:00 committed by Mehdi Abaakouk (sileht)
parent eef19f6b7c
commit a74978619e
1 changed files with 0 additions and 11 deletions

11
tox.ini
View File

@ -18,17 +18,6 @@ commands =
oslo-config-generator --config-file=etc/ceilometer/ceilometer-config-generator.conf
whitelist_externals = bash
[testenv:integration]
basepython = python3
setenv = OS_TEST_PATH=./ceilometer/tests/integration
OS_TEST_TIMEOUT=2400
GABBI_LIVE_FAIL_IF_NO_TEST=1
passenv = {[testenv]passenv} HEAT_* CEILOMETER_* GNOCCHI_* AODH_* PANKO_* GLANCE_* NOVA_* ADMIN_*
# NOTE(sileht): run gabbi-run to failfast in case of error because testr
# doesn't support --failfast, but we loose the testr report.
commands =
bash -c 'cd ceilometer/tests/integration/gabbi/gabbits-live && gabbi-run -x < autoscaling.yaml'
[testenv:cover]
basepython = python3
setenv = OS_TEST_PATH=ceilometer/tests