Fix operational topology URL in ClusterOpenFlow.robot
[integration/test.git] / csit / libraries / OvsManager.robot
index e2beb38703657807fbf897035df6020156f65bc6..0edf59aade942d01045c7cd9d5a9aba467b604a2 100644 (file)
@@ -263,4 +263,4 @@ Get OVS Local Ip
     [Documentation]    Get local ip of compute node ovsdb
     ${cmd_output} =    Utils.Run Command On Remote System    ${ip}    ${GET_LOCAL_IP}
     ${localip} =    String.Get Regexp Matches    ${cmd_output}    (\[0-9]+\.\[0-9]+\.\[0-9]+\.\[0-9]+)
-    [Return]    @{localip}[0]
+    [Return]    ${localip}[0]