Step 2: Move test folder to root
[integration/test.git] / tools / tools_vm / scripts / run_test_base_self.sh
1 #!/bin/bash
2
3 # This script will pass base edition system test to local controller
4 # Please make sure there is no controller or mininet running when launching the script
5 echo starting controller Base edition...
6 cd ~/controller-base/opendaylight
7 ./run.sh -start &> runlog.txt &
8 sleep 120
9 ./run.sh -status
10 cd ~
11 pybot -d ${HOME} -v CONTROLLER:127.0.0.1 -v MININET:127.0.0.1 -v USER_HOME:${HOME} -v MININET_USER:${USER} ${HOME}/integration/test/csit/suites/base
12 cd ~/controller-base/opendaylight
13 ./run.sh -stop
14