X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fovsdb%2FNetvirt_Cluster%2F030_Ovsdb_Southbound_NetVirt.robot;h=df24790fbd0718f89468cfe53d870afed683cce5;hb=88ced13d6ff5f2b6eee75453717b05b2e213ba9b;hp=489baf96d8ecade9615edb7b87f111309f0186fb;hpb=e8cae511a10036b59e1756399837946581638a0a;p=integration%2Ftest.git diff --git a/csit/suites/ovsdb/Netvirt_Cluster/030_Ovsdb_Southbound_NetVirt.robot b/csit/suites/ovsdb/Netvirt_Cluster/030_Ovsdb_Southbound_NetVirt.robot index 489baf96d8..df24790fbd 100644 --- a/csit/suites/ovsdb/Netvirt_Cluster/030_Ovsdb_Southbound_NetVirt.robot +++ b/csit/suites/ovsdb/Netvirt_Cluster/030_Ovsdb_Southbound_NetVirt.robot @@ -13,7 +13,8 @@ Resource ../../../libraries/OVSDB.robot Resource ../../../libraries/KarafKeywords.robot *** Variables *** -@{FLOW_TABLE_LIST} actions=goto_table:20 actions=CONTROLLER:65535 actions=goto_table:30 actions=goto_table:40 actions=goto_table:50 actions=goto_table:60 actions=goto_table:70 actions=goto_table:80 actions=goto_table:90 actions=goto_table:100 actions=goto_table:110 actions=drop +@{FLOW_TABLE_LIST} actions=goto_table:20 actions=CONTROLLER:65535 actions=goto_table:30 actions=goto_table:40 actions=goto_table:50 actions=goto_table:60 actions=goto_table:70 +... actions=goto_table:80 actions=goto_table:90 actions=goto_table:100 actions=goto_table:110 actions=drop *** Test Cases *** Create Original Cluster List @@ -34,7 +35,7 @@ Check Shards Status Before Fail Start Mininet Multiple Connections [Documentation] Start mininet with connection to all cluster instances. - ${mininet_conn_id} Add Multiple Managers to OVS ${TOOLS_SYSTEM_IP} ${original_cluster_list} + ${mininet_conn_id} Add Multiple Managers to OVS ${TOOLS_SYSTEM_IP} ${original_cluster_list} Set Suite Variable ${mininet_conn_id} Log ${mininet_conn_id} @@ -69,11 +70,10 @@ Get interface setup Log ${output} Should Contain ${output} Interface br-int - Get the bridge flows [Documentation] This request fetch the OF13 flow tables to verify the flows are correctly added [Tags] OVSDB netvirt ${output} Run Command On Remote System ${TOOLS_SYSTEM_IP} sudo ovs-ofctl -O Openflow13 dump-flows br-int Log ${output} : FOR ${flows} IN @{FLOW_TABLE_LIST} - \ Should Contain ${output} ${flows} \ No newline at end of file + \ Should Contain ${output} ${flows}