diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/exec_test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index cd5ae1822..2ef714d56 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -116,6 +116,7 @@ function run_test(){ $clean_flag --sanity all $report ;; "bgpvpn") + sdnvpn_repo_dir=${repos_dir}/sdnvpn/test/functest/ python ${sdnvpn_repo_dir}/run_tests.py $report ;; "onos") |