summaryrefslogtreecommitdiff
path: root/test/modules/tls/test_09_timeout.py
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2023-03-05 10:25:32 +0000
committerStefan Eissing <icing@apache.org>2023-03-05 10:25:32 +0000
commit935c2db17770271845dc2666d83f589bb501fef3 (patch)
tree790890e40e590f19e1b0cf451c2a1f10d521f5c4 /test/modules/tls/test_09_timeout.py
parentca358132f9ee9cb977369b6ad9be2541de2c4a23 (diff)
downloadhttpd-935c2db17770271845dc2666d83f589bb501fef3.tar.gz
test: pytest suite
- use 'multipart' package (needs pip install) instead of deprecated 'cgi' package in cgi scripts - adjust to changes in 'openssl' output on resent macOS - prefix all mod_tls test cases with 'test_tls' - update current mod_md tests for new features git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908082 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/modules/tls/test_09_timeout.py')
-rw-r--r--test/modules/tls/test_09_timeout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/modules/tls/test_09_timeout.py b/test/modules/tls/test_09_timeout.py
index 567f256291..70cc89417a 100644
--- a/test/modules/tls/test_09_timeout.py
+++ b/test/modules/tls/test_09_timeout.py
@@ -21,7 +21,7 @@ class TestTimeout:
def _function_scope(self, env):
pass
- def test_09_timeout_handshake(self, env):
+ def test_tls_09_timeout_handshake(self, env):
# in domain_b root, the StdEnvVars is switch on
s = socket.create_connection(('localhost', env.https_port))
s.send(b'1234')