From ee529409814e8452d409d9c5e8c56a047a483cd8 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Tue, 12 Jul 2016 17:10:55 +0200 Subject: Enable new SDNVPN test cases in Functest JIRA:FUNCTEST-99 The tempest execution has been moved to the sdnvpn to leverage the logic of execution and collecting the results from the executor wrapper: sdnvpn/test/functest/run_tests.py Change-Id: Ic4763f4ab45dde81f91b241ae91073b9ea47e333 Signed-off-by: jose.lausuch --- ci/exec_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/exec_test.sh') diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 35192002..37516429 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -116,7 +116,7 @@ function run_test(){ $clean_flag --sanity all $report ;; "bgpvpn") - python ${FUNCTEST_REPO_DIR}/testcases/features/bgpvpn.py + python ${repos_dir}/sdnvpn/test/functest/run_tests.py ;; "onos") python ${FUNCTEST_REPO_DIR}/testcases/Controllers/ONOS/Teston/onosfunctest.py -- cgit 1.2.3-korg