From 41e0d9d05fd678d4d44690d53d7cac9d585695f4 Mon Sep 17 00:00:00 2001 From: Karthika Panneer Date: Thu, 7 Feb 2019 02:10:22 -0800 Subject: [PATCH] Change ping check for COE The output of ping between pods is checked over 0% packet loss. This is changed to 64 bytes to ensure proper check is being done. Change-Id: I45923d3b2884b75cdd16baa5204427ed46ca9d40 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 4a1e19db7f..3f9c287844 100644 --- a/csit/libraries/Coe.robot +++ b/csit/libraries/Coe.robot @@ -252,7 +252,7 @@ Ping Pods : FOR ${ping info} IN @{logs} \ ${ping} = Write Commands Until Expected Prompt kubectl exec -it ${pod_name} -- ping -c 3 ${pod ips[${i}]} ${DEFAULT_LINUX_PROMPT_STRICT} \ BuiltIn.log ${ping} - \ Builtin.Should Match Regexp ${ping} ${PING_REGEXP} + \ BuiltIn.Should Contain ${ping} 64 bytes \ ${i} Evaluate ${i}+1 Coe Suite Teardown -- 2.36.6