asyncioproxy-ticket
Last change
on this file since 09d923b was
09d923b,
checked in by Fiona Klute <fiona.klute@…>, 15 months ago
|
Include status request in sample_test.yml
|
-
Property mode set to
100644
|
File size:
425 bytes
|
Line | |
---|
1 | !connection |
---|
2 | gnutls_params: |
---|
3 | - x509cafile=authority/x509.pem |
---|
4 | actions: |
---|
5 | - !request |
---|
6 | path: / |
---|
7 | headers: |
---|
8 | Host: localhost |
---|
9 | expect: |
---|
10 | status: 404 |
---|
11 | - !request |
---|
12 | method: GET |
---|
13 | path: /test.txt |
---|
14 | expect: |
---|
15 | status: 200 |
---|
16 | body: |
---|
17 | exactly: | |
---|
18 | test |
---|
19 | - !request |
---|
20 | path: /status?auto |
---|
21 | expect: |
---|
22 | status: 200 |
---|
23 | body: |
---|
24 | contains: |
---|
25 | - 'Current TLS session: (TLS1.3)' |
---|
Note: See
TracBrowser
for help on using the repository browser.