ebdeab83095d3d4665929daf9bb4bb1b6c642edb
[vnfsdk/refrepo.git] /
1 # Copyright 2019 Huawei Technologies Co., Ltd.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #     http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 open_cli_schema_version: 1.0
16 name: s1.ts2.testcase-1
17 description: s1.ts2.testcase-1
18
19 info:
20   product: scenario-1
21   service: testsuite-2
22   type: cmd
23   author: Kanagaraj Manickam kanagaraj.manickam@huawei.com
24
25 parameters:
26   - name: input1
27     type: string
28     description: Input 1
29     short_option: x
30     long_option: input1
31     is_optional: false
32     metadata:
33       allowed_value:
34         - a
35         - b
36         - c
37   - name: input2
38     type: string
39     description: Input 2
40     short_option: y
41     long_option: input2
42     is_optional: true
43     default_value: v2
44
45 results:
46   direction: portrait
47   attributes:
48     - name: output1
49       description: output 1
50       scope: short
51       type: string
52       default_value: ${input1}=${input2}