From fc9a8346809137810f9c85a232191d4edb7c9fb3 Mon Sep 17 00:00:00 2001 From: Moshe Date: Wed, 4 Jul 2018 09:10:44 +0300 Subject: resources are located by logical path Issue-ID: VNFSDK-275 Change-Id: I2a8a5430634d5a12a58fbd5cd85511ccce53518a Signed-off-by: Moshe fix tests Issue-ID: VNFSDK-275 Change-Id: I20f48139b2cae3b57959a33739f34e811c2ffe38 Signed-off-by: Moshe --- vnftest/test_config/onap/test_suites/__init__.py | 0 .../onap/test_suites/onap_basic_lifecycle.yaml | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 vnftest/test_config/onap/test_suites/__init__.py create mode 100644 vnftest/test_config/onap/test_suites/onap_basic_lifecycle.yaml (limited to 'vnftest/test_config/onap/test_suites') diff --git a/vnftest/test_config/onap/test_suites/__init__.py b/vnftest/test_config/onap/test_suites/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/vnftest/test_config/onap/test_suites/onap_basic_lifecycle.yaml b/vnftest/test_config/onap/test_suites/onap_basic_lifecycle.yaml new file mode 100644 index 0000000..773a8e0 --- /dev/null +++ b/vnftest/test_config/onap/test_suites/onap_basic_lifecycle.yaml @@ -0,0 +1,26 @@ +############################################################################## +# Copyright 2018 EuropeanSoftwareMarketingLtd. +# =================================================================== +# Licensed under the ApacheLicense, Version2.0 (the"License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# +# software distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and limitations under +# the License +############################################################################## + +--- + +schema: "vnftest:suite:0.1" + +name: "onap-basic-lifecycle" +test_cases: +- + file_name: test_config/onap/test_cases/onap_vnftest_tc001.yaml +- + file_name: test_config/onap/test_cases/onap_vnftest_tc002.yaml +#- +# file_name: test_config/onap/test_cases/onap_vnftest_tc003.yaml -- cgit 1.2.3-korg