From 8292f1a8e751ba5ff273a985f159f234891abf02 Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Tue, 14 Nov 2017 14:18:33 +0000 Subject: [PATCH] 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 --- csit/libraries/OpenStackOperations.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.36.6