summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2017-10-16 11:31:51 +0200
committerJulien Danjou <julien@danjou.info>2017-10-25 14:38:43 +0200
commitd881dd52289d453b9f9d94c7c32c0672a70a8064 (patch)
tree3e8dba427d47ccaf28c5c16bfc20956d09e6a042 /tox.ini
parent4b420650697c9c19029152ebce24e0c591f2d9c3 (diff)
downloadceilometer-d881dd52289d453b9f9d94c7c32c0672a70a8064.tar.gz
Remove Ceilometer API
This removes the deprecated Ceilometer API. Change-Id: I752b36b3dfe8f935b68c4d3d59ccb5b8b60c582f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini16
1 files changed, 0 insertions, 16 deletions
diff --git a/tox.ini b/tox.ini
index 10a211e4..ce95a831 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,15 +35,6 @@ passenv = {[testenv]passenv} HEAT_* CEILOMETER_* GNOCCHI_* AODH_* PANKO_* GLANCE
commands =
bash -c 'cd ceilometer/tests/integration/gabbi/gabbits-live && gabbi-run -x < autoscaling.yaml'
-# NOTE(chdent): The gabbi tests are also run under the other functional
-# tox targets. This target simply provides a target to directly run just
-# gabbi tests without needing to do discovery across the entire body of
-# tests.
-[testenv:gabbi]
-setenv = OS_TEST_PATH=ceilometer/tests/functional/gabbi
-passenv = CEILOMETER_*
-commands = pifpaf run mongodb {toxinidir}/tools/pretty_tox.sh "{posargs}"
-
[testenv:cover]
setenv = OS_TEST_PATH=ceilometer/tests
commands =
@@ -79,10 +70,3 @@ show-source = True
import_exceptions =
ceilometer.i18n
local-check-factory = ceilometer.hacking.checks.factory
-
-[testenv:api-ref]
-whitelist_externals = rm
-commands =
- rm -rf api-ref/build
- sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
-