From 10bf113a875891410216b2adac7e84bd7cb54292 Mon Sep 17 00:00:00 2001 From: Gmerold Date: Thu, 26 Dec 2024 03:06:50 +0000 Subject: [PATCH] deploy: d0244db848b88d8037967dec464ac6276b6bd2dc --- {23 => 2193}/app.js | 0 2193/data/attachments/740660b05d49fa3a.txt | 16 ++ 2193/data/attachments/df3da97d00979b4a.txt | 235 +++++++++++++++++++++ 2193/data/behaviors.csv | 2 + 2193/data/behaviors.json | 1 + {23 => 2193}/data/categories.csv | 0 {23 => 2193}/data/categories.json | 0 2193/data/packages.json | 1 + 2193/data/suites.csv | 5 + 2193/data/suites.json | 1 + 2193/data/test-cases/1456698dc526cc00.json | 1 + 2193/data/test-cases/77ecb1c8e7e427e4.json | 1 + 2193/data/test-cases/aa64b8c6339f21cd.json | 1 + 2193/data/test-cases/ec5cdb02d3199707.json | 1 + 2193/data/timeline.json | 1 + 2193/export/influxDbData.txt | 11 + {23 => 2193}/export/mail.html | 0 2193/export/prometheusData.txt | 11 + {23 => 2193}/favicon.ico | Bin 2193/history/categories-trend.json | 1 + 2193/history/duration-trend.json | 1 + 2193/history/history-trend.json | 1 + 2193/history/history.json | 1 + 2193/history/retry-trend.json | 1 + {23 => 2193}/index.html | 2 +- {23 => 2193}/plugin/behaviors/index.js | 0 {23 => 2193}/plugin/packages/index.js | 0 {23 => 2193}/plugin/screen-diff/index.js | 0 {23 => 2193}/plugin/screen-diff/styles.css | 0 {23 => 2193}/styles.css | 0 2193/widgets/behaviors.json | 1 + 2193/widgets/categories-trend.json | 1 + {23 => 2193}/widgets/categories.json | 0 2193/widgets/duration-trend.json | 1 + 2193/widgets/duration.json | 1 + 2193/widgets/environment.json | 1 + 2193/widgets/executors.json | 1 + 2193/widgets/history-trend.json | 1 + {23 => 2193}/widgets/launch.json | 0 2193/widgets/retry-trend.json | 1 + 2193/widgets/severity.json | 1 + 2193/widgets/status-chart.json | 1 + 2193/widgets/suites.json | 1 + 2193/widgets/summary.json | 1 + 23/data/behaviors.csv | 0 23/data/behaviors.json | 1 - 23/data/packages.json | 1 - 23/data/suites.csv | 0 23/data/suites.json | 1 - 23/data/timeline.json | 1 - 23/export/influxDbData.txt | 11 - 23/export/prometheusData.txt | 11 - 23/history/categories-trend.json | 1 - 23/history/duration-trend.json | 1 - 23/history/history-trend.json | 1 - 23/history/history.json | 1 - 23/history/retry-trend.json | 1 - 23/widgets/behaviors.json | 1 - 23/widgets/categories-trend.json | 1 - 23/widgets/duration-trend.json | 1 - 23/widgets/duration.json | 1 - 23/widgets/environment.json | 1 - 23/widgets/executors.json | 1 - 23/widgets/history-trend.json | 1 - 23/widgets/retry-trend.json | 1 - 23/widgets/severity.json | 1 - 23/widgets/status-chart.json | 1 - 23/widgets/suites.json | 1 - 23/widgets/summary.json | 1 - index.html | 2 +- last-history/categories-trend.json | 2 +- last-history/duration-trend.json | 2 +- last-history/history-trend.json | 2 +- last-history/history.json | 2 +- last-history/retry-trend.json | 2 +- 75 files changed, 312 insertions(+), 50 deletions(-) rename {23 => 2193}/app.js (100%) create mode 100644 2193/data/attachments/740660b05d49fa3a.txt create mode 100644 2193/data/attachments/df3da97d00979b4a.txt create mode 100644 2193/data/behaviors.csv create mode 100644 2193/data/behaviors.json rename {23 => 2193}/data/categories.csv (100%) rename {23 => 2193}/data/categories.json (100%) create mode 100644 2193/data/packages.json create mode 100644 2193/data/suites.csv create mode 100644 2193/data/suites.json create mode 100644 2193/data/test-cases/1456698dc526cc00.json create mode 100644 2193/data/test-cases/77ecb1c8e7e427e4.json create mode 100644 2193/data/test-cases/aa64b8c6339f21cd.json create mode 100644 2193/data/test-cases/ec5cdb02d3199707.json create mode 100644 2193/data/timeline.json create mode 100644 2193/export/influxDbData.txt rename {23 => 2193}/export/mail.html (100%) create mode 100644 2193/export/prometheusData.txt rename {23 => 2193}/favicon.ico (100%) create mode 100644 2193/history/categories-trend.json create mode 100644 2193/history/duration-trend.json create mode 100644 2193/history/history-trend.json create mode 100644 2193/history/history.json create mode 100644 2193/history/retry-trend.json rename {23 => 2193}/index.html (94%) rename {23 => 2193}/plugin/behaviors/index.js (100%) rename {23 => 2193}/plugin/packages/index.js (100%) rename {23 => 2193}/plugin/screen-diff/index.js (100%) rename {23 => 2193}/plugin/screen-diff/styles.css (100%) rename {23 => 2193}/styles.css (100%) create mode 100644 2193/widgets/behaviors.json create mode 100644 2193/widgets/categories-trend.json rename {23 => 2193}/widgets/categories.json (100%) create mode 100644 2193/widgets/duration-trend.json create mode 100644 2193/widgets/duration.json create mode 100644 2193/widgets/environment.json create mode 100644 2193/widgets/executors.json create mode 100644 2193/widgets/history-trend.json rename {23 => 2193}/widgets/launch.json (100%) create mode 100644 2193/widgets/retry-trend.json create mode 100644 2193/widgets/severity.json create mode 100644 2193/widgets/status-chart.json create mode 100644 2193/widgets/suites.json create mode 100644 2193/widgets/summary.json delete mode 100644 23/data/behaviors.csv delete mode 100644 23/data/behaviors.json delete mode 100644 23/data/packages.json delete mode 100644 23/data/suites.csv delete mode 100644 23/data/suites.json delete mode 100644 23/data/timeline.json delete mode 100644 23/export/influxDbData.txt delete mode 100644 23/export/prometheusData.txt delete mode 100644 23/history/categories-trend.json delete mode 100644 23/history/duration-trend.json delete mode 100644 23/history/history-trend.json delete mode 100644 23/history/history.json delete mode 100644 23/history/retry-trend.json delete mode 100644 23/widgets/behaviors.json delete mode 100644 23/widgets/categories-trend.json delete mode 100644 23/widgets/duration-trend.json delete mode 100644 23/widgets/duration.json delete mode 100644 23/widgets/environment.json delete mode 100644 23/widgets/executors.json delete mode 100644 23/widgets/history-trend.json delete mode 100644 23/widgets/retry-trend.json delete mode 100644 23/widgets/severity.json delete mode 100644 23/widgets/status-chart.json delete mode 100644 23/widgets/suites.json delete mode 100644 23/widgets/summary.json diff --git a/23/app.js b/2193/app.js similarity index 100% rename from 23/app.js rename to 2193/app.js diff --git a/2193/data/attachments/740660b05d49fa3a.txt b/2193/data/attachments/740660b05d49fa3a.txt new file mode 100644 index 0000000..f33cbf6 --- /dev/null +++ b/2193/data/attachments/740660b05d49fa3a.txt @@ -0,0 +1,16 @@ +INFO  tests.integration.nms_helper:nms_helper.py:186 Created subscriber with IMSI 001010100007487. +INFO  tests.integration.nms_helper:nms_helper.py:193 Created device group default-default. +INFO  tests.integration.nms_helper:nms_helper.py:200 Created network slice default. +INFO  tests.integration.juju_helper:juju_helper.py:44 Deployment is ready! +INFO  tests.integration.juju_helper:juju_helper.py:45 Model Controller Cloud/Region Version SLA Timestamp +ran github-pr-d0244-microk8s microk8s/localhost 3.6.1 unsupported 03:06:03Z + +SAAS Status Store URL +amf active local admin/sdcore.amf +nms active local admin/sdcore.nms + +App Version Status Scale Charm Channel Rev Address Exposed Message +gnbsim 1.6.0 active 1 sdcore-gnbsim-k8s 1.6/edge 657 10.152.183.26 no + +Unit Workload Agent Address Ports Message +gnbsim/0* active idle 10.1.53.37 \ No newline at end of file diff --git a/2193/data/attachments/df3da97d00979b4a.txt b/2193/data/attachments/df3da97d00979b4a.txt new file mode 100644 index 0000000..799a70b --- /dev/null +++ b/2193/data/attachments/df3da97d00979b4a.txt @@ -0,0 +1,235 @@ +INFO  tests.integration.terraform_helper:terraform_helper.py:50 Running `terraform init` in /home/ubuntu/actions-runner/_work/sdcore-tests/sdcore-tests/terraform +INFO  tests.integration.terraform_helper:terraform_helper.py:99 Running: terraform init +INFO  tests.integration.terraform_helper:terraform_helper.py:69 Running `terraform apply` in /home/ubuntu/actions-runner/_work/sdcore-tests/sdcore-tests/terraform +INFO  tests.integration.terraform_helper:terraform_helper.py:99 Running: terraform apply -auto-approve +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for amf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for ausf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('maintenance', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for mongodb/0. Current status is: ('waiting', 'allocating') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nms/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nrf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nssf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for pcf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for smf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udm/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udr/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('maintenance', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for amf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for ausf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('maintenance', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for mongodb/0. Current status is: ('maintenance', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nms/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nrf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nssf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for pcf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for self-signed-certificates/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for smf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udm/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udr/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for amf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for ausf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('maintenance', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for mongodb/0. Current status is: ('maintenance', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nms/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nrf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nssf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for pcf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for self-signed-certificates/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for smf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udm/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udr/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for amf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for ausf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('maintenance', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for mongodb/0. Current status is: ('maintenance', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nms/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nrf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nssf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for pcf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for self-signed-certificates/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for smf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udm/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udr/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for amf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for ausf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for mongodb/0. Current status is: ('maintenance', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nms/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nrf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nssf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for pcf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for self-signed-certificates/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for smf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udm/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udr/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for amf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for ausf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for mongodb/0. Current status is: ('maintenance', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nms/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nrf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nssf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for pcf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for smf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udm/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udr/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for amf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for ausf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for mongodb/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nms/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nrf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nssf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for pcf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for smf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udm/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udr/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for amf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for ausf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for mongodb/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nms/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nrf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nssf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for pcf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for smf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udm/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udr/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for amf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for ausf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nms/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nrf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nssf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for pcf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for smf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udm/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udr/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for amf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for ausf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for mongodb/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nms/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nrf/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nssf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for pcf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for smf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udm/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for udr/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for amf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for mongodb/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nms/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nrf/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for mongodb/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nms/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for mongodb/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nms/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for mongodb/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nms/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('blocked', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for mongodb/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('unknown', 'lost') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('unknown', 'lost') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('maintenance', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nssf/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('maintenance', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for grafana-agent/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for nrf/0. Current status is: ('active', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('unknown', 'lost') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('unknown', 'lost') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'idle') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:39 Waiting for upf/0. Current status is: ('waiting', 'executing') +INFO  tests.integration.juju_helper:juju_helper.py:40 Sleeping for 10 seconds... +INFO  tests.integration.juju_helper:juju_helper.py:44 Deployment is ready! +INFO  tests.integration.juju_helper:juju_helper.py:45 Model Controller Cloud/Region Version SLA Timestamp +sdcore github-pr-d0244-microk8s microk8s/localhost 3.6.1 unsupported 03:04:50Z + +SAAS Status Store URL +loki active local admin/cos-lite.loki +prometheus active local admin/cos-lite.prometheus + +App Version Status Scale Charm Channel Rev Address Exposed Message +amf 1.6.1 active 1 sdcore-amf-k8s 1.6/edge 876 10.152.183.222 no +ausf 1.5.1 active 1 sdcore-ausf-k8s 1.6/edge 688 10.152.183.176 no +grafana-agent 0.40.4 active 1 grafana-agent-k8s latest/stable 80 10.152.183.138 no grafana-dashboards-provider: off +mongodb active 1 mongodb-k8s 6/stable 61 10.152.183.182 no +nms 1.1.0 active 1 sdcore-nms-k8s 1.6/edge 815 10.152.183.80 no +nrf 1.6.1 active 1 sdcore-nrf-k8s 1.6/edge 760 10.152.183.198 no +nssf 1.5.1 active 1 sdcore-nssf-k8s 1.6/edge 642 10.152.183.22 no +pcf 1.5.2 active 1 sdcore-pcf-k8s 1.6/edge 683 10.152.183.237 no +router active 1 sdcore-router-k8s 1.6/edge 442 10.152.183.67 no +self-signed-certificates active 1 self-signed-certificates latest/stable 155 10.152.183.171 no +smf 1.6.2 active 1 sdcore-smf-k8s 1.6/edge 776 10.152.183.18 no +traefik 2.11.0 maintenance 1 traefik-k8s latest/stable 203 10.152.183.103 no updating ingress configuration for 'ingress:42' +udm 1.5.1 active 1 sdcore-udm-k8s 1.6/edge 639 10.152.183.17 no +udr 1.6.1 active 1 sdcore-udr-k8s 1.6/edge 621 10.152.183.139 no +upf 1.5.0 active 1 sdcore-upf-k8s 1.6/edge 726 10.152.183.128 no + +Unit Workload Agent Address Ports Message +amf/0* active idle 10.1.53.47 +ausf/0* active idle 10.1.53.5 +grafana-agent/0* active idle 10.1.53.54 grafana-dashboards-provider: off +mongodb/0* active idle 10.1.53.59 Primary +nms/0* active idle 10.1.53.23 +nrf/0* active idle 10.1.53.60 +nssf/0* active idle 10.1.53.31 +pcf/0* active idle 10.1.53.21 +router/0* active idle 10.1.53.20 +self-signed-certificates/0* active idle 10.1.53.44 +smf/0* active idle 10.1.53.51 +traefik/0* maintenance idle 10.1.53.18 updating ingress configuration for 'ingress:42' +udm/0* active idle 10.1.53.39 +udr/0* active idle 10.1.53.19 +upf/0* active idle 10.1.53.27 + +Offer Application Charm Rev Connected Endpoint Interface Role +amf amf sdcore-amf-k8s 876 1/1 fiveg-n2 fiveg_n2 provider +nms nms sdcore-nms-k8s 815 1/1 fiveg_core_gnb fiveg_core_gnb provider +upf upf sdcore-upf-k8s 726 0/0 fiveg_n3 fiveg_n3 provider \ No newline at end of file diff --git a/2193/data/behaviors.csv b/2193/data/behaviors.csv new file mode 100644 index 0000000..8cc44f8 --- /dev/null +++ b/2193/data/behaviors.csv @@ -0,0 +1,2 @@ +"Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" +"","","","0","0","3","1","0" diff --git a/2193/data/behaviors.json b/2193/data/behaviors.json new file mode 100644 index 0000000..2e9404e --- /dev/null +++ b/2193/data/behaviors.json @@ -0,0 +1 @@ +{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"test_given_sdcore_terraform_module_when_deploy_then_status_is_active","uid":"ec5cdb02d3199707","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1735181723584,"stop":1735182290749,"duration":567165},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["asyncio","abort_on_fail"]},{"name":"test_given_sdcore_bundle_and_gnbsim_deployed_when_start_simulation_then_simulation_success_status_is_true","uid":"1456698dc526cc00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1735182290754,"stop":1735182396879,"duration":106125},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["asyncio","abort_on_fail"]},{"name":"test_given_external_hostname_configured_for_traefik_when_calling_sdcore_nms_then_configuration_tabs_are_available","uid":"77ecb1c8e7e427e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1735182396881,"stop":1735182396881,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["@pytest.mark.skip(reason='Traefik issue: https://github.com/canonical/traefik-k8s-operator/issues/361')","asyncio","abort_on_fail"]},{"name":"test_given_cos_lite_integrated_with_sdcore_when_searching_for_5g_network_overview_dashboard_in_grafana_then_dashboard_exists","uid":"aa64b8c6339f21cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1735182396885,"stop":1735182399857,"duration":2972},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["asyncio","abort_on_fail"]}],"name":"behaviors"} \ No newline at end of file diff --git a/23/data/categories.csv b/2193/data/categories.csv similarity index 100% rename from 23/data/categories.csv rename to 2193/data/categories.csv diff --git a/23/data/categories.json b/2193/data/categories.json similarity index 100% rename from 23/data/categories.json rename to 2193/data/categories.json diff --git a/2193/data/packages.json b/2193/data/packages.json new file mode 100644 index 0000000..718d652 --- /dev/null +++ b/2193/data/packages.json @@ -0,0 +1 @@ +{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"tests.integration.test_integration","children":[{"name":"test_given_sdcore_terraform_module_when_deploy_then_status_is_active","uid":"ec5cdb02d3199707","parentUid":"b88022aa2453840aee93e3bbbf36652f","status":"passed","time":{"start":1735181723584,"stop":1735182290749,"duration":567165},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["asyncio","abort_on_fail"]},{"name":"test_given_sdcore_bundle_and_gnbsim_deployed_when_start_simulation_then_simulation_success_status_is_true","uid":"1456698dc526cc00","parentUid":"b88022aa2453840aee93e3bbbf36652f","status":"passed","time":{"start":1735182290754,"stop":1735182396879,"duration":106125},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["asyncio","abort_on_fail"]},{"name":"test_given_external_hostname_configured_for_traefik_when_calling_sdcore_nms_then_configuration_tabs_are_available","uid":"77ecb1c8e7e427e4","parentUid":"b88022aa2453840aee93e3bbbf36652f","status":"skipped","time":{"start":1735182396881,"stop":1735182396881,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["@pytest.mark.skip(reason='Traefik issue: https://github.com/canonical/traefik-k8s-operator/issues/361')","asyncio","abort_on_fail"]},{"name":"test_given_cos_lite_integrated_with_sdcore_when_searching_for_5g_network_overview_dashboard_in_grafana_then_dashboard_exists","uid":"aa64b8c6339f21cd","parentUid":"b88022aa2453840aee93e3bbbf36652f","status":"passed","time":{"start":1735182396885,"stop":1735182399857,"duration":2972},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["asyncio","abort_on_fail"]}],"uid":"tests.integration.test_integration"}],"name":"packages"} \ No newline at end of file diff --git a/2193/data/suites.csv b/2193/data/suites.csv new file mode 100644 index 0000000..d29120e --- /dev/null +++ b/2193/data/suites.csv @@ -0,0 +1,5 @@ +"Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description" +"passed","Thu Dec 26 03:04:50 GMT 2024","Thu Dec 26 03:06:36 GMT 2024","106125","tests.integration","test_integration","TestSDCoreBundle","","","test_given_sdcore_bundle_and_gnbsim_deployed_when_start_simulation_then_simulation_success_status_is_true","" +"skipped","Thu Dec 26 03:06:36 GMT 2024","Thu Dec 26 03:06:36 GMT 2024","0","tests.integration","test_integration","TestSDCoreBundle","","","test_given_external_hostname_configured_for_traefik_when_calling_sdcore_nms_then_configuration_tabs_are_available","" +"passed","Thu Dec 26 02:55:23 GMT 2024","Thu Dec 26 03:04:50 GMT 2024","567165","tests.integration","test_integration","TestSDCoreBundle","","","test_given_sdcore_terraform_module_when_deploy_then_status_is_active","" +"passed","Thu Dec 26 03:06:36 GMT 2024","Thu Dec 26 03:06:39 GMT 2024","2972","tests.integration","test_integration","TestSDCoreBundle","","","test_given_cos_lite_integrated_with_sdcore_when_searching_for_5g_network_overview_dashboard_in_grafana_then_dashboard_exists","" diff --git a/2193/data/suites.json b/2193/data/suites.json new file mode 100644 index 0000000..6218c87 --- /dev/null +++ b/2193/data/suites.json @@ -0,0 +1 @@ +{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"tests.integration","children":[{"name":"test_integration","children":[{"name":"TestSDCoreBundle","children":[{"name":"test_given_sdcore_terraform_module_when_deploy_then_status_is_active","uid":"ec5cdb02d3199707","parentUid":"db641bdebbba01e6cacca53a3f19208e","status":"passed","time":{"start":1735181723584,"stop":1735182290749,"duration":567165},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["asyncio","abort_on_fail"]},{"name":"test_given_sdcore_bundle_and_gnbsim_deployed_when_start_simulation_then_simulation_success_status_is_true","uid":"1456698dc526cc00","parentUid":"db641bdebbba01e6cacca53a3f19208e","status":"passed","time":{"start":1735182290754,"stop":1735182396879,"duration":106125},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["asyncio","abort_on_fail"]},{"name":"test_given_external_hostname_configured_for_traefik_when_calling_sdcore_nms_then_configuration_tabs_are_available","uid":"77ecb1c8e7e427e4","parentUid":"db641bdebbba01e6cacca53a3f19208e","status":"skipped","time":{"start":1735182396881,"stop":1735182396881,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["@pytest.mark.skip(reason='Traefik issue: https://github.com/canonical/traefik-k8s-operator/issues/361')","asyncio","abort_on_fail"]},{"name":"test_given_cos_lite_integrated_with_sdcore_when_searching_for_5g_network_overview_dashboard_in_grafana_then_dashboard_exists","uid":"aa64b8c6339f21cd","parentUid":"db641bdebbba01e6cacca53a3f19208e","status":"passed","time":{"start":1735182396885,"stop":1735182399857,"duration":2972},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["asyncio","abort_on_fail"]}],"uid":"db641bdebbba01e6cacca53a3f19208e"}],"uid":"f23e3f2b022b4a481b3e98d636593aa3"}],"uid":"a993e73a38f04e33a4c7d4e432d077a7"}],"name":"suites"} \ No newline at end of file diff --git a/2193/data/test-cases/1456698dc526cc00.json b/2193/data/test-cases/1456698dc526cc00.json new file mode 100644 index 0000000..bfa215b --- /dev/null +++ b/2193/data/test-cases/1456698dc526cc00.json @@ -0,0 +1 @@ +{"uid":"1456698dc526cc00","name":"test_given_sdcore_bundle_and_gnbsim_deployed_when_start_simulation_then_simulation_success_status_is_true","fullName":"tests.integration.test_integration.TestSDCoreBundle#test_given_sdcore_bundle_and_gnbsim_deployed_when_start_simulation_then_simulation_success_status_is_true","historyId":"33090515e695e4b8830c4d8ff5c85a7d","time":{"start":1735182290754,"stop":1735182396879,"duration":106125},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"event_loop","time":{"start":1735181723172,"stop":1735181723172,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"_xunit_setup_class_fixture_TestSDCoreBundle","time":{"start":1735181723173,"stop":1735181723583,"duration":410},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"abort_on_fail","time":{"start":1735182290754,"stop":1735182290754,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"testStage":{"status":"passed","steps":[],"attachments":[{"uid":"740660b05d49fa3a","name":"log","source":"740660b05d49fa3a.txt","type":"text/plain","size":1019}],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":1,"hasContent":true},"afterStages":[{"name":"abort_on_fail::0","time":{"start":1735182396880,"stop":1735182396880,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"_xunit_setup_class_fixture_TestSDCoreBundle::0","time":{"start":1735182399858,"stop":1735182399858,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"event_loop::2","time":{"start":1735182399859,"stop":1735182399859,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"event_loop::_close_event_loop","time":{"start":1735182399859,"stop":1735182399859,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"event_loop::_provide_clean_event_loop","time":{"start":1735182399859,"stop":1735182399859,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"labels":[{"name":"tag","value":"abort_on_fail"},{"name":"tag","value":"asyncio"},{"name":"parentSuite","value":"tests.integration"},{"name":"suite","value":"test_integration"},{"name":"subSuite","value":"TestSDCoreBundle"},{"name":"host","value":"github-runner"},{"name":"thread","value":"23372-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.integration.test_integration"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":["asyncio","abort_on_fail"]},"source":"1456698dc526cc00.json","parameterValues":[]} \ No newline at end of file diff --git a/2193/data/test-cases/77ecb1c8e7e427e4.json b/2193/data/test-cases/77ecb1c8e7e427e4.json new file mode 100644 index 0000000..6de25ac --- /dev/null +++ b/2193/data/test-cases/77ecb1c8e7e427e4.json @@ -0,0 +1 @@ +{"uid":"77ecb1c8e7e427e4","name":"test_given_external_hostname_configured_for_traefik_when_calling_sdcore_nms_then_configuration_tabs_are_available","fullName":"tests.integration.test_integration.TestSDCoreBundle#test_given_external_hostname_configured_for_traefik_when_calling_sdcore_nms_then_configuration_tabs_are_available","historyId":"4f63e90853beae7da6f5a54ef6170a8c","time":{"start":1735182396881,"stop":1735182396881,"duration":0},"status":"skipped","statusMessage":"Skipped: Traefik issue: https://github.com/canonical/traefik-k8s-operator/issues/361","statusTrace":"('/home/ubuntu/actions-runner/_work/sdcore-tests/sdcore-tests/tests/integration/test_integration.py', 67, 'Skipped: Traefik issue: https://github.com/canonical/traefik-k8s-operator/issues/361')","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"_xunit_setup_class_fixture_TestSDCoreBundle","time":{"start":1735181723173,"stop":1735181723583,"duration":410},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"abort_on_fail","time":{"start":1735182396885,"stop":1735182396885,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"afterStages":[{"name":"_xunit_setup_class_fixture_TestSDCoreBundle::0","time":{"start":1735182399858,"stop":1735182399858,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"abort_on_fail::0","time":{"start":1735182399858,"stop":1735182399858,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"labels":[{"name":"tag","value":"abort_on_fail"},{"name":"tag","value":"@pytest.mark.skip(reason='Traefik issue: https://github.com/canonical/traefik-k8s-operator/issues/361')"},{"name":"tag","value":"asyncio"},{"name":"parentSuite","value":"tests.integration"},{"name":"suite","value":"test_integration"},{"name":"subSuite","value":"TestSDCoreBundle"},{"name":"host","value":"github-runner"},{"name":"thread","value":"23372-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.integration.test_integration"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":["@pytest.mark.skip(reason='Traefik issue: https://github.com/canonical/traefik-k8s-operator/issues/361')","asyncio","abort_on_fail"]},"source":"77ecb1c8e7e427e4.json","parameterValues":[]} \ No newline at end of file diff --git a/2193/data/test-cases/aa64b8c6339f21cd.json b/2193/data/test-cases/aa64b8c6339f21cd.json new file mode 100644 index 0000000..dd08ee8 --- /dev/null +++ b/2193/data/test-cases/aa64b8c6339f21cd.json @@ -0,0 +1 @@ +{"uid":"aa64b8c6339f21cd","name":"test_given_cos_lite_integrated_with_sdcore_when_searching_for_5g_network_overview_dashboard_in_grafana_then_dashboard_exists","fullName":"tests.integration.test_integration.TestSDCoreBundle#test_given_cos_lite_integrated_with_sdcore_when_searching_for_5g_network_overview_dashboard_in_grafana_then_dashboard_exists","historyId":"3be1fd6b051e2a7f16274330c84676d8","time":{"start":1735182396885,"stop":1735182399857,"duration":2972},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"event_loop","time":{"start":1735181723172,"stop":1735181723172,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"_xunit_setup_class_fixture_TestSDCoreBundle","time":{"start":1735181723173,"stop":1735181723583,"duration":410},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"abort_on_fail","time":{"start":1735182396885,"stop":1735182396885,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"afterStages":[{"name":"_xunit_setup_class_fixture_TestSDCoreBundle::0","time":{"start":1735182399858,"stop":1735182399858,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"abort_on_fail::0","time":{"start":1735182399858,"stop":1735182399858,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"event_loop::2","time":{"start":1735182399859,"stop":1735182399859,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"event_loop::_close_event_loop","time":{"start":1735182399859,"stop":1735182399859,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"event_loop::_provide_clean_event_loop","time":{"start":1735182399859,"stop":1735182399859,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"labels":[{"name":"tag","value":"abort_on_fail"},{"name":"tag","value":"asyncio"},{"name":"parentSuite","value":"tests.integration"},{"name":"suite","value":"test_integration"},{"name":"subSuite","value":"TestSDCoreBundle"},{"name":"host","value":"github-runner"},{"name":"thread","value":"23372-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.integration.test_integration"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":["asyncio","abort_on_fail"]},"source":"aa64b8c6339f21cd.json","parameterValues":[]} \ No newline at end of file diff --git a/2193/data/test-cases/ec5cdb02d3199707.json b/2193/data/test-cases/ec5cdb02d3199707.json new file mode 100644 index 0000000..075d6ce --- /dev/null +++ b/2193/data/test-cases/ec5cdb02d3199707.json @@ -0,0 +1 @@ +{"uid":"ec5cdb02d3199707","name":"test_given_sdcore_terraform_module_when_deploy_then_status_is_active","fullName":"tests.integration.test_integration.TestSDCoreBundle#test_given_sdcore_terraform_module_when_deploy_then_status_is_active","historyId":"5abf18a073330975d0499b6d3bc096cd","time":{"start":1735181723584,"stop":1735182290749,"duration":567165},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"event_loop","time":{"start":1735181723172,"stop":1735181723172,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"_xunit_setup_class_fixture_TestSDCoreBundle","time":{"start":1735181723173,"stop":1735181723583,"duration":410},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"abort_on_fail","time":{"start":1735181723584,"stop":1735181723584,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"testStage":{"status":"passed","steps":[],"attachments":[{"uid":"df3da97d00979b4a","name":"log","source":"df3da97d00979b4a.txt","type":"text/plain","size":27726}],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":1,"hasContent":true},"afterStages":[{"name":"abort_on_fail::0","time":{"start":1735182290749,"stop":1735182290749,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"_xunit_setup_class_fixture_TestSDCoreBundle::0","time":{"start":1735182399858,"stop":1735182399858,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"event_loop::2","time":{"start":1735182399859,"stop":1735182399859,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"event_loop::_close_event_loop","time":{"start":1735182399859,"stop":1735182399859,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"event_loop::_provide_clean_event_loop","time":{"start":1735182399859,"stop":1735182399859,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"labels":[{"name":"tag","value":"abort_on_fail"},{"name":"tag","value":"asyncio"},{"name":"parentSuite","value":"tests.integration"},{"name":"suite","value":"test_integration"},{"name":"subSuite","value":"TestSDCoreBundle"},{"name":"host","value":"github-runner"},{"name":"thread","value":"23372-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.integration.test_integration"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":["asyncio","abort_on_fail"]},"source":"ec5cdb02d3199707.json","parameterValues":[]} \ No newline at end of file diff --git a/2193/data/timeline.json b/2193/data/timeline.json new file mode 100644 index 0000000..2d15fcb --- /dev/null +++ b/2193/data/timeline.json @@ -0,0 +1 @@ +{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"github-runner","children":[{"name":"23372-MainThread","children":[{"name":"test_given_sdcore_terraform_module_when_deploy_then_status_is_active","uid":"ec5cdb02d3199707","parentUid":"807278ace54ebfef72c0ca4f807eb4d3","status":"passed","time":{"start":1735181723584,"stop":1735182290749,"duration":567165},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["asyncio","abort_on_fail"]},{"name":"test_given_sdcore_bundle_and_gnbsim_deployed_when_start_simulation_then_simulation_success_status_is_true","uid":"1456698dc526cc00","parentUid":"807278ace54ebfef72c0ca4f807eb4d3","status":"passed","time":{"start":1735182290754,"stop":1735182396879,"duration":106125},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["asyncio","abort_on_fail"]},{"name":"test_given_cos_lite_integrated_with_sdcore_when_searching_for_5g_network_overview_dashboard_in_grafana_then_dashboard_exists","uid":"aa64b8c6339f21cd","parentUid":"807278ace54ebfef72c0ca4f807eb4d3","status":"passed","time":{"start":1735182396885,"stop":1735182399857,"duration":2972},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["asyncio","abort_on_fail"]},{"name":"test_given_external_hostname_configured_for_traefik_when_calling_sdcore_nms_then_configuration_tabs_are_available","uid":"77ecb1c8e7e427e4","parentUid":"807278ace54ebfef72c0ca4f807eb4d3","status":"skipped","time":{"start":1735182396881,"stop":1735182396881,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["@pytest.mark.skip(reason='Traefik issue: https://github.com/canonical/traefik-k8s-operator/issues/361')","asyncio","abort_on_fail"]}],"uid":"807278ace54ebfef72c0ca4f807eb4d3"}],"uid":"68c4661a400765bf4445a6b04dc54945"}],"name":"timeline"} \ No newline at end of file diff --git a/2193/export/influxDbData.txt b/2193/export/influxDbData.txt new file mode 100644 index 0000000..9e595fc --- /dev/null +++ b/2193/export/influxDbData.txt @@ -0,0 +1,11 @@ +launch_status failed=0 1735182406000000000 +launch_status broken=0 1735182406000000000 +launch_status passed=3 1735182406000000000 +launch_status skipped=1 1735182406000000000 +launch_status unknown=0 1735182406000000000 +launch_time duration=676273 1735182406000000000 +launch_time min_duration=0 1735182406000000000 +launch_time max_duration=567165 1735182406000000000 +launch_time sum_duration=676262 1735182406000000000 +launch_retries retries=0 1735182406000000000 +launch_retries run=4 1735182406000000000 diff --git a/23/export/mail.html b/2193/export/mail.html similarity index 100% rename from 23/export/mail.html rename to 2193/export/mail.html diff --git a/2193/export/prometheusData.txt b/2193/export/prometheusData.txt new file mode 100644 index 0000000..5e660a8 --- /dev/null +++ b/2193/export/prometheusData.txt @@ -0,0 +1,11 @@ +launch_status_failed 0 +launch_status_broken 0 +launch_status_passed 3 +launch_status_skipped 1 +launch_status_unknown 0 +launch_time_duration 676273 +launch_time_min_duration 0 +launch_time_max_duration 567165 +launch_time_sum_duration 676262 +launch_retries_retries 0 +launch_retries_run 4 diff --git a/23/favicon.ico b/2193/favicon.ico similarity index 100% rename from 23/favicon.ico rename to 2193/favicon.ico diff --git a/2193/history/categories-trend.json b/2193/history/categories-trend.json new file mode 100644 index 0000000..3776209 --- /dev/null +++ b/2193/history/categories-trend.json @@ -0,0 +1 @@ +[{"buildOrder":2193,"reportUrl":"https://canonical.github.io/sdcore-tests/2193/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/2193/history/duration-trend.json b/2193/history/duration-trend.json new file mode 100644 index 0000000..f81df7d --- /dev/null +++ b/2193/history/duration-trend.json @@ -0,0 +1 @@ +[{"buildOrder":2193,"reportUrl":"https://canonical.github.io/sdcore-tests/2193/","reportName":"Allure Report with history","data":{"duration":676273}},{"data":{}}] \ No newline at end of file diff --git a/2193/history/history-trend.json b/2193/history/history-trend.json new file mode 100644 index 0000000..9249537 --- /dev/null +++ b/2193/history/history-trend.json @@ -0,0 +1 @@ +[{"buildOrder":2193,"reportUrl":"https://canonical.github.io/sdcore-tests/2193/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":1,"passed":3,"unknown":0,"total":4}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/2193/history/history.json b/2193/history/history.json new file mode 100644 index 0000000..413a9fd --- /dev/null +++ b/2193/history/history.json @@ -0,0 +1 @@ +{"5abf18a073330975d0499b6d3bc096cd":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec5cdb02d3199707","reportUrl":"https://canonical.github.io/sdcore-tests/2193//#testresult/ec5cdb02d3199707","status":"passed","time":{"start":1735181723584,"stop":1735182290749,"duration":567165}}]},"3be1fd6b051e2a7f16274330c84676d8":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa64b8c6339f21cd","reportUrl":"https://canonical.github.io/sdcore-tests/2193//#testresult/aa64b8c6339f21cd","status":"passed","time":{"start":1735182396885,"stop":1735182399857,"duration":2972}}]},"33090515e695e4b8830c4d8ff5c85a7d":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1456698dc526cc00","reportUrl":"https://canonical.github.io/sdcore-tests/2193//#testresult/1456698dc526cc00","status":"passed","time":{"start":1735182290754,"stop":1735182396879,"duration":106125}}]},"4f63e90853beae7da6f5a54ef6170a8c":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"77ecb1c8e7e427e4","reportUrl":"https://canonical.github.io/sdcore-tests/2193//#testresult/77ecb1c8e7e427e4","status":"skipped","statusDetails":"Skipped: Traefik issue: https://github.com/canonical/traefik-k8s-operator/issues/361","time":{"start":1735182396881,"stop":1735182396881,"duration":0}}]}} \ No newline at end of file diff --git a/2193/history/retry-trend.json b/2193/history/retry-trend.json new file mode 100644 index 0000000..cfd2ee1 --- /dev/null +++ b/2193/history/retry-trend.json @@ -0,0 +1 @@ +[{"buildOrder":2193,"reportUrl":"https://canonical.github.io/sdcore-tests/2193/","reportName":"Allure Report with history","data":{"run":4,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/23/index.html b/2193/index.html similarity index 94% rename from 23/index.html rename to 2193/index.html index 65eb7c8..3a4b9cf 100644 --- a/23/index.html +++ b/2193/index.html @@ -26,7 +26,7 @@ gtag('js', new Date()); gtag('config', 'G-FVWC4GKEYS'); gtag('allureVersion', 'dev') - gtag('reportUuid', '41d5fd29-011c-403c-8e17-75e5d5af69e8') + gtag('reportUuid', '835885e5-09a1-46a1-9441-7c9c01fbc2f1') diff --git a/23/plugin/behaviors/index.js b/2193/plugin/behaviors/index.js similarity index 100% rename from 23/plugin/behaviors/index.js rename to 2193/plugin/behaviors/index.js diff --git a/23/plugin/packages/index.js b/2193/plugin/packages/index.js similarity index 100% rename from 23/plugin/packages/index.js rename to 2193/plugin/packages/index.js diff --git a/23/plugin/screen-diff/index.js b/2193/plugin/screen-diff/index.js similarity index 100% rename from 23/plugin/screen-diff/index.js rename to 2193/plugin/screen-diff/index.js diff --git a/23/plugin/screen-diff/styles.css b/2193/plugin/screen-diff/styles.css similarity index 100% rename from 23/plugin/screen-diff/styles.css rename to 2193/plugin/screen-diff/styles.css diff --git a/23/styles.css b/2193/styles.css similarity index 100% rename from 23/styles.css rename to 2193/styles.css diff --git a/2193/widgets/behaviors.json b/2193/widgets/behaviors.json new file mode 100644 index 0000000..acbb402 --- /dev/null +++ b/2193/widgets/behaviors.json @@ -0,0 +1 @@ +{"total":4,"items":[]} \ No newline at end of file diff --git a/2193/widgets/categories-trend.json b/2193/widgets/categories-trend.json new file mode 100644 index 0000000..3776209 --- /dev/null +++ b/2193/widgets/categories-trend.json @@ -0,0 +1 @@ +[{"buildOrder":2193,"reportUrl":"https://canonical.github.io/sdcore-tests/2193/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/23/widgets/categories.json b/2193/widgets/categories.json similarity index 100% rename from 23/widgets/categories.json rename to 2193/widgets/categories.json diff --git a/2193/widgets/duration-trend.json b/2193/widgets/duration-trend.json new file mode 100644 index 0000000..f81df7d --- /dev/null +++ b/2193/widgets/duration-trend.json @@ -0,0 +1 @@ +[{"buildOrder":2193,"reportUrl":"https://canonical.github.io/sdcore-tests/2193/","reportName":"Allure Report with history","data":{"duration":676273}},{"data":{}}] \ No newline at end of file diff --git a/2193/widgets/duration.json b/2193/widgets/duration.json new file mode 100644 index 0000000..9431205 --- /dev/null +++ b/2193/widgets/duration.json @@ -0,0 +1 @@ +[{"uid":"1456698dc526cc00","name":"test_given_sdcore_bundle_and_gnbsim_deployed_when_start_simulation_then_simulation_success_status_is_true","time":{"start":1735182290754,"stop":1735182396879,"duration":106125},"status":"passed","severity":"normal"},{"uid":"77ecb1c8e7e427e4","name":"test_given_external_hostname_configured_for_traefik_when_calling_sdcore_nms_then_configuration_tabs_are_available","time":{"start":1735182396881,"stop":1735182396881,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ec5cdb02d3199707","name":"test_given_sdcore_terraform_module_when_deploy_then_status_is_active","time":{"start":1735181723584,"stop":1735182290749,"duration":567165},"status":"passed","severity":"normal"},{"uid":"aa64b8c6339f21cd","name":"test_given_cos_lite_integrated_with_sdcore_when_searching_for_5g_network_overview_dashboard_in_grafana_then_dashboard_exists","time":{"start":1735182396885,"stop":1735182399857,"duration":2972},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/2193/widgets/environment.json b/2193/widgets/environment.json new file mode 100644 index 0000000..e54f051 --- /dev/null +++ b/2193/widgets/environment.json @@ -0,0 +1 @@ +[{"values":["https://canonical.github.io/sdcore-tests"],"name":"URL"}] \ No newline at end of file diff --git a/2193/widgets/executors.json b/2193/widgets/executors.json new file mode 100644 index 0000000..037f9db --- /dev/null +++ b/2193/widgets/executors.json @@ -0,0 +1 @@ +[{"name":"GitHub Actions","type":"github","url":"https://canonical.github.io/sdcore-tests","buildOrder":2193,"buildName":"GitHub Actions Run #12498648550","buildUrl":"https://github.com/canonical/sdcore-tests/actions/runs/12498648550","reportName":"Allure Report with history","reportUrl":"https://canonical.github.io/sdcore-tests/2193/"}] \ No newline at end of file diff --git a/2193/widgets/history-trend.json b/2193/widgets/history-trend.json new file mode 100644 index 0000000..9249537 --- /dev/null +++ b/2193/widgets/history-trend.json @@ -0,0 +1 @@ +[{"buildOrder":2193,"reportUrl":"https://canonical.github.io/sdcore-tests/2193/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":1,"passed":3,"unknown":0,"total":4}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/23/widgets/launch.json b/2193/widgets/launch.json similarity index 100% rename from 23/widgets/launch.json rename to 2193/widgets/launch.json diff --git a/2193/widgets/retry-trend.json b/2193/widgets/retry-trend.json new file mode 100644 index 0000000..cfd2ee1 --- /dev/null +++ b/2193/widgets/retry-trend.json @@ -0,0 +1 @@ +[{"buildOrder":2193,"reportUrl":"https://canonical.github.io/sdcore-tests/2193/","reportName":"Allure Report with history","data":{"run":4,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/2193/widgets/severity.json b/2193/widgets/severity.json new file mode 100644 index 0000000..3960df5 --- /dev/null +++ b/2193/widgets/severity.json @@ -0,0 +1 @@ +[{"uid":"aa64b8c6339f21cd","name":"test_given_cos_lite_integrated_with_sdcore_when_searching_for_5g_network_overview_dashboard_in_grafana_then_dashboard_exists","time":{"start":1735182396885,"stop":1735182399857,"duration":2972},"status":"passed","severity":"normal"},{"uid":"ec5cdb02d3199707","name":"test_given_sdcore_terraform_module_when_deploy_then_status_is_active","time":{"start":1735181723584,"stop":1735182290749,"duration":567165},"status":"passed","severity":"normal"},{"uid":"1456698dc526cc00","name":"test_given_sdcore_bundle_and_gnbsim_deployed_when_start_simulation_then_simulation_success_status_is_true","time":{"start":1735182290754,"stop":1735182396879,"duration":106125},"status":"passed","severity":"normal"},{"uid":"77ecb1c8e7e427e4","name":"test_given_external_hostname_configured_for_traefik_when_calling_sdcore_nms_then_configuration_tabs_are_available","time":{"start":1735182396881,"stop":1735182396881,"duration":0},"status":"skipped","severity":"normal"}] \ No newline at end of file diff --git a/2193/widgets/status-chart.json b/2193/widgets/status-chart.json new file mode 100644 index 0000000..9431205 --- /dev/null +++ b/2193/widgets/status-chart.json @@ -0,0 +1 @@ +[{"uid":"1456698dc526cc00","name":"test_given_sdcore_bundle_and_gnbsim_deployed_when_start_simulation_then_simulation_success_status_is_true","time":{"start":1735182290754,"stop":1735182396879,"duration":106125},"status":"passed","severity":"normal"},{"uid":"77ecb1c8e7e427e4","name":"test_given_external_hostname_configured_for_traefik_when_calling_sdcore_nms_then_configuration_tabs_are_available","time":{"start":1735182396881,"stop":1735182396881,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ec5cdb02d3199707","name":"test_given_sdcore_terraform_module_when_deploy_then_status_is_active","time":{"start":1735181723584,"stop":1735182290749,"duration":567165},"status":"passed","severity":"normal"},{"uid":"aa64b8c6339f21cd","name":"test_given_cos_lite_integrated_with_sdcore_when_searching_for_5g_network_overview_dashboard_in_grafana_then_dashboard_exists","time":{"start":1735182396885,"stop":1735182399857,"duration":2972},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/2193/widgets/suites.json b/2193/widgets/suites.json new file mode 100644 index 0000000..9109df5 --- /dev/null +++ b/2193/widgets/suites.json @@ -0,0 +1 @@ +{"total":1,"items":[{"uid":"a993e73a38f04e33a4c7d4e432d077a7","name":"tests.integration","statistic":{"failed":0,"broken":0,"skipped":1,"passed":3,"unknown":0,"total":4}}]} \ No newline at end of file diff --git a/2193/widgets/summary.json b/2193/widgets/summary.json new file mode 100644 index 0000000..eb77903 --- /dev/null +++ b/2193/widgets/summary.json @@ -0,0 +1 @@ +{"reportName":"Allure Report","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":1,"passed":3,"unknown":0,"total":4},"time":{"start":1735181723584,"stop":1735182399857,"duration":676273,"minDuration":0,"maxDuration":567165,"sumDuration":676262}} \ No newline at end of file diff --git a/23/data/behaviors.csv b/23/data/behaviors.csv deleted file mode 100644 index e69de29..0000000 diff --git a/23/data/behaviors.json b/23/data/behaviors.json deleted file mode 100644 index 2beaa02..0000000 --- a/23/data/behaviors.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"b1a8273437954620fa374b796ffaacdd","children":[],"name":"behaviors"} \ No newline at end of file diff --git a/23/data/packages.json b/23/data/packages.json deleted file mode 100644 index 8250f1f..0000000 --- a/23/data/packages.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[],"name":"packages"} \ No newline at end of file diff --git a/23/data/suites.csv b/23/data/suites.csv deleted file mode 100644 index e69de29..0000000 diff --git a/23/data/suites.json b/23/data/suites.json deleted file mode 100644 index f440714..0000000 --- a/23/data/suites.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[],"name":"suites"} \ No newline at end of file diff --git a/23/data/timeline.json b/23/data/timeline.json deleted file mode 100644 index 03fd56d..0000000 --- a/23/data/timeline.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[],"name":"timeline"} \ No newline at end of file diff --git a/23/export/influxDbData.txt b/23/export/influxDbData.txt deleted file mode 100644 index 3623771..0000000 --- a/23/export/influxDbData.txt +++ /dev/null @@ -1,11 +0,0 @@ -launch_status failed=0 1734751512000000000 -launch_status broken=0 1734751512000000000 -launch_status passed=0 1734751512000000000 -launch_status skipped=0 1734751512000000000 -launch_status unknown=0 1734751512000000000 -launch_time duration=0 1734751512000000000 -launch_time min_duration=0 1734751512000000000 -launch_time max_duration=0 1734751512000000000 -launch_time sum_duration=0 1734751512000000000 -launch_retries retries=0 1734751512000000000 -launch_retries run=0 1734751512000000000 diff --git a/23/export/prometheusData.txt b/23/export/prometheusData.txt deleted file mode 100644 index d54728a..0000000 --- a/23/export/prometheusData.txt +++ /dev/null @@ -1,11 +0,0 @@ -launch_status_failed 0 -launch_status_broken 0 -launch_status_passed 0 -launch_status_skipped 0 -launch_status_unknown 0 -launch_time_duration 0 -launch_time_min_duration 0 -launch_time_max_duration 0 -launch_time_sum_duration 0 -launch_retries_retries 0 -launch_retries_run 0 diff --git a/23/history/categories-trend.json b/23/history/categories-trend.json deleted file mode 100644 index 2f871d5..0000000 --- a/23/history/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"data":{}}] \ No newline at end of file diff --git a/23/history/duration-trend.json b/23/history/duration-trend.json deleted file mode 100644 index 2f871d5..0000000 --- a/23/history/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"data":{}}] \ No newline at end of file diff --git a/23/history/history-trend.json b/23/history/history-trend.json deleted file mode 100644 index 4e2db98..0000000 --- a/23/history/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/23/history/history.json b/23/history/history.json deleted file mode 100644 index 9e26dfe..0000000 --- a/23/history/history.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/23/history/retry-trend.json b/23/history/retry-trend.json deleted file mode 100644 index 54c14fa..0000000 --- a/23/history/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/23/widgets/behaviors.json b/23/widgets/behaviors.json deleted file mode 100644 index a527ade..0000000 --- a/23/widgets/behaviors.json +++ /dev/null @@ -1 +0,0 @@ -{"total":0,"items":[]} \ No newline at end of file diff --git a/23/widgets/categories-trend.json b/23/widgets/categories-trend.json deleted file mode 100644 index 2f871d5..0000000 --- a/23/widgets/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"data":{}}] \ No newline at end of file diff --git a/23/widgets/duration-trend.json b/23/widgets/duration-trend.json deleted file mode 100644 index 2f871d5..0000000 --- a/23/widgets/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"data":{}}] \ No newline at end of file diff --git a/23/widgets/duration.json b/23/widgets/duration.json deleted file mode 100644 index 0637a08..0000000 --- a/23/widgets/duration.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/23/widgets/environment.json b/23/widgets/environment.json deleted file mode 100644 index 0637a08..0000000 --- a/23/widgets/environment.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/23/widgets/executors.json b/23/widgets/executors.json deleted file mode 100644 index 0637a08..0000000 --- a/23/widgets/executors.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/23/widgets/history-trend.json b/23/widgets/history-trend.json deleted file mode 100644 index 4e2db98..0000000 --- a/23/widgets/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/23/widgets/retry-trend.json b/23/widgets/retry-trend.json deleted file mode 100644 index 54c14fa..0000000 --- a/23/widgets/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/23/widgets/severity.json b/23/widgets/severity.json deleted file mode 100644 index 0637a08..0000000 --- a/23/widgets/severity.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/23/widgets/status-chart.json b/23/widgets/status-chart.json deleted file mode 100644 index 0637a08..0000000 --- a/23/widgets/status-chart.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/23/widgets/suites.json b/23/widgets/suites.json deleted file mode 100644 index a527ade..0000000 --- a/23/widgets/suites.json +++ /dev/null @@ -1 +0,0 @@ -{"total":0,"items":[]} \ No newline at end of file diff --git a/23/widgets/summary.json b/23/widgets/summary.json deleted file mode 100644 index 5167dd1..0000000 --- a/23/widgets/summary.json +++ /dev/null @@ -1 +0,0 @@ -{"reportName":"Allure Report","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0},"time":{}} \ No newline at end of file diff --git a/index.html b/index.html index 7128f81..39c72bd 100644 --- a/index.html +++ b/index.html @@ -1,2 +1,2 @@ - + diff --git a/last-history/categories-trend.json b/last-history/categories-trend.json index 2f871d5..3776209 100644 --- a/last-history/categories-trend.json +++ b/last-history/categories-trend.json @@ -1 +1 @@ -[{"data":{}}] \ No newline at end of file +[{"buildOrder":2193,"reportUrl":"https://canonical.github.io/sdcore-tests/2193/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/last-history/duration-trend.json b/last-history/duration-trend.json index 2f871d5..f81df7d 100644 --- a/last-history/duration-trend.json +++ b/last-history/duration-trend.json @@ -1 +1 @@ -[{"data":{}}] \ No newline at end of file +[{"buildOrder":2193,"reportUrl":"https://canonical.github.io/sdcore-tests/2193/","reportName":"Allure Report with history","data":{"duration":676273}},{"data":{}}] \ No newline at end of file diff --git a/last-history/history-trend.json b/last-history/history-trend.json index 4e2db98..9249537 100644 --- a/last-history/history-trend.json +++ b/last-history/history-trend.json @@ -1 +1 @@ -[{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":2193,"reportUrl":"https://canonical.github.io/sdcore-tests/2193/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":1,"passed":3,"unknown":0,"total":4}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/last-history/history.json b/last-history/history.json index 9e26dfe..413a9fd 100644 --- a/last-history/history.json +++ b/last-history/history.json @@ -1 +1 @@ -{} \ No newline at end of file +{"5abf18a073330975d0499b6d3bc096cd":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec5cdb02d3199707","reportUrl":"https://canonical.github.io/sdcore-tests/2193//#testresult/ec5cdb02d3199707","status":"passed","time":{"start":1735181723584,"stop":1735182290749,"duration":567165}}]},"3be1fd6b051e2a7f16274330c84676d8":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa64b8c6339f21cd","reportUrl":"https://canonical.github.io/sdcore-tests/2193//#testresult/aa64b8c6339f21cd","status":"passed","time":{"start":1735182396885,"stop":1735182399857,"duration":2972}}]},"33090515e695e4b8830c4d8ff5c85a7d":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1456698dc526cc00","reportUrl":"https://canonical.github.io/sdcore-tests/2193//#testresult/1456698dc526cc00","status":"passed","time":{"start":1735182290754,"stop":1735182396879,"duration":106125}}]},"4f63e90853beae7da6f5a54ef6170a8c":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"77ecb1c8e7e427e4","reportUrl":"https://canonical.github.io/sdcore-tests/2193//#testresult/77ecb1c8e7e427e4","status":"skipped","statusDetails":"Skipped: Traefik issue: https://github.com/canonical/traefik-k8s-operator/issues/361","time":{"start":1735182396881,"stop":1735182396881,"duration":0}}]}} \ No newline at end of file diff --git a/last-history/retry-trend.json b/last-history/retry-trend.json index 54c14fa..cfd2ee1 100644 --- a/last-history/retry-trend.json +++ b/last-history/retry-trend.json @@ -1 +1 @@ -[{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":2193,"reportUrl":"https://canonical.github.io/sdcore-tests/2193/","reportName":"Allure Report with history","data":{"run":4,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file