From: eafatha Date: Fri, 6 Apr 2018 14:51:11 +0000 (+0530) Subject: OVSDB.robot library file update X-Git-Tag: pre-potassium~864 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=1dc3ee830c71f342fd16bc9fa2baf47989373baf;p=integration%2Ftest.git OVSDB.robot library file update Change-Id: Id5a74ceee47061cb09d4912511ef42b792b81b2b Signed-off-by: eafatha --- diff --git a/csit/libraries/OVSDB.robot b/csit/libraries/OVSDB.robot index c429c86c02..fd70c38ed7 100644 --- a/csit/libraries/OVSDB.robot +++ b/csit/libraries/OVSDB.robot @@ -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}