From e88334cbca1ce97399a84d322de1527ddc75b136 Mon Sep 17 00:00:00 2001 From: vakalapa Date: Mon, 4 Apr 2016 10:25:30 -0400 Subject: changed the trex server url --- scripts/automation/trex_control_plane/examples/client_tcl_example.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/examples/client_tcl_example.tcl') diff --git a/scripts/automation/trex_control_plane/examples/client_tcl_example.tcl b/scripts/automation/trex_control_plane/examples/client_tcl_example.tcl index 636f1669..3467c898 100755 --- a/scripts/automation/trex_control_plane/examples/client_tcl_example.tcl +++ b/scripts/automation/trex_control_plane/examples/client_tcl_example.tcl @@ -7,7 +7,7 @@ exec /usr/bin/expect "$0" "$@" source trex_tcl_client.tcl #Initializing trex server attributes -set check [TRexTclClient::create_host "http://172.18.73.122"] +set check [TRexTclClient::create_host "localhost"] #Formulate the command options as a dict set trex_cmds [dict create c 2 m 10 l 1000 ] -- cgit 1.2.3-korg