aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>2016-04-11 12:39:50 +0200
committerNikolas Hermanns <nikolas.hermanns@ericsson.com>2016-04-11 12:39:50 +0200
commit9445bf0e387b85028aff008f5f5da6485ccadd91 (patch)
treeb11534f1d28af640243e553a77425bc202a71096 /docker
parenta71001dc2874725b494be6a0c18a586c5d0bfbe2 (diff)
[BGPVPN] Remove odl-vpnservice test cases
The odl-vpnservice test cases are meant to be tested in the mini-net setup. We would need to change our enviroment under test to include mini-net to be able to run this tests. Since this is not wanted we remove the test cases. Change-Id: Ic916e1e89d54fea78371bc566d8428141949e412
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/run_tests.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh
index ad8ab1128..ff0f1bfd8 100755
--- a/docker/run_tests.sh
+++ b/docker/run_tests.sh
@@ -162,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