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