X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fopenstack%2Fconnectivity%2F01_l2_tests.robot;h=3de76c2ca6e61596573e4f2d79299cc01c4a2094;hb=02eb3418af8de2831ad8a5aa1d119746fffd1bac;hp=ed6fcfd32cf38df97bde29c9f81931708b423ab9;hpb=53529a3b27333cdcbce597983f74c07510f4ada5;p=integration%2Ftest.git diff --git a/csit/suites/openstack/connectivity/01_l2_tests.robot b/csit/suites/openstack/connectivity/01_l2_tests.robot index ed6fcfd32c..3de76c2ca6 100644 --- a/csit/suites/openstack/connectivity/01_l2_tests.robot +++ b/csit/suites/openstack/connectivity/01_l2_tests.robot @@ -33,7 +33,7 @@ Create VLAN Network (l2_network_1) \ ${feature_check_status}= Run Keyword And Return Status Verify Feature Is Installed ${feature_name} \ Exit For Loop If '${feature_check_status}' == 'True' Run Keyword If '${feature_check_status}' == 'True' Create Network @{NETWORKS_NAME}[0] - ... ELSE Create Network @{NETWORKS_NAME}[0] --provider:network_type=vlan --provider:physical_network=${PUBLIC_PHYSICAL_NETWORK} --provider:segmentation_id=${network1_vlan_id} + ... ELSE Create Network @{NETWORKS_NAME}[0] --provider-network-type vlan --provider-physical-network ${PUBLIC_PHYSICAL_NETWORK} --provider-segment ${network1_vlan_id} Create VXLAN Network (l2_network_2) [Documentation] Create Network with neutron request. @@ -50,12 +50,12 @@ Create Subnets For l2_network_2 Add Ssh Allow Rule [Documentation] Allow all TCP/UDP/ICMP packets for this suite Neutron Security Group Create csit - Neutron Security Group Rule Create csit direction=ingress port_range_max=65535 port_range_min=1 protocol=tcp remote_ip_prefix=0.0.0.0/0 - Neutron Security Group Rule Create csit direction=egress port_range_max=65535 port_range_min=1 protocol=tcp remote_ip_prefix=0.0.0.0/0 - Neutron Security Group Rule Create csit direction=ingress protocol=icmp remote_ip_prefix=0.0.0.0/0 - Neutron Security Group Rule Create csit direction=egress protocol=icmp remote_ip_prefix=0.0.0.0/0 - Neutron Security Group Rule Create csit direction=ingress port_range_max=65535 port_range_min=1 protocol=udp remote_ip_prefix=0.0.0.0/0 - Neutron Security Group Rule Create csit direction=egress port_range_max=65535 port_range_min=1 protocol=udp remote_ip_prefix=0.0.0.0/0 + Neutron Security Group Rule Create csit direction=ingress port_range_max=65535 port_range_min=1 protocol=tcp + Neutron Security Group Rule Create csit direction=egress port_range_max=65535 port_range_min=1 protocol=tcp + Neutron Security Group Rule Create csit direction=ingress protocol=icmp + Neutron Security Group Rule Create csit direction=egress protocol=icmp + Neutron Security Group Rule Create csit direction=ingress port_range_max=65535 port_range_min=1 protocol=udp + Neutron Security Group Rule Create csit direction=egress port_range_max=65535 port_range_min=1 protocol=udp Create Vm Instances For l2_network_1 [Documentation] Create Four Vm instances using flavor and image names for a network.