summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/config_functest.yaml2
-rwxr-xr-xci/exec_test.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml
index cc5c82aca..456b9dba2 100644
--- a/ci/config_functest.yaml
+++ b/ci/config_functest.yaml
@@ -5,7 +5,7 @@ general:
dir_odl: testcases/Controllers/ODL/
dir_rally: testcases/OpenStack/rally/
dir_tempest_cases: testcases/OpenStack/tempest/custom_tests/
- dir_vIMS: testcases/vIMS/
+ dir_vIMS: testcases/vnf/vIMS/
dir_onos: testcases/Controllers/ONOS/Teston/
dir_onos_sfc: testcases/Controllers/ONOS/Sfc/
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