Step 2: Move test folder to root
[integration/test.git] / test / tools / tools_vm / scripts / run_test_base.sh
diff --git a/test/tools/tools_vm/scripts/run_test_base.sh b/test/tools/tools_vm/scripts/run_test_base.sh
deleted file mode 100755 (executable)
index 5b3067b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-# This script will pass base edition system test to an external controller
-# Please make sure you can ping external controller before launching the script
-
-MYIP=`ifconfig  | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'`
-if [ -d $1 ]; then
-   echo "Usage: run_test_base.sh [controllerIP]"
-   echo ""
-   exit 1
-fi
-cd ~
-pybot -d ${HOME} -v CONTROLLER:$1 -v MININET:$MYIP -v USER_HOME:${HOME} -v MININET_USER:${USER} ${HOME}/integration/test/csit/suites/base