diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-06-21 16:34:23 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-06-22 10:37:30 +0200 |
commit | 36048e330c53b0325fb120da0f7661ad2dd44611 (patch) | |
tree | 10accfaec69d6dcf8f317c40ac8b678630689e83 /resources/tools/presentation/json | |
parent | eb2fad1b89be271b257665d3faeff4d71c453430 (diff) |
JSON: Implement latest changes
Change-Id: Ife5feacad6885427066a5b28978f25965394b557
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.json | 40 |
1 files changed, 19 insertions, 21 deletions
diff --git a/resources/tools/presentation/json/template_0.1.0.json b/resources/tools/presentation/json/template_0.1.0.json index dd9fed7360..7c7c76a5c1 100644 --- a/resources/tools/presentation/json/template_0.1.0.json +++ b/resources/tools/presentation/json/template_0.1.0.json @@ -1,25 +1,23 @@ { "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": [], + "ci": "", + "job": "", + "build_number": "", + "testbed": "", + "suite_id": "", + "suite_doc": "", + "sut_type": "", + "sut_version": "", + "test_id": "", + "test_type": "", + "tags": [], + "documentation": "", + "message": "", + "csit_commit": "", + "csit_gerrit_change": "", + "start_time": "", + "end_time": "", + "status": "", + "results": {}, "log": [] } |