summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/tests/unit/templates/test_result.json
diff options
context:
space:
mode:
Diffstat (limited to 'testapi/opnfv_testapi/tests/unit/templates/test_result.json')
-rw-r--r--testapi/opnfv_testapi/tests/unit/templates/test_result.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/testapi/opnfv_testapi/tests/unit/templates/test_result.json b/testapi/opnfv_testapi/tests/unit/templates/test_result.json
new file mode 100644
index 0000000..b7cb910
--- /dev/null
+++ b/testapi/opnfv_testapi/tests/unit/templates/test_result.json
@@ -0,0 +1,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": ""
+} \ No newline at end of file