From: Karthika Panneer Date: Thu, 7 Feb 2019 10:10:22 +0000 (-0800) Subject: Change ping check for COE X-Git-Tag: pre-potassium~375 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=refs%2Fchanges%2F85%2F80185%2F2 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 --- 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