Create vnf directory in testcases 99/16599/2
authorMorgan Richomme <morgan.richomme@orange.com>
Fri, 8 Jul 2016 08:55:06 +0000 (10:55 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Fri, 8 Jul 2016 09:09:54 +0000 (11:09 +0200)
JIRA: FUNCTEST-358

Change-Id: I00dacef2a07e3980cc33cdbfad7ea238c1153599
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
ci/config_functest.yaml
ci/exec_test.sh
testcases/vnf/vIMS/clearwater.py [moved from testcases/vIMS/clearwater.py with 100% similarity]
testcases/vnf/vIMS/create_venv.sh [moved from testcases/vIMS/create_venv.sh with 100% similarity]
testcases/vnf/vIMS/orchestrator.py [moved from testcases/vIMS/orchestrator.py with 100% similarity]
testcases/vnf/vIMS/requirements.pip [moved from testcases/vIMS/requirements.pip with 100% similarity]
testcases/vnf/vIMS/vIMS.py [moved from testcases/vIMS/vIMS.py with 100% similarity]

index cc5c82a..456b9db 100644 (file)
@@ -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/
 
index 362cd9e..23cb827 100755 (executable)
@@ -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