ab3d62b15d249b188657a0c997abb0eec5374f57
[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: s2.ts2.testcase-1
17 description: s2.ts2.testcase-1
18
19 info:
20   product: scenario-2
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   - name: input2
33     type: string
34     description: Input 2
35     short_option: y
36     long_option: input2
37     is_optional: true
38     default_value: v2
39
40 results:
41   direction: landscape
42   attributes:
43     - name: output1
44       description: output 1
45       scope: short
46       type: string
47       default_value: ${input1}
48     - name: output2
49       description: output 2
50       scope: short
51       type: string
52       default_value: ${input2}