aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:
-