summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/tests/unit/templates/test_result.json
blob: b7cb9106a90ea58be3845749f3db43c6a64dea0c (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
{
  "project_name": "functest",
  "scenario": "odl-l2",
  "trust_indicator": {
    "current": 0.7,
    "histories": []
  },
  "case_name": "vPing",
  "build_tag": "v3.0",
  "public": "true",
  "version": "C",
  "details": {
    "timestart": "0",
    "duration": "9s",
    "status": "OK",
    "items": [
      {"item1": 1},
      {"item2": 2}
    ]
  },
  "criteria": "PASS",
  "installer": "fuel",
  "pod_name": "zte-pod1",
  "start_date": "",
  "stop_date": "",
  "user": ""
}