IPv6: add command to check IPv6 neigh discovery 19/57919/7
authorValentina Krasnobaeva <valentina.krasnobaeva@6wind.com>
Fri, 26 May 2017 15:43:18 +0000 (17:43 +0200)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 8 Jun 2017 22:15:57 +0000 (22:15 +0000)
"ip -6 neigh" will be executed in VM, when "Test Operations From Vm
Instance" is running. This helps to investigate connectivity issues,
caused by problems with IPv6 support.

Change-Id: If9202bffbf990050d7088de78516048b5ebfbdf8
Signed-off-by: Valentina Krasnobaeva <valentina.krasnobaeva@6wind.com>
csit/libraries/OpenStackOperations.robot

index 212335084c9f2ca9227ab91355f7487ec8371e31..7b2de55e7a2d5acccfc349a7d078c159618af61f 100644 (file)
@@ -519,6 +519,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}
     : FOR    ${dest_ip}    IN    @{dest_ips}
     \    Log    ${dest_ip}
     \    ${string_empty}=    Run Keyword And Return Status    Should Be Empty    ${dest_ip}