aboutsummaryrefslogtreecommitdiffstats
path: root/security/setup.cfg
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-04-20 14:50:27 +0200
committermrichomme <morgan.richomme@orange.com>2020-04-20 14:50:27 +0200
commit5de622a8247c4cf4fc2bd4e5f8a947e60a8c4bfb (patch)
tree2038bfaa94413367fd46e8bcd38600f2e49dac05 /security/setup.cfg
parent3c64be99c3c24930674e9fa657993d95cbd2fe6d (diff)
Resync integration/xtesting repo
Issue-ID: INT-1366 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I3af9c4697f0e67d3ce5b6d2fceeb978aeb20a0ff
Diffstat (limited to 'security/setup.cfg')
-rw-r--r--security/setup.cfg16
1 files changed, 16 insertions, 0 deletions
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