From 8e85c24d73c194efbce3d456debe858cbcca3e60 Mon Sep 17 00:00:00 2001 From: souvikdas95 Date: Thu, 9 May 2019 13:42:14 +0530 Subject: [PATCH] GENIUS-157: Fix typo in OF-Tunnels CSIT Change-Id: I4f729d9f44696a84beed2cde648580ec0d269037 Signed-off-by: souvikdas95 --- csit/suites/genius/OF_Tunnels.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.36.6