From d273edeccd97122de1caec74243d702a652cacb9 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Wed, 19 Oct 2022 17:49:04 +0200 Subject: [GITLAB] Initial content for gitlab project xtesting-onap Issue-ID: INT-2150 Signed-off-by: Andreas Geissler Change-Id: I6a429e2f661474fe54b13b6513eca64f13e99b50 --- doc/stability_results.json | 54 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 doc/stability_results.json (limited to 'doc/stability_results.json') diff --git a/doc/stability_results.json b/doc/stability_results.json new file mode 100644 index 0000000..4bd6f17 --- /dev/null +++ b/doc/stability_results.json @@ -0,0 +1,54 @@ +{ + "daily": + [ + { + "onap_daily_pod4_honolulu": + [ + { + "date": "2021-04-06", + "infra": 25, + "healthcheck":88, + "smoke":42, + "security": 50 + + }, + { + "date": "2021-04-09", + "infra": 25, + "healthcheck":77, + "smoke":14, + "security": 50 + + }, + { + "date": "2021-04-10", + "infra": 25, + "healthcheck":88, + "smoke":75, + "security": 50 + + }, + { + "date": "2021-04-11", + "infra": 25, + "healthcheck":100, + "smoke":37, + "security": 50 + + }, + { + "date": "2021-04-12", + "infra": 25, + "healthcheck":88, + "smoke":37, + "security": 50 + + } + + + ] + } + ] + + +} \ No newline at end of file -- cgit 1.2.3-korg