Merge "bugfix: E722 do not use bare except"
[releng.git] / utils / test / testapi / opnfv_testapi / tests / unit / resources / scenario-c2.json
1 {
2   "name": "odl_2-nofeature-ha",
3   "installers":
4   [
5     {
6       "installer": "fuel",
7       "versions":
8       [
9         {
10           "owner": "Lucky",
11           "version": "danube",
12           "projects":
13           [
14             {
15               "project": "functest",
16               "customs": [ "healthcheck", "vping_ssh"],
17               "scores": [],
18               "trust_indicators": [
19                 {
20                   "date": "2017-01-18 22:46:44",
21                   "status": "silver"
22                 }
23
24               ]
25             },
26             {
27               "project": "yardstick",
28               "customs": ["suite-a"],
29               "scores": [
30                 {
31                   "date": "2017-01-08 22:46:44",
32                   "score": "0/1"
33                 }
34               ],
35               "trust_indicators": [
36                 {
37                   "date": "2017-01-18 22:46:44",
38                   "status": "gold"
39                 }
40               ]
41             }
42           ]
43         },
44         {
45           "owner": "Luke",
46           "version": "colorado",
47           "projects":
48           [
49             {
50               "project": "functest",
51               "customs": [ "healthcheck", "vping_ssh"],
52               "scores":
53               [
54                 {
55                   "date": "2017-01-09 22:46:44",
56                   "score": "11/14"
57                 }
58
59               ],
60               "trust_indicators": []
61             },
62             {
63               "project": "yardstick",
64               "customs": [],
65               "scores": [],
66               "trust_indicators": []
67             }
68           ]
69         }
70       ]
71     }
72   ]
73 }