From: Kailash Khalasi Date: Tue, 10 Mar 2020 17:28:58 +0000 (-0700) Subject: Fix usage of executing command on remote system X-Git-Tag: pre-potassium~239 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=20aee3e2e85762291fecd0e8d29d1d404cd322a3 Fix usage of executing command on remote system - generic keyword vs mininet system specific Change-Id: Ibe9db8d5d9310b4ec7db2ed725be99184834eb91 Signed-off-by: Kailash Khalasi --- diff --git a/csit/suites/ovsdb/Southbound_Domain/010__configure_1_ovsdb_node.robot b/csit/suites/ovsdb/Southbound_Domain/010__configure_1_ovsdb_node.robot index 00064d976d..1af7400b49 100644 --- a/csit/suites/ovsdb/Southbound_Domain/010__configure_1_ovsdb_node.robot +++ b/csit/suites/ovsdb/Southbound_Domain/010__configure_1_ovsdb_node.robot @@ -20,8 +20,8 @@ ${QUEUE} QUEUE-1 *** Test Cases *** Make the OVS instance to listen for connection - Utils.Run Command On Remote System ${TOOLS_SYSTEM_IP} sudo ovs-vsctl del-manager - Utils.Run Command On Remote System ${TOOLS_SYSTEM_IP} sudo ovs-vsctl set-manager ptcp:${OVSDB_NODE_PORT} + Utils.Run Command On Mininet ${TOOLS_SYSTEM_IP} sudo ovs-vsctl del-manager + Utils.Run Command On Mininet ${TOOLS_SYSTEM_IP} sudo ovs-vsctl set-manager ptcp:${OVSDB_NODE_PORT} Connect to OVSDB Node [Documentation] Initiate the connection to OVSDB node from controller