From 05a15ef4d6a4e2b2b25f18fb84aa0447019bf228 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Thu, 11 May 2023 14:32:52 +0000 Subject: [INFRA] Use integraion script to run onap-k8s test Instead of Orange use ONAP script to run that test Refactor docker image build to not clone that repo Issue-ID: INT-2226 Signed-off-by: Michal Jagiello Change-Id: I280b344630860caac96f95b77f76c95db5be32db --- infra-healthcheck/setup.cfg | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 infra-healthcheck/setup.cfg (limited to 'infra-healthcheck/setup.cfg') diff --git a/infra-healthcheck/setup.cfg b/infra-healthcheck/setup.cfg deleted file mode 100644 index 4eb4770..0000000 --- a/infra-healthcheck/setup.cfg +++ /dev/null @@ -1,15 +0,0 @@ -[metadata] -name = infra_healthcheck -version = 1 - -[files] -packages = infra_healthcheck - -[entry_points] -xtesting.testcase = - onap_k8s = kubernetes_status.status:Status - onap_helm = helm_onap_status.status:Status - 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 -- cgit 1.2.3-korg