Precise log statements for COE CSIT 55/78855/2
authorKarthika Panneer <r.p.karthika@ericsson.com>
Tue, 18 Dec 2018 10:22:41 +0000 (02:22 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 18 Dec 2018 17:48:41 +0000 (17:48 +0000)
Change-Id: Ia579b0df72d05cc087e8398d4ab498d942466ebd
Signed-off-by: Karthika Panneer <r.p.karthika@ericsson.com>
csit/libraries/Coe.robot

index 8d8369bae31ee875ad62802cb92dbf260bff680b..c23811d14903bd29f9bd2800bb1a1ebbc54c01d5 100644 (file)
@@ -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}