summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestHardwareAllocation/hwspec.json
blob: bf8daf6eca9b5e9a0eae1bde69959c1e7282954f (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
{
  "local": [
    {
      "widgets": [
        {
          "id": "0",
          "capacity": 4
        },
        {
          "id": "1",
          "capacity": 2
        },
        {
          "id": "2",
          "capacity": 4
        },
        {
          "id": "3",
          "capacity": 8
        },
        {
          "id": "4",
          "capacity": 1
        },
        {
          "id": "5",
          "capacity": 1
        },
        {
          "id": "6",
          "capacity": 1
        },
        {
          "id": "7",
          "capacity": 1
        }
      ],
      "transmogrifiers": [
        {
          "id": "calvin",
          "capacity": 2
        },
        {
          "id": "hobbes",
          "capacity": 2
        }
      ],
      "fluxcapacitors": [
        {
          "id": "outatime",
          "capacity": 121
        }
      ]
    }
  ]
}