]> p2p-next.cs.pub.ro Git - p2p-testing-infrastructure.git/commitdiff
ControlScripts: client_script_mappings updated for xbtut support
authorCalin Burloiu <calin.burloiu@gmail.com>
Mon, 25 Oct 2010 11:06:01 +0000 (14:06 +0300)
committerCalin Burloiu <calin.burloiu@gmail.com>
Mon, 25 Oct 2010 11:06:11 +0000 (14:06 +0300)
ControlScripts/client_script_mappings

index c7fc6bf00f84a8cf71cf909e532d35b80798c68d..2f2d01b534c9dfca09276bedb01f3e7eb2bb7e03 100644 (file)
@@ -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
 }