blob: f06fd45c97f6068e726a79f79300753700decce0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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
nodeport_ingress = infra_healthcheck.k8stest:OnapSecurityNodePortsIngress
nodeport_check_certs = infra_healthcheck.k8stest:OnapSecurityNodePortsCerts
|