Adding arp table troubleshoot info to Test Operations From Vm 82/45482/3
authorRavit Peretz <ravit.peretz@hpe.com>
Mon, 12 Sep 2016 12:03:19 +0000 (15:03 +0300)
committerRavit Peretz <ravit.peretz@hpe.com>
Mon, 12 Sep 2016 13:37:29 +0000 (13:37 +0000)
To eliminate arp resolution issues  in analysis

Change-Id: I76ad293ef2f7262a47fedc1df6b4ded2375ae843
Signed-off-by: Ravit Peretz <ravit.peretz@hpe.com>
csit/libraries/OpenStackOperations.robot

index fd845030b10312ff0f34aaf9e3f890359829ac40..2f7704fdc8746891d1a84960ba2cce6a58d39477 100644 (file)
@@ -280,6 +280,7 @@ Test Operations From Vm Instance
     ${rcode}=    Run Keyword And Return Status    Check If Console Is VmInstance
     Run Keyword If    ${rcode}    Write Commands Until Expected Prompt    ifconfig    ${OS_SYSTEM_PROMPT}
     Run Keyword If    ${rcode}    Write Commands Until Expected Prompt    route    ${OS_SYSTEM_PROMPT}
+    Run Keyword If    ${rcode}    Write Commands Until Expected Prompt    arp -an    ${OS_SYSTEM_PROMPT}
     ${dest_vm}=    Get From List    ${list_of_local_dst_ips}    0
     Log    ${dest_vm}
     Run Keyword If    ${rcode}    Check Ping    ${dest_vm}