From 037679cb6390c69c309d441e574715a26577b674 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Fri, 8 Jul 2016 10:55:06 +0200 Subject: Create vnf directory in testcases JIRA: FUNCTEST-358 Change-Id: I00dacef2a07e3980cc33cdbfad7ea238c1153599 Signed-off-by: Morgan Richomme --- ci/exec_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/exec_test.sh') diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 362cd9ec..23cb8274 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -102,7 +102,7 @@ function run_test(){ $serial_flag $clean_flag -m full $report ;; "vims") - python ${FUNCTEST_REPO_DIR}/testcases/vIMS/vIMS.py $clean_flag $report + python ${FUNCTEST_REPO_DIR}/testcases/vnf/vIMS/vIMS.py $clean_flag $report ;; "rally_full") python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/rally/run_rally-cert.py $clean_flag all $report -- cgit 1.2.3-korg