Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest_jdk17_python3.8_cythonno_x86_64_29_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_29_6417017983.2382024-12-16T19:53:07.472762b4f547519f97

Failures

NameStatusTypeTime(s)
test_ssl_wrong_hostname_with_validationFailureassert False

self = <sslnodetonode_test.TestNodeToNodeSSLEncryption object at 0x7f1e90fb35e0>

def test_ssl_wrong_hostname_with_validation(self):
"""Should be able to start with valid ssl options"""
credNode1 = sslkeygen.generate_credentials("127.0.0.80")
credNode2 = sslkeygen.generate_credentials("127.0.0.81", credNode1.cakeystore, credNode1.cacert)

self.setup_nodes(credNode1, credNode2, endpoint_verification=True)

self.fixture_dtest_setup.allow_log_errors = True
self.cluster.start(no_wait=True)

found = self._grep_msg(self.node1, _LOG_ERR_HANDSHAKE, _LOG_ERR_GENERAL)
> assert found
E assert False

sslnodetonode_test.py:64: AssertionError
82.041
Properties »