From e1f37d02cbdb76fb2d9e7478fb1cc5c70bb700c2 Mon Sep 17 00:00:00 2001 From: Karthika Panneer Date: Tue, 18 Dec 2018 02:22:41 -0800 Subject: [PATCH 1/1] Precise log statements for COE CSIT Change-Id: Ia579b0df72d05cc087e8398d4ab498d942466ebd Signed-off-by: Karthika Panneer --- csit/libraries/Coe.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/libraries/Coe.robot b/csit/libraries/Coe.robot index 8d8369bae3..c23811d149 100644 --- a/csit/libraries/Coe.robot +++ b/csit/libraries/Coe.robot @@ -239,7 +239,7 @@ Log Statements @{log statement} = Create List ${i} = Set Variable 0 : FOR ${pod_ip} IN @{pod ips} - \ ${ping statement} Set Variable Ping ${pod_name} and ${pod names[${i}]} : ${pod ip} + \ ${ping statement} Set Variable Ping from ${pod_name} to ${pod names[${i}]} (${pod ip}) \ Append To List ${log statement} ${ping statement} \ ${i} = Evaluate ${i}+1 [Return] @{log statement} -- 2.36.6