summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/tests/unit/handlers/scenario-c2.json
blob: 980051c4f72ad1192a8e213be24998923e84be2d (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
  "name": "odl_2-nofeature-ha",
  "installers":
  [
    {
      "installer": "fuel",
      "versions":
      [
        {
          "owner": "Lucky",
          "version": "danube",
          "projects":
          [
            {
              "project": "functest",
              "customs": [ "healthcheck", "vping_ssh"],
              "scores": [],
              "trust_indicators": [
                {
                  "date": "2017-01-18 22:46:44",
                  "status": "silver"
                }

              ]
            },
            {
              "project": "yardstick",
              "customs": ["suite-a"],
              "scores": [
                {
                  "date": "2017-01-08 22:46:44",
                  "score": "0/1"
                }
              ],
              "trust_indicators": [
                {
                  "date": "2017-01-18 22:46:44",
                  "status": "gold"
                }
              ]
            }
          ]
        },
        {
          "owner": "Luke",
          "version": "colorado",
          "projects":
          [
            {
              "project": "functest",
              "customs": [ "healthcheck", "vping_ssh"],
              "scores":
              [
                {
                  "date": "2017-01-09 22:46:44",
                  "score": "11/14"
                }

              ],
              "trust_indicators": []
            },
            {
              "project": "yardstick",
              "customs": [],
              "scores": [],
              "trust_indicators": []
            }
          ]
        }
      ]
    }
  ]
}