aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-07-08 10:55:06 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2016-07-08 11:09:54 +0200
commit037679cb6390c69c309d441e574715a26577b674 (patch)
treedac437377e68a30bc1811eb4cea807111c7f84ba
parent4fdc782e374b42f685889577c40e096d4b4c9565 (diff)
Create vnf directory in testcases
JIRA: FUNCTEST-358 Change-Id: I00dacef2a07e3980cc33cdbfad7ea238c1153599 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-rw-r--r--ci/config_functest.yaml2
-rwxr-xr-xci/exec_test.sh2
-rw-r--r--testcases/vnf/vIMS/clearwater.py (renamed from testcases/vIMS/clearwater.py)0
-rwxr-xr-xtestcases/vnf/vIMS/create_venv.sh (renamed from testcases/vIMS/create_venv.sh)0
-rw-r--r--testcases/vnf/vIMS/orchestrator.py (renamed from testcases/vIMS/orchestrator.py)0
-rw-r--r--testcases/vnf/vIMS/requirements.pip (renamed from testcases/vIMS/requirements.pip)0
-rw-r--r--testcases/vnf/vIMS/vIMS.py (renamed from testcases/vIMS/vIMS.py)0
7 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
diff --git a/testcases/vIMS/clearwater.py b/testcases/vnf/vIMS/clearwater.py
index 7236f4fba..7236f4fba 100644
--- a/testcases/vIMS/clearwater.py
+++ b/testcases/vnf/vIMS/clearwater.py
diff --git a/testcases/vIMS/create_venv.sh b/testcases/vnf/vIMS/create_venv.sh
index 575fd177c..575fd177c 100755
--- a/testcases/vIMS/create_venv.sh
+++ b/testcases/vnf/vIMS/create_venv.sh
diff --git a/testcases/vIMS/orchestrator.py b/testcases/vnf/vIMS/orchestrator.py
index c61f654ca..c61f654ca 100644
--- a/testcases/vIMS/orchestrator.py
+++ b/testcases/vnf/vIMS/orchestrator.py
diff --git a/testcases/vIMS/requirements.pip b/testcases/vnf/vIMS/requirements.pip
index ab26f6e02..ab26f6e02 100644
--- a/testcases/vIMS/requirements.pip
+++ b/testcases/vnf/vIMS/requirements.pip
diff --git a/testcases/vIMS/vIMS.py b/testcases/vnf/vIMS/vIMS.py
index 20a61158e..20a61158e 100644
--- a/testcases/vIMS/vIMS.py
+++ b/testcases/vnf/vIMS/vIMS.py