diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/onap_security/security_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/onap_security/security_tests.py b/security/onap_security/security_tests.py index d0b25ac..4c7af29 100644 --- a/security/onap_security/security_tests.py +++ b/security/onap_security/security_tests.py @@ -130,7 +130,7 @@ class OnapSecurityNonSSLPorts(SecurityTesting): tunnels.""" def __init__(self, **kwargs): super(OnapSecurityNonSSLPorts, self).__init__(**kwargs) - self.cmd = ['/usr/local/bin/sslendpoints', '-xfail', '/nonssl_xfail.txt'] + self.cmd = ['/usr/local/bin/sslendpoints', '-namespace', 'onap', '-xfail', '/nonssl_xfail.txt'] self.error_string = "Public non-SSL endpoints still found" |