Skip router creation in selected rally tests 51/67451/1
authorJuha Kosonen <juha.kosonen@nokia.com>
Thu, 28 Mar 2019 15:40:30 +0000 (17:40 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 30 Mar 2019 02:18:32 +0000 (03:18 +0100)
Do not create routers in those rally_sanity tests where the test does
not require it.

Change-Id: I6dd8a2b7579e11ca6ecc3b7383fa4d09a1e56ec3
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
(cherry picked from commit d5e56ad6becd1bb2aa7dafbfccb37c6b84512955)

functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml

index da99a48..d045df3 100644 (file)
@@ -21,7 +21,8 @@
         ports_per_network: 1
       context:
         {% call user_context(tenants_amount, users_amount, use_existing_users) %}
-        network: {}
+        network:
+          router: {}
         quotas:
           neutron:
             network: -1
@@ -42,7 +43,8 @@
         subnets_per_network: 1
       context:
         {% call user_context(tenants_amount, users_amount, use_existing_users) %}
-        network: {}
+        network:
+          router: {}
         quotas:
           neutron:
             network: -1
@@ -64,7 +66,8 @@
         subnets_per_network: 1
       context:
         {% call user_context(tenants_amount, users_amount, use_existing_users) %}
-        network: {}
+        network:
+          router: {}
         quotas:
           neutron:
             network: -1
         ports_per_network: 1
       context:
         {% call user_context(tenants_amount, users_amount, use_existing_users) %}
-        network: {}
+        network:
+          router: {}
         quotas:
           neutron:
             network: -1
         subnets_per_network: 1
       context:
         {% call user_context(tenants_amount, users_amount, use_existing_users) %}
-        network: {}
+        network:
+          router: {}
         quotas:
           neutron:
             network: -1
         subnets_per_network: 1
       context:
         {% call user_context(tenants_amount, users_amount, use_existing_users) %}
-        network: {}
+        network:
+          router: {}
         quotas:
           neutron:
             network: -1