summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-externaltesting-lib/openecomp-sdc-externaltesting-api/src/test/data/testcase.json
blob: 9a6a166b516db39ba8f723332ed7d4de337a8ad2 (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
49
50
51
52
53
54
55
56
57
58
{
  "scenario": "compliance",
  "testCaseName": "sriov",
  "testSuiteName": "compliancetests",
  "description": "SR-IOV Test",
  "author": "Jim",
  "endpoint": "vtp",
  "outputs": [
    {
      "name": "something",
      "description": "is produced",
      "type": "integer"
    }
  ],
  "inputs": [
    {
      "name": "vspId",
      "description": "VSP ID",
      "type": "text",
      "defaultValue": "",
      "metadata": {
        "isDisabled": true,
        "maxLength": "36",
        "minLength": "1"
      }
    },
    {
      "name": "vspVersion",
      "description": "VSP Version",
      "type": "text",
      "defaultValue": "",
      "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"
          }
        ]
      }
    }
  ]
}