summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/tests/unit/resources/scenario-c1.json
blob: 187802215c86d0b0ecc1cb2a76ff3540a0f37977 (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
{
  "name": "nosdn-nofeature-ha",
  "installers":
  [
    {
      "installer": "apex",
      "versions":
      [
        {
          "owner": "Luke",
          "version": "master",
          "projects":
          [
            {
              "project": "functest",
              "customs": [ "healthcheck", "vping_ssh"],
              "scores":
              [
                {
                  "date": "2017-01-08 22:46:44",
                  "score": "12/14"
                }

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