diff options
author | Kanagaraj M <mkr1481@gmail.com> | 2019-05-10 15:23:56 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-05-10 15:26:21 +0530 |
commit | b6a27e640cba472d090090e990fae8856a6871f3 (patch) | |
tree | 570ff106558b20d326381e0f26cadcec55e27482 /products/onap-dublin | |
parent | 5427d0b39d4e5c0bef2547e5969491102b54fd78 (diff) |
Fix VNFSDK issues
Issue-ID: CLI-129
Change-Id: I281911c247ce21d723601b04ae125c95095c9a52
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-dublin')
-rw-r--r-- | products/onap-dublin/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run-dublin.yaml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/products/onap-dublin/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run-dublin.yaml b/products/onap-dublin/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run-dublin.yaml index 103bc422..cc29d9d4 100644 --- a/products/onap-dublin/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run-dublin.yaml +++ b/products/onap-dublin/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run-dublin.yaml @@ -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 |