diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-07-08 10:55:06 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-07-08 11:09:54 +0200 |
commit | 037679cb6390c69c309d441e574715a26577b674 (patch) | |
tree | dac437377e68a30bc1811eb4cea807111c7f84ba /ci/exec_test.sh | |
parent | 4fdc782e374b42f685889577c40e096d4b4c9565 (diff) |
Create vnf directory in testcases
JIRA: FUNCTEST-358
Change-Id: I00dacef2a07e3980cc33cdbfad7ea238c1153599
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-x | ci/exec_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 362cd9ec1..23cb82742 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 |