asyncio
Last change
on this file since d17866f was
21cd807,
checked in by Fiona Klute <fiona.klute@…>, 2 years ago
|
Use .yaml ending for all YAML files
|
-
Property mode set to
100644
|
File size:
266 bytes
|
Line | |
---|
1 | !connection |
---|
2 | gnutls_params: |
---|
3 | - x509cafile=authority/x509.pem |
---|
4 | - x509certfile=authority/client/x509.pem |
---|
5 | - x509keyfile=authority/client/secret.key |
---|
6 | actions: |
---|
7 | - !request |
---|
8 | path: /test.txt |
---|
9 | expect: |
---|
10 | status: 200 |
---|
11 | body: |
---|
12 | exactly: | |
---|
13 | test |
---|
Note: See
TracBrowser
for help on using the repository browser.