diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-05-30 08:47:29 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-05-30 08:47:30 +0000 |
commit | b59ccf0507985d8eb2be248d938b46d583898a8c (patch) | |
tree | c237178183fc36b97e995920042cda8466e84998 /docs | |
parent | 7c2e11402d9359ff8b3e8f1f1630cf888c4edde9 (diff) |
Update doc with Jakarta daily dashboards
After creation integration pipelines for Jakarta update doc with screenshots
of Jakarta daily tests result dashboard
Issue-ID: INT-2108
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I2a024984ed59a32b2184dcfa12e98f8eeaa56bfb
Diffstat (limited to 'docs')
-rwxr-xr-x[-rw-r--r--] | docs/files/CI/ONAP_CI_8.png | bin | 105483 -> 84910 bytes | |||
-rw-r--r-- | docs/files/csv/s3p-instantiation.csv | 10 | ||||
-rwxr-xr-x | docs/files/s3p/jakarta-dashboard.png | bin | 0 -> 59919 bytes | |||
-rw-r--r-- | docs/integration-s3p.rst | 20 |
4 files changed, 15 insertions, 15 deletions
diff --git a/docs/files/CI/ONAP_CI_8.png b/docs/files/CI/ONAP_CI_8.png Binary files differindex 2182c7123..3263e93f8 100644..100755 --- a/docs/files/CI/ONAP_CI_8.png +++ b/docs/files/CI/ONAP_CI_8.png diff --git a/docs/files/csv/s3p-instantiation.csv b/docs/files/csv/s3p-instantiation.csv index 53f2a5b69..d21f2ee5e 100644 --- a/docs/files/csv/s3p-instantiation.csv +++ b/docs/files/csv/s3p-instantiation.csv @@ -1,6 +1,6 @@ Parameters;Jakarta;Istanbul;Honolulu -Number of tests;TBD;1310;1410 -Global success rate;TBD;97%;96% -Min duration;TBD;193s;81s -Max duration;TBD;2128s;2000s -mean duration;TBD;564s;530s
\ No newline at end of file +Number of tests;1190;1310;1410 +Global success rate;96%;97%;96% +Min duration;140s;193s;81s +Max duration;2075s;2128s;2000s +mean duration;603s;564s;530s
\ No newline at end of file diff --git a/docs/files/s3p/jakarta-dashboard.png b/docs/files/s3p/jakarta-dashboard.png Binary files differnew file mode 100755 index 000000000..e5f2fd1b8 --- /dev/null +++ b/docs/files/s3p/jakarta-dashboard.png diff --git a/docs/integration-s3p.rst b/docs/integration-s3p.rst index d19969f60..be2edfeeb 100644 --- a/docs/integration-s3p.rst +++ b/docs/integration-s3p.rst @@ -24,7 +24,7 @@ The daily results can be found in `LF Orange lab daily results web site <https://logs.onap.org/onap-integration/daily/onap_daily_pod4_master/>`_ and `LF DT lab daily results web site <https://logs.onap.org/onap-integration/daily/onap-daily-dt-oom-master/>`_. -.. image:: files/s3p/istanbul-dashboard.png +.. image:: files/s3p/jakarta-dashboard.png :align: center @@ -33,17 +33,11 @@ Infrastructure Healthcheck Tests These tests deal with the Kubernetes/Helm tests on ONAP cluster. -The global expected criteria is **75%**. +The global expected criteria is **100%**. The onap-k8s and onap-k8s-teardown, providing a snapshop of the onap namespace in Kubernetes, as well as the onap-helm tests are expected to be PASS. -nodeport_check_certs test is expected to fail. Even tremendous progress have -been done in this area, some certificates (unmaintained, upstream or integration -robot pods) are still not correct due to bad certificate issuers (Root CA -certificate non valid) or extra long validity. Most of the certificates have -been installed using cert-manager and will be easily renewable. - .. image:: files/s3p/istanbul_daily_infrastructure_healthcheck.png :align: center @@ -77,9 +71,15 @@ See the :ref:`the Integration Test page <integration-tests>` for details. Waivers have been granted on different projects for the different tests. The list of waivers can be found in -https://git.onap.org/integration/seccom/tree/waivers?h=istanbul. +https://git.onap.org/integration/seccom/tree/waivers?h=jakarta. + +nodeport_check_certs test is expected to fail. Even tremendous progress have +been done in this area, some certificates (unmaintained, upstream or integration +robot pods) are still not correct due to bad certificate issuers (Root CA +certificate non valid) or extra long validity. Most of the certificates have +been installed using cert-manager and will be easily renewable. -The expectation is **100% OK**. The criteria is met. +The expectation is **80% OK**. The criteria is met. .. figure:: files/s3p/istanbul_daily_security.png :align: center |