Changeset 7089dbc in mod_gnutls
- Timestamp:
- Dec 27, 2019, 3:19:17 PM (16 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 52636ee
- Parents:
- 6615d91
- Location:
- test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/mgstest/tests.py
r6615d91 r7089dbc 97 97 if type(act) is TestRequest: 98 98 act.run(conn, response_log) 99 elif type(act) is TestR aw10:99 elif type(act) is TestReq10: 100 100 act.run(command, timeout, conn_log, response_log) 101 101 else: … … 237 237 238 238 239 class TestR aw10(TestRequest):239 class TestReq10(TestRequest): 240 240 """Test action that sends a request using a minimal (and likely 241 241 incomplete) HTTP/1.0 test client for the one test case that … … 247 247 248 248 """ 249 yaml_tag = '!r aw10'249 yaml_tag = '!request10' 250 250 status_re = re.compile('^HTTP/([\d\.]+) (\d+) (.*)$') 251 251 -
test/tests/33_vhost_SNI_serveralias_missinghost/test.yml
r6615d91 r7089dbc 4 4 - sni-hostname=example.virtual.host 5 5 actions: 6 - !r aw106 - !request10 7 7 method: GET 8 8 path: /test.txt
Note: See TracChangeset
for help on using the changeset viewer.