xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | <testcase> |
| 2 | <info> |
| 3 | <keywords> |
| 4 | HTTP |
| 5 | HTTP GET |
| 6 | </keywords> |
| 7 | </info> |
| 8 | |
| 9 | # |
| 10 | <reply> |
| 11 | <data nocheck="yes"> |
| 12 | HTTP/1.1 200 OK
|
| 13 | Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 14 | Server: test-server/fake
|
| 15 | Content-Length: 6
|
| 16 | Connection: close
|
| 17 | Content-Type: text/html
|
| 18 | Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
|
| 19 |
|
| 20 | 12345 |
| 21 | </data> |
| 22 | </reply> |
| 23 | |
| 24 | # |
| 25 | # Client-side |
| 26 | <client> |
| 27 | <server> |
| 28 | http |
| 29 | </server> |
| 30 | <name> |
| 31 | HTTP GET -o fname -i and Content-Disposition, -D stdout |
| 32 | </name> |
| 33 | <command option="no-output,no-include"> |
| 34 | http://%HOSTIP:%HTTPPORT/%TESTNUMBER -i -o log/outfile%TESTNUMBER -D - |
| 35 | </command> |
| 36 | <postcheck> |
| 37 | perl %SRCDIR/libtest/notexists.pl log/%TESTNUMBER log/name%TESTNUMBER |
| 38 | </postcheck> |
| 39 | </client> |
| 40 | |
| 41 | # |
| 42 | # Verify data after the test has been "shot" |
| 43 | <verify> |
| 44 | <protocol> |
| 45 | GET /%TESTNUMBER HTTP/1.1
|
| 46 | Host: %HOSTIP:%HTTPPORT
|
| 47 | User-Agent: curl/%VERSION
|
| 48 | Accept: */*
|
| 49 |
|
| 50 | </protocol> |
| 51 | |
| 52 | <file1 name="log/outfile%TESTNUMBER"> |
| 53 | HTTP/1.1 200 OK
|
| 54 | Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 55 | Server: test-server/fake
|
| 56 | Content-Length: 6
|
| 57 | Connection: close
|
| 58 | Content-Type: text/html
|
| 59 | Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
|
| 60 |
|
| 61 | 12345 |
| 62 | </file1> |
| 63 | |
| 64 | <file2 name="log/stdout%TESTNUMBER"> |
| 65 | HTTP/1.1 200 OK
|
| 66 | Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 67 | Server: test-server/fake
|
| 68 | Content-Length: 6
|
| 69 | Connection: close
|
| 70 | Content-Type: text/html
|
| 71 | Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
|
| 72 |
|
| 73 | </file2> |
| 74 | |
| 75 | </verify> |
| 76 | </testcase> |