From 8f3ad08c40bd8977651794f6720eda5df61b0c26 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Mon, 1 Aug 2016 17:00:24 +0200 Subject: Fix missing directory when calling bgpvpn tests Change-Id: Ic9f6b9592202c3bed9d6835eeea7c14971e1c01f Signed-off-by: jose.lausuch --- ci/exec_test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/exec_test.sh') 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") -- cgit 1.2.3-korg