From 1dc3ee830c71f342fd16bc9fa2baf47989373baf Mon Sep 17 00:00:00 2001 From: eafatha Date: Fri, 6 Apr 2018 20:21:11 +0530 Subject: [PATCH] OVSDB.robot library file update Change-Id: Id5a74ceee47061cb09d4912511ef42b792b81b2b Signed-off-by: eafatha --- csit/libraries/OVSDB.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.36.6