From 20aee3e2e85762291fecd0e8d29d1d404cd322a3 Mon Sep 17 00:00:00 2001 From: Kailash Khalasi Date: Tue, 10 Mar 2020 10:28:58 -0700 Subject: [PATCH] Fix usage of executing command on remote system - generic keyword vs mininet system specific Change-Id: Ibe9db8d5d9310b4ec7db2ed725be99184834eb91 Signed-off-by: Kailash Khalasi --- .../ovsdb/Southbound_Domain/010__configure_1_ovsdb_node.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.36.6