From: souvikdas95 Date: Thu, 9 May 2019 08:12:14 +0000 (+0530) Subject: GENIUS-157: Fix typo in OF-Tunnels CSIT X-Git-Tag: pre-potassium~326 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=8e85c24d73c194efbce3d456debe858cbcca3e60 GENIUS-157: Fix typo in OF-Tunnels CSIT Change-Id: I4f729d9f44696a84beed2cde648580ec0d269037 Signed-off-by: souvikdas95 --- diff --git a/csit/suites/genius/OF_Tunnels.robot b/csit/suites/genius/OF_Tunnels.robot index 2ed7f86528..c88ff67899 100644 --- a/csit/suites/genius/OF_Tunnels.robot +++ b/csit/suites/genius/OF_Tunnels.robot @@ -78,7 +78,7 @@ OFT Verify Vteps Created : FOR ${tools_system_index} IN RANGE ${tools_system_len} \ ${tun_ip_list} = BuiltIn.CreateList @{tools_ip_list} \ Collections.Remove From List ${tun_ip_list} ${tools_system_index} - \ ${ports_output} = Utils.Run Command On Remote System And Log ${tools_ip} sudo ovs-ofctl -Oopenflow13 dump-ports-desc ${Bridge} + \ ${ports_output} = Utils.Run Command On Remote System And Log @{tools_ip_list}[${tools_system_index}] sudo ovs-ofctl -Oopenflow13 dump-ports-desc ${Bridge} \ ${port_numbers} = String.Get Regexp Matches ${ports_output} (\\d+).tun.* ${1} \ BuiltIn.Wait Until Keyword Succeeds 40 10 OFT OVS Verify Ingress Flows Created per Switch @{tools_ip_list}[${tools_system_index}] ${tun_ip_list} \ ... ${port_numbers}