add arp debug 18/45218/3
authorSam Hague <shague@redhat.com>
Tue, 6 Sep 2016 11:01:35 +0000 (07:01 -0400)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 6 Sep 2016 17:28:02 +0000 (17:28 +0000)
Change-Id: I319bf2e75269ad1ea9b1a6b2ba999903e2410290
Signed-off-by: Sam Hague <shague@redhat.com>
csit/libraries/OpenStackOperations.robot

index fe18ff835b66d98365cd7f5eb061941398bb6096..fee727c4dee67ce038062814f019c463177d2e18 100644 (file)
@@ -343,6 +343,7 @@ Get DumpFlows And Ovsconfig
     Write Commands Until Expected Prompt    ip -o link    ]>
     Write Commands Until Expected Prompt    ip -o addr    ]>
     Write Commands Until Expected Prompt    ip route    ]>
+    Write Commands Until Expected Prompt    arp -an    ]>
     ${nslist}=    Write Commands Until Expected Prompt    ip netns list | awk '{print $1}'    ]>
     @{lines}    Split To Lines    ${nslist}
     : FOR    ${line}    IN    @{lines}