aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/rally/task.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-06-28 11:31:45 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-06-28 14:30:46 +0200
commit72a238d63d6e2e15eb74d02c3030663404c3872c (patch)
tree9228ca01df898611d2517cd71453dbf22924805f /functest/opnfv_tests/openstack/rally/task.yaml
parent655020449ba281dce52821cd36f5dd01bffebee9 (diff)
Add swift scenario in rally
As for refstack_object, it forces swift in SUT. Role is hardcoded to admin as for a few Neutron tests. Change-Id: I0ae823fc8f31016d37831a82f7a50e92b2ed5f58 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/opnfv_tests/openstack/rally/task.yaml')
-rw-r--r--functest/opnfv_tests/openstack/rally/task.yaml4
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 181fdb42e..3e692891a 100644
--- a/functest/opnfv_tests/openstack/rally/task.yaml
+++ b/functest/opnfv_tests/openstack/rally/task.yaml
@@ -42,3 +42,7 @@
{% if "heat" in service_list %}
{%- include "var/opnfv-heat.yaml"-%}
{% endif %}
+
+{% if "swift" in service_list %}
+{%- include "var/opnfv-swift.yaml"-%}
+{% endif %}