INTTEST-33: ipv6 neighboring displayed from VM 07/65507/3
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 14 Nov 2017 14:18:33 +0000 (14:18 +0000)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 16 Nov 2017 21:38:29 +0000 (21:38 +0000)
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 <philippe.guibert@6wind.com>
csit/libraries/OpenStackOperations.robot

index 23e671a4de269006327a73d90880acd4322653e8..f0578ca3dbd3be36a3e3af911f1b1738e4b0190f 100644 (file)
@@ -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}