diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/exec_test.sh | 2 |
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 |