summaryrefslogtreecommitdiffstats
path: root/vnftest/tests/unit/core
diff options
context:
space:
mode:
authorMoshe <moshehoa@amdocs.com>2018-07-04 09:10:44 +0300
committerMoshe Hoadley <moshehoa@amdocs.com>2018-07-12 07:11:09 +0000
commitfc9a8346809137810f9c85a232191d4edb7c9fb3 (patch)
tree70f637c2269a10a1840f1ea3319cbc1e6f84f4ab /vnftest/tests/unit/core
parentd9784d158cbdb1d46b14b9ae00436ce0ab7d4ed2 (diff)
resources are located by logical path
Issue-ID: VNFSDK-275 Change-Id: I2a8a5430634d5a12a58fbd5cd85511ccce53518a Signed-off-by: Moshe <moshehoa@amdocs.com> fix tests Issue-ID: VNFSDK-275 Change-Id: I20f48139b2cae3b57959a33739f34e811c2ffe38 Signed-off-by: Moshe <moshehoa@amdocs.com>
Diffstat (limited to 'vnftest/tests/unit/core')
-rw-r--r--vnftest/tests/unit/core/no_constraint_no_args_step_sample.yaml1
-rw-r--r--vnftest/tests/unit/core/no_constraint_with_args_step_sample.yaml4
-rw-r--r--vnftest/tests/unit/core/with_constraint_no_args_step_sample.yaml5
-rw-r--r--vnftest/tests/unit/core/with_constraint_with_args_step_sample.yaml5
4 files changed, 6 insertions, 9 deletions
diff --git a/vnftest/tests/unit/core/no_constraint_no_args_step_sample.yaml b/vnftest/tests/unit/core/no_constraint_no_args_step_sample.yaml
index 4272d70..792c8db 100644
--- a/vnftest/tests/unit/core/no_constraint_no_args_step_sample.yaml
+++ b/vnftest/tests/unit/core/no_constraint_no_args_step_sample.yaml
@@ -19,7 +19,6 @@
schema: "vnftest:suite:0.1"
name: "suite_1"
-test_cases_dir: "tests/onap/test_cases/"
test_cases:
-
file_name: onap_vnftest_tc001.yaml
diff --git a/vnftest/tests/unit/core/no_constraint_with_args_step_sample.yaml b/vnftest/tests/unit/core/no_constraint_with_args_step_sample.yaml
index 9b8b09a..73372dc 100644
--- a/vnftest/tests/unit/core/no_constraint_with_args_step_sample.yaml
+++ b/vnftest/tests/unit/core/no_constraint_with_args_step_sample.yaml
@@ -21,9 +21,9 @@ schema: "vnftest:suite:0.1"
name: "suite_1"
test_cases:
-
- file_name: tests/onap/test_cases/onap_vnftest_tc001.yaml
+ file_name: test_config/onap/test_cases/onap_vnftest_tc001.yaml
-
- file_name: tests/onap/test_cases/onap_vnftest_tc002.yaml
+ file_name: test_config/onap/test_cases/onap_vnftest_tc002.yaml
task_args:
huawei-pod1: '{"host": "node1.LF","target": "node2.LF"}'
diff --git a/vnftest/tests/unit/core/with_constraint_no_args_step_sample.yaml b/vnftest/tests/unit/core/with_constraint_no_args_step_sample.yaml
index f9524fb..c3a6bb1 100644
--- a/vnftest/tests/unit/core/with_constraint_no_args_step_sample.yaml
+++ b/vnftest/tests/unit/core/with_constraint_no_args_step_sample.yaml
@@ -19,12 +19,11 @@
schema: "vnftest:suite:0.1"
name: "suite_1"
-test_cases_dir: "tests/onap/test_cases/"
test_cases:
-
- file_name: onap_vnftest_tc001.yaml
+ file_name: test_config/onap/test_cases/onap_vnftest_tc001.yaml
-
- file_name: onap_vnftest_tc002.yaml
+ file_name: test_config/onap/test_cases/onap_vnftest_tc002.yaml
constraint:
installer: compass
pod: huawei-pod1
diff --git a/vnftest/tests/unit/core/with_constraint_with_args_step_sample.yaml b/vnftest/tests/unit/core/with_constraint_with_args_step_sample.yaml
index 53c8390..684b077 100644
--- a/vnftest/tests/unit/core/with_constraint_with_args_step_sample.yaml
+++ b/vnftest/tests/unit/core/with_constraint_with_args_step_sample.yaml
@@ -19,12 +19,11 @@
schema: "vnftest:suite:0.1"
name: "suite_1"
-test_cases_dir: "tests/onap/test_cases/"
test_cases:
-
- file_name: onap_vnftest_tc001.yaml
+ file_name: test_config/onap/test_cases/onap_vnftest_tc001.yaml
-
- file_name: onap_vnftest_tc002.yaml
+ file_name: test_config/onap/test_cases/onap_vnftest_tc002.yaml
constraint:
installer: compass
pod: huawei-pod1