OVSDB.robot library file update 10/70410/2
authoreafatha <a.fathima.thasneem@ericsson.com>
Fri, 6 Apr 2018 14:51:11 +0000 (20:21 +0530)
committerSam Hague <shague@redhat.com>
Fri, 6 Apr 2018 14:10:01 +0000 (14:10 +0000)
Change-Id: Id5a74ceee47061cb09d4912511ef42b792b81b2b
Signed-off-by: eafatha <a.fathima.thasneem@ericsson.com>
csit/libraries/OVSDB.robot

index c429c86c02c14cc43f336e3c8e6682a8fe173433..fd70c38ed763d2fc1eef154d6971373c2819dd63 100644 (file)
@@ -198,7 +198,7 @@ Add Multiple Managers to OVS
 Get DPID
     [Arguments]    ${ip}
     [Documentation]    Returns the dpnid from the system at the given ip address using ovs-ofctl assuming br-int is present.
-    ${output} =    Builtin.Run Command On Remote System    ${ip}    sudo ovs-ofctl show -O Openflow13 br-int | head -1 | awk -F "dpid:" '{print $2}'
+    ${output} =    Utils.Run Command On Remote System    ${ip}    sudo ovs-ofctl show -O Openflow13 br-int | head -1 | awk -F "dpid:" '{print $2}'
     ${dpnid} =    BuiltIn.Convert To Integer    ${output}    16
     BuiltIn.Log    ${dpnid}
     [Return]    ${dpnid}