blob: 4eb4770ddff7a6d2852f68097b5e21cd3ba17010 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[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
|