diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-08-01 17:00:24 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-08-01 17:00:24 +0200 |
commit | 8f3ad08c40bd8977651794f6720eda5df61b0c26 (patch) | |
tree | 1e077e88e49558c71c106fb66f5ab9b547969b41 /ci/exec_test.sh | |
parent | 6d655178e74054c18b373a3bf98e6508f136061d (diff) |
Fix missing directory when calling bgpvpn tests
Change-Id: Ic9f6b9592202c3bed9d6835eeea7c14971e1c01f
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'ci/exec_test.sh')
-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 cd5ae182..2ef714d5 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") |