Fix VNFSDK issues 39/87439/1
authorKanagaraj M <mkr1481@gmail.com>
Fri, 10 May 2019 09:53:56 +0000 (15:23 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fri, 10 May 2019 09:56:21 +0000 (15:26 +0530)
Issue-ID: CLI-129

Change-Id: I281911c247ce21d723601b04ae125c95095c9a52
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
products/onap-dublin/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run-dublin.yaml

index 103bc42..cc29d9d 100644 (file)
@@ -21,19 +21,24 @@ info:
   service: vtp
   author: ONAP CLI Team onap-discuss@lists.onap.org
 parameters:
-  - name: name
-    description: VNFtest case name
+  - name: testcase-name
+    description: VNF test case name
     type: string
     short_option: x
-    long_option: name
+    long_option: testcase-name
     is_optional: false
   - name: param
-    description: VNFtest case name params, and can be repeated.
+    description: VNF test case name params, and can be repeated.
     type: map
     short_option: y
     long_option: param
     is_optional: true
-
+  - name: testsuite-name
+    description: VNF test suite name
+    type: string
+    short_option: z
+    long_option: testsuite-name
+    is_optional: false
 results:
   direction: portrait
   attributes:
@@ -68,7 +73,7 @@ http:
                   "scenario": "onap-vtp",
                   "testSuiteName": "${testsuite-name}",
                   "testCaseName": "${testcase-name}",
-                  "parameters": ${param}]'
+                  "parameters": ${param}}]'
   success_codes:
     - 201
     - 200