From 5de622a8247c4cf4fc2bd4e5f8a947e60a8c4bfb Mon Sep 17 00:00:00 2001 From: mrichomme Date: Mon, 20 Apr 2020 14:50:27 +0200 Subject: Resync integration/xtesting repo Issue-ID: INT-1366 Signed-off-by: mrichomme Change-Id: I3af9c4697f0e67d3ce5b6d2fceeb978aeb20a0ff --- security/setup.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 security/setup.cfg (limited to 'security/setup.cfg') diff --git a/security/setup.cfg b/security/setup.cfg new file mode 100644 index 0000000..61fe7fa --- /dev/null +++ b/security/setup.cfg @@ -0,0 +1,16 @@ +[metadata] +name = onap_security +version = 1 + +[files] +packages = onap_security + +[entry_points] +xtesting.testcase = + root_pods = onap_security.security_tests:OnapSecurityDockerRootTest + unlimitted_pods = onap_security.security_tests:OnapSecurityUnlimittedPodTest + cis_kubernetes = onap_security.security_tests:OnapSecurityCisKubernetes + http_public_endpoints = onap_security.security_tests:OnapSecurityHttpPorts + nonssl_endpoints = onap_security.security_tests:OnapSecurityNonSSLPorts + jdpw_ports = onap_security.security_tests:OnapSecurityJdwpPorts + kube_hunter = onap_security.security_tests:OnapSecurityKubeHunter -- cgit 1.2.3-korg