summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorIlya Tyaptin <ityaptin@mirantis.com>2015-05-15 16:43:36 +0300
committerIlya Tyaptin <ityaptin@mirantis.com>2015-06-04 16:29:02 +0300
commit57a9fc5bce838497846bd97b25a7517f7943da96 (patch)
tree8b7ae71efc993315b5a81e0dcf0bcb93331518f0 /test-requirements.txt
parent960af604ad8f373df7d114dd25c398c92108cdb1 (diff)
downloadceilometer-57a9fc5bce838497846bd97b25a7517f7943da96.tar.gz
Add running functional scripts for defined backend
This CR allows running "functional" tox job for different backends. Short description about expected workflow: 1. Gate job run ceilometer/ceilometer/tests/functional/hooks/post_test_hook.py with <backend> parameter. 2. This script run "tox -efunctional" command with defined variable CEILOMETER_TEST_BACKEND 3. After in "run-functional-tests.sh" setup script for the backend and testr are runned. In this CR running testr with pretty_tox.sh script added because it allows to use subunit-trace output which developed in tempest-lib and improve useful of testr output. Partially implements: blueprint ceilometer-functional-tests Change-Id: Idb66aca0b46779516db2baec856df8223dbe5c13
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index d0aa334e..b33926f9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -31,3 +31,4 @@ testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
gabbi>=0.12.0 # Apache-2.0
requests-aws>=0.1.4 # BSD License (3 clause)
+tempest-lib>=0.5.0