aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/json
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-05-03 14:22:31 +0200
committerTibor Frank <tifrank@cisco.com>2021-06-08 08:18:58 +0200
commitc763cfcb064e4f4acf6b8309b08d3800b9bd5331 (patch)
treee47b01ffb250c7eafdad140f336d492e358f851c /resources/tools/presentation/json
parentfd84de690150a1ef15eeeebc32f70ff54cb25e66 (diff)
PAL: Convert XML to JSON
Change-Id: I24f0ddc412d4353ba244c58a3068b5b0ea4349e3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/json')
-rw-r--r--resources/tools/presentation/json/template_0.1.0.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/resources/tools/presentation/json/template_0.1.0.json b/resources/tools/presentation/json/template_0.1.0.json
new file mode 100644
index 0000000000..dd9fed7360
--- /dev/null
+++ b/resources/tools/presentation/json/template_0.1.0.json
@@ -0,0 +1,25 @@
+{
+ "version": "0.1.0",
+ "test": {
+ "test-id": "",
+ "test-type": "",
+ "tags": [],
+ "documentation": "",
+ "message": "",
+ "execution": {
+ "ci": "",
+ "job": "",
+ "build": "",
+ "csit-commit": "",
+ "csit-gerrit-change": "",
+ "start_time": "",
+ "end_time": "",
+ "status": ""
+ },
+ "results": {}
+ },
+ "metadata": {},
+ "resource": [],
+ "network": [],
+ "log": []
+}