aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-list-dublin.yaml
diff options
context:
space:
mode:
authorKanagaraj Manickam <kanagaraj.manickam@huawei.com>2019-04-16 11:51:16 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-16 11:51:16 +0000
commit34605c95ea7a9af4c4b86a4b5dee81a40d60686f (patch)
tree2d87a529f21c47e94a267fc41df7f1305b87ecb4 /products/onap-dublin/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-list-dublin.yaml
parent90cfd4e7091c8cc551443c1a82149fbe29fd1940 (diff)
parenteb8e385895eddc369323ebe3495538cb50bc79ba (diff)
Merge changes I29728c5d,Ic02b092e
* changes: Add oclip service entry Add dublin in OCS yaml names
Diffstat (limited to 'products/onap-dublin/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-list-dublin.yaml')
-rw-r--r--products/onap-dublin/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-list-dublin.yaml47
1 files changed, 47 insertions, 0 deletions
diff --git a/products/onap-dublin/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-list-dublin.yaml b/products/onap-dublin/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-list-dublin.yaml
new file mode 100644
index 00000000..abfd4925
--- /dev/null
+++ b/products/onap-dublin/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-list-dublin.yaml
@@ -0,0 +1,47 @@
+# Copyright 2018 Huawei Technologies Co., Ltd.
+#
+# Licensed under the Apache License, Version 2.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
+#
+# Unless required by applicable law or agreed to in writing, 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.
+
+open_cli_schema_version: 1.0
+name: vnftest-list
+description: Lists the VNF test cases in VNF Test Platform (VTP)
+
+info:
+ product: onap-dublin
+ service: vtp
+ author: ONAP CLI Team onap-discuss@lists.onap.org
+
+results:
+ direction: landscape
+ attributes:
+ - name: tescase
+ description: Testcase name
+ scope: short
+ type: string
+ - name: testsuite
+ description: Test suite name
+ scope: short
+ type: string
+http:
+ service:
+ auth: none
+ mode: direct
+ request:
+ uri: /onapapi/vnfsdk-marketplace/v1/vtp/scenarios/onap-vtp/testcases
+ method: GET
+ success_codes:
+ - 201
+ - 200
+ result_map:
+ tescase: $b{$.[*].testCaseName}
+ testsuite: $b{$.[*].testSuiteName} \ No newline at end of file