diff options
author | 2020-09-04 07:50:14 +0000 | |
---|---|---|
committer | 2020-09-04 07:50:14 +0000 | |
commit | f33fc6a7dd0a56f24be2ddc61eefc9f74f2c2814 (patch) | |
tree | 2b9eb7a1fbd709cad3617a3ee97465bac9063b99 /infra-healthcheck/setup.cfg | |
parent | 8ad94d2f75c0866c938ab74e6b32ffa6c9d29702 (diff) | |
parent | 3d9e6522e7aa87567aa73ab389a5ddb1d4bb70a6 (diff) |
Merge "Integrate nodeport cert verification in xtesting"
Diffstat (limited to 'infra-healthcheck/setup.cfg')
-rw-r--r-- | infra-healthcheck/setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/infra-healthcheck/setup.cfg b/infra-healthcheck/setup.cfg index a3ec3db..4664552 100644 --- a/infra-healthcheck/setup.cfg +++ b/infra-healthcheck/setup.cfg @@ -10,3 +10,5 @@ xtesting.testcase = onap_k8s = kubernetes_status.status:Status onap_helm = infra_healthcheck.k8stest:OnapHelmTest nodeport_ingress = infra_healthcheck.k8stest:OnapSecurityNodePortsIngress + nodeport_check_certs = infra_healthcheck.k8stest:OnapSecurityNodePortsCerts + |