Update octavia regexes 41/70141/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 3 May 2020 18:03:54 +0000 (20:03 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 3 May 2020 20:09:27 +0000 (22:09 +0200)
It stops using noop drivers and adds all scenarios except:
 - .*api.v2.test_availability_zone
 - .*api.v2.test_availability_zone_profile
 - .*api.v2.test_member.MemberAPITest.test_member_ipv4_create
 - .*api.v2.test_member.MemberAPITest.test_member_ipv6_create

It doesn't run ipv6 which asks for a deep dive (ipv6 from containers?)
It increases threads to 3 as the other testcases.

Change-Id: I36d9d764a5ab92efe89196181bffa3ad0a57227c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 069930982dbf9745e6bc84cc7d4476be54fdcbc7)

docker/smoke/testcases.yaml
functest/ci/testcases.yaml
functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml

index 0403f7a..3513963 100644 (file)
@@ -275,9 +275,12 @@ tiers:
                 run:
                     name: tempest_common
                     args:
-                        mode:
-                            '^octavia_tempest_plugin.tests.api.v2'
+                        mode: "(?!.*api.v2.test_availability_zone)\
+                            (?!.*api.v2.test_availability_zone_profile)\
+                            (?!.*api.v2.test_member.MemberAPITest.test_member_ipv4_create)\
+                            (?!.*api.v2.test_member.MemberAPITest.test_member_ipv6_create)\
+                            (^octavia_tempest_plugin.tests.(api|scenario))"
                         services:
                             - octavia
                         option:
-                            - '--concurrency=2'
+                            - '--concurrency=3'
index c6f74f1..abda574 100644 (file)
@@ -453,8 +453,11 @@ tiers:
                 run:
                     name: tempest_common
                     args:
-                        mode:
-                            '^octavia_tempest_plugin.tests.api.v2'
+                        mode: "(?!.*api.v2.test_availability_zone)\
+                            (?!.*api.v2.test_availability_zone_profile)\
+                            (?!.*api.v2.test_member.MemberAPITest.test_member_ipv4_create)\
+                            (?!.*api.v2.test_member.MemberAPITest.test_member_ipv6_create)\
+                            (^octavia_tempest_plugin.tests.(api|scenario))"
                         services:
                             - octavia
                         option:
index df94ea0..49f2d76 100644 (file)
@@ -72,7 +72,7 @@ volume-feature-enabled:
     consistency_group: false
     volume_revert: true
 load_balancer:
-    test_with_noop: true
+    test_with_ipv6: false
 neutron_plugin_options:
     agent_availability_zone: nova
     available_type_drivers: flat,geneve,vlan,gre,local,vxlan