X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fnetvirt%2Felan%2Felan.robot;h=5388947aa8e53b325cabe3df9cf289b7c2a81176;hb=7cc59f4fa1b6750cb1e122efa5fd1cbcb2da54fd;hp=16fb8b0ef9f872fcba58d7eaa35c1393c412aecd;hpb=b3964a98f3452abd2bfacb26c3c0e078dee15209;p=integration%2Ftest.git diff --git a/csit/suites/netvirt/elan/elan.robot b/csit/suites/netvirt/elan/elan.robot index 16fb8b0ef9..5388947aa8 100644 --- a/csit/suites/netvirt/elan/elan.robot +++ b/csit/suites/netvirt/elan/elan.robot @@ -25,7 +25,7 @@ Resource ../../../variables/netvirt/Variables.robot ${SECURITY_GROUP} elan_sg @{NETWORKS} elan_net_1 elan_net_2 elan_net_3 @{SUBNETS} elan_sub_1 elan_sub_2 elan_sub_3 -@{SUBNET_CIDR} 81.1.1.0/24 82.1.1.0/24 83.1.1.0/24 +@{SUBNET_CIDRS} 81.1.1.0/24 82.1.1.0/24 83.1.1.0/24 @{NET_1_PORTS} elan_net_1_port_1 elan_net_1_port_2 @{NET_2_PORTS} elan_net_2_port_1 elan_net_2_port_2 @{NET_3_PORTS} elan_net_3_port_1 elan_net_3_port_2 @@ -37,7 +37,7 @@ ${SECURITY_GROUP} elan_sg Create Single Elan OpenStackOperations.Create Allow All SecurityGroup ${SECURITY_GROUP} OpenStackOperations.Create Network @{NETWORKS}[0] - OpenStackOperations.Create SubNet @{NETWORKS}[0] @{SUBNETS}[0] ${SUBNET_CIDR[0]} + OpenStackOperations.Create SubNet @{NETWORKS}[0] @{SUBNETS}[0] ${SUBNET_CIDRS[0]} OpenStackOperations.Create Port @{NETWORKS}[0] ${NET_1_PORTS[0]} sg=${SECURITY_GROUP} OpenStackOperations.Create Port @{NETWORKS}[0] ${NET_1_PORTS[1]} sg=${SECURITY_GROUP} BuiltIn.Wait Until Keyword Succeeds 3s 1s Utils.Check For Elements At URI ${PORT_URL} ${NET_1_PORTS} @@ -156,8 +156,8 @@ MultipleElan Testsuite Setup [Documentation] Create additional ELAN for multipleElan with Multiple DPN test OpenStackOperations.Create Network @{NETWORKS}[1] OpenStackOperations.Create Network @{NETWORKS}[2] - OpenStackOperations.Create SubNet @{NETWORKS}[1] @{SUBNETS}[1] ${SUBNET_CIDR[1]} - OpenStackOperations.Create SubNet @{NETWORKS}[2] @{SUBNETS}[2] ${SUBNET_CIDR[2]} + OpenStackOperations.Create SubNet @{NETWORKS}[1] @{SUBNETS}[1] ${SUBNET_CIDRS[1]} + OpenStackOperations.Create SubNet @{NETWORKS}[2] @{SUBNETS}[2] ${SUBNET_CIDRS[2]} OpenStackOperations.Create Port @{NETWORKS}[1] ${NET_2_PORTS[0]} sg=${SECURITY_GROUP} OpenStackOperations.Create Port @{NETWORKS}[1] ${NET_2_PORTS[1]} sg=${SECURITY_GROUP} OpenStackOperations.Create Port @{NETWORKS}[2] ${NET_3_PORTS[0]} sg=${SECURITY_GROUP}