aboutsummaryrefslogtreecommitdiffstats
path: root/infra-healthcheck/setup.cfg
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-09-14 11:12:15 +0200
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-09-15 05:58:36 +0000
commited20e3771ad69381962b6bd8bfc2ae95bacf76ca (patch)
tree106fa85167475ed2b7e41a5bc15b25eee914cd23 /infra-healthcheck/setup.cfg
parent26dab8f15662e0985a17568c9e81a249ac12b297 (diff)
[INFRA] new helm test
Instead of parsing only helm status, this new test is also taking a look at specific helm deploy plugin logs. Also, main pages is now "html" based instead of raw based. Issue-ID: INT-1718 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ia851db5c8cfd866394ed22e3cd3b7ce183ef0fb9
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 4664552..f06fd45 100644
--- a/infra-healthcheck/setup.cfg
+++ b/infra-healthcheck/setup.cfg
@@ -8,7 +8,7 @@ packages = infra_healthcheck
[entry_points]
xtesting.testcase =
onap_k8s = kubernetes_status.status:Status
- onap_helm = infra_healthcheck.k8stest:OnapHelmTest
+ onap_helm = helm_onap_status.status:Status
nodeport_ingress = infra_healthcheck.k8stest:OnapSecurityNodePortsIngress
nodeport_check_certs = infra_healthcheck.k8stest:OnapSecurityNodePortsCerts