asyncio
Last change
on this file since 21cd807 was
21cd807,
checked in by Fiona Klute <fiona.klute@…>, 21 months ago
|
Use .yaml ending for all YAML files
|
-
Property mode set to
100644
|
File size:
586 bytes
|
Line | |
---|
1 | - !connection |
---|
2 | gnutls_params: |
---|
3 | - x509cafile=authority/x509.pem |
---|
4 | - sni-hostname=example.virtual.host |
---|
5 | actions: |
---|
6 | - !request |
---|
7 | path: /vhost/test.txt |
---|
8 | headers: |
---|
9 | Host: example.virtual.host |
---|
10 | expect: |
---|
11 | status: 200 |
---|
12 | body: |
---|
13 | exactly: | |
---|
14 | test |
---|
15 | - !connection |
---|
16 | gnutls_params: |
---|
17 | - x509cafile=authority/x509.pem |
---|
18 | - sni-hostname=test.example.com |
---|
19 | actions: |
---|
20 | - !request |
---|
21 | path: /vhost/test.txt |
---|
22 | headers: |
---|
23 | Host: test.example.com |
---|
24 | expect: |
---|
25 | status: 200 |
---|
26 | body: |
---|
27 | exactly: | |
---|
28 | test |
---|
Note: See
TracBrowser
for help on using the repository browser.