source: mod_gnutls/test/sample_test.yaml @ b6ce8ad

main mod_gnutls/0.12.0
Last change on this file since b6ce8ad was 21cd807, checked in by Fiona Klute <fiona.klute@…>, 3 years ago

Use .yaml ending for all YAML files

  • Property mode set to 100644
File size: 697 bytes
Line 
1!connection
2gnutls_params:
3  - x509cafile=authority/x509.pem
4actions:
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      headers:
24        Content-Type: 'text/plain; charset=ISO-8859-1'
25        X-Forbidden-Header: null
26      body:
27        contains:
28          - 'Using GnuTLS version: '
29          - 'Current TLS session: (TLS1.3)'
30  - !request10
31    path: /test.txt
32    headers:
33      Host: localhost
34    expect:
35      headers:
36        Content-Type: 'text/plain'
Note: See TracBrowser for help on using the repository browser.