aboutsummaryrefslogtreecommitdiffstats
path: root/infra-healthcheck/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'infra-healthcheck/setup.cfg')
-rw-r--r--infra-healthcheck/setup.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/infra-healthcheck/setup.cfg b/infra-healthcheck/setup.cfg
new file mode 100644
index 0000000..2cccb82
--- /dev/null
+++ b/infra-healthcheck/setup.cfg
@@ -0,0 +1,11 @@
+[metadata]
+name = infra_healthcheck
+version = 1
+
+[files]
+packages = infra_healthcheck
+
+[entry_points]
+xtesting.testcase =
+ onap_k8s = infra_healthcheck.k8stest:OnapK8sTest
+ onap_helm = infra_healthcheck.k8stest:OnapHelmTest