List of Input Parameters for VSP
[sdc.git] / openecomp-be / lib / openecomp-sdc-externaltesting-lib / openecomp-sdc-externaltesting-impl / src / test / data / testcase-sriov.json
1 {
2   "scenario": "compliance",
3   "testCaseName": "sriov",
4   "testSuiteName": "compliancetests",
5   "description": "SR-IOV Test",
6   "author": "Jim",
7   "inputs": [
8     {
9       "name": "vspId",
10       "description": "VSP ID",
11       "type": "text",
12       "metadata": {
13         "isDisabled": true,
14         "maxLength": "36",
15         "minLength": "1"
16       }
17     },
18     {
19       "name": "vspVersion",
20       "description": "VSP Version",
21       "type": "text",
22       "metadata": {
23         "isDisabled": true,
24         "maxLength": "36",
25         "minLength": "1"
26       }
27     },
28     {
29       "name": "allowSriov",
30       "description": "Allow SRIOV?",
31       "type": "select",
32       "defaultValue": "false",
33       "metadata": {
34         "isDisabled": true,
35         "choices": [
36           {
37             "key": "true",
38             "label": "Yes"
39           },
40           {
41             "key": "false",
42             "label": "No"
43           }
44         ]
45       }
46     }
47   ]
48 }