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'