From a74978619ec8daa6a9b2aa2547e161694f31aca7 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Wed, 25 Jul 2018 20:27:08 +0200 Subject: Remove unused tox target Change-Id: Ia2079aa316aa23f7577c94f009fc1af727dac3ab --- tox.ini | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 7eb1c97e..528739a2 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit v1.2.1