From: Calin Burloiu Date: Mon, 25 Oct 2010 11:06:01 +0000 (+0300) Subject: ControlScripts: client_script_mappings updated for xbtut support X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=b30680cca5be7c3ddd1b1c81daf172d83135b8cd;p=p2p-testing-infrastructure.git ControlScripts: client_script_mappings updated for xbtut support --- diff --git a/ControlScripts/client_script_mappings b/ControlScripts/client_script_mappings index c7fc6bf..2f2d01b 100644 --- a/ControlScripts/client_script_mappings +++ b/ControlScripts/client_script_mappings @@ -66,6 +66,10 @@ start_client() clients/tribler/start_tribler_proxy.sh 04 & return $! ;; + "xbtut") + clients/xbt-unified-tracker/start_xbtut.sh & + return $! + ;; esac } @@ -99,6 +103,9 @@ stop_client() "tribler_proxy_04") clients/tribler/stop_tribler.sh ;; + "xbtut") + clients/xbt-unified-tracker/stop_xbtut.sh + ;; esac }