Fix CNTT tempest_slow regex 02/69102/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 26 Nov 2019 21:24:18 +0000 (22:24 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 26 Nov 2019 21:24:18 +0000 (22:24 +0100)
It also deactivates ipv6 tests as for tempest_scenario.

Change-Id: Ie383e9c5b96fa4b7c989979a8c0bc8d9875d95ef
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/smoke-cntt/testcases.yaml

index 2eb1ad6..e9c82ea 100644 (file)
@@ -196,13 +196,14 @@ tiers:
                     name: tempest_common
                     args:
                         mode: "(?!.*test_volume_swap)\
-                          (?!test_server_personality)\
-                          (?!test_container_sync.ContainerSyncTest.test_container_synchronization)\
-                          (?!test_encrypted_cinder_volumes)\
-                          (?!test_minbw_allocation_placement)\
-                          (?!test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert)\
-                          (?!test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup)\
-                          (?!test_volume_migrate_attached)\
+                          (?!.*test_server_personality)\
+                          (?!.*test_container_sync.ContainerSyncTest.test_container_synchronization)\
+                          (?!.*test_encrypted_cinder_volumes)\
+                          (?!.*test_minbw_allocation_placement)\
+                          (?!.*test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert)\
+                          (?!.*test_network_v6)\
+                          (?!.*test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup)\
+                          (?!.*test_volume_migrate_attached)\
                           (?=.*\\[.*\\bslow\\b.*\\])(^tempest.)"
                         option:
                             - '--concurrency=2'