summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/tests/unit/templates/test_result.json
blob: 8f1d5fa610a110fa99a59919d658c3323b4e49d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "project_name": "functest",
  "scenario": "odl-l2",
  "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": ""
}