[BGPVPN] Remove odl-vpnservice test cases 39/12139/1
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>
Mon, 11 Apr 2016 10:39:50 +0000 (12:39 +0200)
committerNikolas Hermanns <nikolas.hermanns@ericsson.com>
Mon, 11 Apr 2016 10:42:34 +0000 (10:42 +0000)
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

docker/run_tests.sh
testcases/config_functest.yaml

index ad8ab11..ff0f1bf 100755 (executable)
@@ -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
index 5fe6a23..08eb32d 100644 (file)
@@ -250,11 +250,6 @@ test-dependencies:
     policy-test:
         scenario: 'odl'
     sdnvpn:
-        odl-vpnservice:
-            installer: 'fuel'
-            scenario: 'bgpvpn'
-            # this execute the tests:
-            # /home/opnfv/repos/odl_integration/test/csit/suites/vpnservice
         bgpvpn:
             installer: 'fuel'
             scenario: 'bgpvpn'