From 7b105b251f79c9fdbf2536d1d9d15cea2e5355e1 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Wed, 23 Nov 2016 14:36:24 +0100 Subject: Conform SDNVPN test case to TestCaseBase JIRA: FUNCTEST-553 We need to remove the push_to_db of the overall result in run_tests.py in sdnvpn repo. Change-Id: I761d9b3ddd0972bfbf1155424615aeb1c9202ad9 Signed-off-by: jose.lausuch --- functest/ci/exec_test.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'functest/ci/exec_test.sh') diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh index 4d913c52..f7b96af2 100644 --- a/functest/ci/exec_test.sh +++ b/functest/ci/exec_test.sh @@ -111,10 +111,6 @@ function run_test(){ python ${FUNCTEST_TEST_DIR}/OpenStack/rally/run_rally-cert.py \ $clean_flag --sanity all $report ;; - "bgpvpn") - sdnvpn_repo_dir=${repos_dir}/sdnvpn/test/functest/ - python ${sdnvpn_repo_dir}/run_tests.py $report - ;; "onos") python ${FUNCTEST_TEST_DIR}/Controllers/ONOS/Teston/onosfunctest.py ;; -- cgit 1.2.3-korg