rm legacy netvirt tests
[integration/test.git] / csit / suites / openstack / connectivity / l2.robot
index 8111e0b07704a09d8eda7015fed882bc9dff3b32..8864b82c72fc0583d1b6534721a2878ec433d299 100644 (file)
@@ -27,11 +27,7 @@ ${NET_1_VLAN_ID}    1121
 *** Test Cases ***
 Create VLAN Network net_1
     [Documentation]    Create Network with neutron request.
-    # in the case that the controller under test is using legacy netvirt features, vlan segmentation is not supported,
-    # and we cannot create a vlan network. If those features are installed we will instead stick with vxlan.
-    ${feature_check_status} =    OpenStackOperations.Is Feature Installed    ${legacy_feature_list}
-    BuiltIn.Run Keyword If    '${feature_check_status}' == 'True'    OpenStackOperations.Create Network    @{NETWORKS}[0]
-    ...    ELSE    OpenStackOperations.Create Network    @{NETWORKS}[0]    --provider-network-type vlan --provider-physical-network ${PUBLIC_PHYSICAL_NETWORK} --provider-segment ${NET_1_VLAN_ID}
+    OpenStackOperations.Create Network    @{NETWORKS}[0]    --provider-network-type vlan --provider-physical-network ${PUBLIC_PHYSICAL_NETWORK} --provider-segment ${NET_1_VLAN_ID}
 
 Create Subnet For net_1
     [Documentation]    Create Sub Nets for the Networks with neutron request.