From: Philippe Guibert Date: Tue, 14 Nov 2017 14:18:33 +0000 (+0000) Subject: INTTEST-33: ipv6 neighboring displayed from VM X-Git-Tag: pre-potassium~1081 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=8292f1a8e751ba5ff273a985f159f234891abf02;p=integration%2Ftest.git INTTEST-33: ipv6 neighboring displayed from VM The fix is fixing the syntax of the ip command to use when being a busybox instance. Change-Id: I1eb3cf4e0e162437671f1f0fa7e7cdf117d9ebd2 Signed-off-by: Philippe Guibert --- diff --git a/csit/libraries/OpenStackOperations.robot b/csit/libraries/OpenStackOperations.robot index 23e671a4de..f0578ca3db 100644 --- a/csit/libraries/OpenStackOperations.robot +++ b/csit/libraries/OpenStackOperations.robot @@ -525,7 +525,7 @@ Test Operations From Vm Instance Run Keyword If ${rcode} Write Commands Until Expected Prompt route -n ${OS_SYSTEM_PROMPT} Run Keyword If ${rcode} Write Commands Until Expected Prompt route -A inet6 ${OS_SYSTEM_PROMPT} Run Keyword If ${rcode} Write Commands Until Expected Prompt arp -an ${OS_SYSTEM_PROMPT} - Run Keyword If ${rcode} Write Commands Until Expected Prompt ip -6 neigh ${OS_SYSTEM_PROMPT} + Run Keyword If ${rcode} Write Commands Until Expected Prompt ip -f inet6 neigh show ${OS_SYSTEM_PROMPT} : FOR ${dest_ip} IN @{dest_ips} \ Log ${dest_ip} \ ${string_empty}= Run Keyword And Return Status Should Be Empty ${dest_ip}