Skip macspoofing tempest test if security group mode is 'transparent'
[integration/test.git] / csit / suites / openstack / tempest / tempest.robot
index 9e4e11bd06947dce6edbee8d1ab08494f03c6678..1f246d34a17027a5e3446df51f165cabc105d326 100644 (file)
@@ -29,6 +29,10 @@ tempest.api.network
 tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks
     ${TEST_NAME}    ${exclusion_regex}    ${tempest_config_file}
 
+tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic
+    [Tags]    skip_if_stable/mitaka
+    ${TEST_NAME}    ${exclusion_regex}    ${tempest_config_file}
+
 tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames
     ${TEST_NAME}    ${exclusion_regex}    ${tempest_config_file}
 
@@ -65,6 +69,10 @@ tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.t
 tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops
     ${TEST_NAME}    ${exclusion_regex}    ${tempest_config_file}
 
+tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port
+    [Tags]    skip_if_transparent
+    ${TEST_NAME}    ${exclusion_regex}    ${tempest_config_file}
+
 *** Keywords ***
 Log In To Tempest Executor And Setup Test Environment
     [Documentation]    Initialize SetupUtils, open SSH connection to a devstack system and source the openstack