source:
mod_gnutls/test/tests/14_resume_session/test.yml
@
4fe52e6
Last change on this file since 4fe52e6 was 4fe52e6, checked in by , 2 years ago | |
---|---|
|
|
File size: 323 bytes |
Rev | Line | |
---|---|---|
[1c2b936] | 1 | !connection |
2 | gnutls_params: | |
3 | - x509cafile=authority/x509.pem | |
[4fe52e6] | 4 | - inline-commands |
[1c2b936] | 5 | actions: |
6 | - !request | |
7 | path: /test.txt | |
8 | expect: | |
9 | status: 200 | |
10 | body: | |
11 | exactly: | | |
12 | test | |
[4fe52e6] | 13 | - !resume {} |
14 | - !request | |
15 | path: /test.txt | |
16 | expect: | |
17 | status: 200 | |
18 | body: | |
19 | exactly: | | |
20 | test |
Note: See TracBrowser
for help on using the repository browser.