aboutsummaryrefslogtreecommitdiffstats
path: root/infra-healthcheck/setup.cfg
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2021-01-07 11:00:09 +0100
committermrichomme <morgan.richomme@orange.com>2021-01-07 11:37:56 +0100
commit682b993848db69e54eb01a8745eb2cb98ed40ceb (patch)
treed9511965af7d3618ab24f1724c27a6c5d6c0820c /infra-healthcheck/setup.cfg
parent94e27de8ea2db18be2878faf38f5d74a09acfdf7 (diff)
[SECURITY] Include cert check of the internal ports
A test dealing with the verification of the ports exposed as nodeports is already integrated. The goal of the patch is to compelte with a test dealing with all the internal ports retrieved from k8s on the ONAP namespace. Unlike nodeport_check_certs, this test must be executed from inside the cluster. As a consequence a dependency is added in testcases.yaml - TEST_ENVIRONMENT: 'internal_job' In order to avoir triggerring the test when executing all the infra tests of this xtesting dockers. A kubernetes job consuming the image shall be created in xtesting-onap to execute the test. Issue-ID: INT-1818 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I16bb55fb784bd67f8a2b59f9f895fb754da8e3d0
Diffstat (limited to 'infra-healthcheck/setup.cfg')
-rw-r--r--infra-healthcheck/setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra-healthcheck/setup.cfg b/infra-healthcheck/setup.cfg
index 7730106..4eb4770 100644
--- a/infra-healthcheck/setup.cfg
+++ b/infra-healthcheck/setup.cfg
@@ -12,4 +12,4 @@ xtesting.testcase =
onap_chart = chart_status.status:Status
nodeport_ingress = infra_healthcheck.k8stest:OnapSecurityNodePortsIngress
nodeport_check_certs = infra_healthcheck.k8stest:OnapSecurityNodePortsCerts
-
+ internal_check_certs = infra_healthcheck.k8stest:OnapSecurityInternalPortsCerts