From 8cae510b7e65b85f33a5e3b4c8fdedc1229515da Mon Sep 17 00:00:00 2001 From: morganrol Date: Tue, 6 Apr 2021 19:57:44 +0200 Subject: [DOC] Honolulu documentation Update documentation for Honolulu Issue-ID: INT-1888 Signed-off-by: morganrol Change-Id: I66e6f397bcda898445e256dd8e22dfcb20847408 (cherry picked from commit 81dc70f5e575ae4a972fc50e038733a0dc8481aa) --- docs/files/csv/tests-infrastructure-healthcheck.csv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/files/csv/tests-infrastructure-healthcheck.csv') diff --git a/docs/files/csv/tests-infrastructure-healthcheck.csv b/docs/files/csv/tests-infrastructure-healthcheck.csv index 43e4b139e..a61e02991 100644 --- a/docs/files/csv/tests-infrastructure-healthcheck.csv +++ b/docs/files/csv/tests-infrastructure-healthcheck.csv @@ -1,4 +1,5 @@ Tests;Description;Code;Comments -onap-helm;Verify Helm chart status;`python module `__; +onap-helm;Verify Helm chart status, the test has been updated to take into account Helm3;`python module `__; onap-k8s;Check common resources of the ONAP Kubernetes namespace ;`python module `__;kubernetes python library nodeport_check_certs;This test list the nodeports and tries to get SSL information to evaluate the validity of the certificates (expiration and issuer) used on the nodeports;`python module `__;pyopenssl, kubernetes python libraries +**internal_check_certs**;This test list the internal ports and tries to get SSL information to evaluate the validity of the certificates (expiration and issuer) used ;`python module `__;pyopenssl, kubernetes python libraries -- cgit