diff options
Diffstat (limited to 'docker/run_tests.sh')
-rwxr-xr-x | docker/run_tests.sh | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 95513d4fb..ff0f1bfd8 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -154,6 +154,7 @@ function run_test(){ pushd $tempest_dir . .venv/bin/activate pip install --no-deps -e ~/repos/bgpvpn/. + mkdir -p /etc/tempest/ cp tempest.conf /etc/tempest/ echo "[service_available] bgpvpn = True" >> /etc/tempest/tempest.conf @@ -161,20 +162,6 @@ bgpvpn = True" >> /etc/tempest/tempest.conf rm -rf /etc/tempest/tempest.conf popd ;; - "odl-vpnservice") - info "Running VPNSERVICE Robot test case..." - odl_tests - cp ${FUNCTEST_REPO_DIR}/testcases/Controllers/ODL/CI/test_list.txt \ - ${FUNCTEST_REPO_DIR}/testcases/Controllers/ODL/CI/test_list.txt.bak - echo " -test/csit/suites/vpnservice -" > ${FUNCTEST_REPO_DIR}/testcases/Controllers/ODL/CI/test_list.txt - ODL_PORT=$odl_port ODL_IP=$odl_ip NEUTRON_IP=$neutron_ip USR_NAME=$usr_name PASS=$password \ - ${FUNCTEST_REPO_DIR}/testcases/Controllers/ODL/CI/start_tests.sh - cp ${FUNCTEST_REPO_DIR}/testcases/Controllers/ODL/CI/test_list.txt.bak \ - ${FUNCTEST_REPO_DIR}/testcases/Controllers/ODL/CI/test_list.txt - # TODO: copy logs - ;; "onos") info "Running ONOS test case..." if [ $INSTALLER_TYPE == "joid" ]; then |