summaryrefslogtreecommitdiffstats
path: root/ci/exec_test.sh
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-08-01 17:00:24 +0200
committerjose.lausuch <jose.lausuch@ericsson.com>2016-08-01 17:00:24 +0200
commit8f3ad08c40bd8977651794f6720eda5df61b0c26 (patch)
tree1e077e88e49558c71c106fb66f5ab9b547969b41 /ci/exec_test.sh
parent6d655178e74054c18b373a3bf98e6508f136061d (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-xci/exec_test.sh1
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")