diff options
author | Martin Kulhavy <martin.kulhavy@nokia.com> | 2017-07-14 13:11:31 +0300 |
---|---|---|
committer | Martin Kulhavy <martin.kulhavy@nokia.com> | 2017-08-24 08:25:48 +0000 |
commit | d18c7d9d71decbaa8b5a1a45267ef5f00e926369 (patch) | |
tree | d240e133e9ae9fd76c9427a30cd0fb3d63c4c823 /functest/opnfv_tests/openstack/rally/task.yaml | |
parent | 0b4684562fa417201477fc4643a4eb4025847a84 (diff) |
Add Rally scenarios for telemetry
Ceilometer scenarios were added.
Reasons for testcase blacklisting:
- Deprecated ceilometer client used by Rally. This depends on the
confuguration of the system, currently it seems to affect all
installers.
- A bug in ceilometer client (already fixed and merged in OpenStack
repository).
JIRA: FUNCTEST-849
Change-Id: I0bd7e1e9817538165b7b9705bcec213d7d275359
Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
Diffstat (limited to 'functest/opnfv_tests/openstack/rally/task.yaml')
-rw-r--r-- | functest/opnfv_tests/openstack/rally/task.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/rally/task.yaml b/functest/opnfv_tests/openstack/rally/task.yaml index 033edb83..65f101fb 100644 --- a/functest/opnfv_tests/openstack/rally/task.yaml +++ b/functest/opnfv_tests/openstack/rally/task.yaml @@ -31,6 +31,10 @@ {%- include "var/opnfv-neutron.yaml"-%} {% endif %} +{% if "ceilometer" in service_list %} +{%- include "var/opnfv-ceilometer.yaml"-%} +{% endif %} + {% if "quotas" in service_list %} {%- include "var/opnfv-quotas.yaml"-%} {% endif %} |