summaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/rally
diff options
context:
space:
mode:
authorJuha Kosonen <juha.kosonen@nokia.com>2017-12-19 13:59:14 +0200
committerJuha Kosonen <juha.kosonen@nokia.com>2017-12-19 13:59:14 +0200
commitd13cda81e166fbb5092bacc16c191aeda2a45569 (patch)
tree00532e90dbc65ef0375d0d30dfde23f6a7bdf39f /functest/opnfv_tests/openstack/rally
parent41380d84c1b9e90383f32d967b2d641a94516d1c (diff)
Blacklist rally ceilometer scenarios
Exclude ceilometer test cases since Rally is still utilizing the API which was deprecated in Pike. Change-Id: I33be7358c14988f94d38d4b9d42995bd5f022617 Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Diffstat (limited to 'functest/opnfv_tests/openstack/rally')
-rw-r--r--functest/opnfv_tests/openstack/rally/blacklist.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/rally/blacklist.txt b/functest/opnfv_tests/openstack/rally/blacklist.txt
index 13d8fc5fc..4b42c312a 100644
--- a/functest/opnfv_tests/openstack/rally/blacklist.txt
+++ b/functest/opnfv_tests/openstack/rally/blacklist.txt
@@ -49,6 +49,16 @@ scenario:
# Ref: https://docs.openstack.org/releasenotes/ceilometer/ocata.html
- 'CeilometerEvents..*'
- 'CeilometerTraits..*'
+ -
+ scenarios:
+ - '^os-' # all scenarios
+ installers:
+ - '.+' # all installers
+ tests:
+ # Rally is still utilizing Ceilometer API which is deprecated
+ # in Pike.
+ # Ref: https://docs.openstack.org/releasenotes/ceilometer/pike.html
+ - 'Ceilometer..*'
functionality:
-