summaryrefslogtreecommitdiffstats
path: root/ci/exec_test.sh
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-07-12 17:10:55 +0200
committerjose.lausuch <jose.lausuch@ericsson.com>2016-07-14 16:00:26 +0200
commitee529409814e8452d409d9c5e8c56a047a483cd8 (patch)
treed239652744755e64c8deb4eba4ec90fda2bbdf35 /ci/exec_test.sh
parentaddc7f7318147c29de474813b00ae40882ca9662 (diff)
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 <jose.lausuch@ericsson.com>
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-xci/exec_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh
index 351920027..375164295 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