summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMehdi Abaakouk <sileht@sileht.net>2018-07-25 20:27:08 +0200
committerMehdi Abaakouk (sileht) <sileht@sileht.net>2018-07-26 11:39:37 +0000
commita74978619ec8daa6a9b2aa2547e161694f31aca7 (patch)
tree13840cca884f5d7d66b721c9e0c294e9df42203b /tox.ini
parenteef19f6b7cb3ce4bf8d322dcd041a1d7088fb15e (diff)
downloadceilometer-a74978619ec8daa6a9b2aa2547e161694f31aca7.tar.gz
Remove unused tox target
Change-Id: Ia2079aa316aa23f7577c94f009fc1af727dac3ab
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 0 insertions, 11 deletions
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