xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | <testcase> |
| 2 | <info> |
| 3 | <keywords> |
| 4 | HTTP |
| 5 | HTTP PUT |
| 6 | </keywords> |
| 7 | </info> |
| 8 | |
| 9 | # |
| 10 | # Server-side |
| 11 | <reply> |
| 12 | <data> |
| 13 | HTTP/1.1 200 OK |
| 14 | Date: Tue, 09 Nov 2010 14:49:00 GMT |
| 15 | Server: test-server/fake |
| 16 | Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT |
| 17 | ETag: "21025-dc7-39462498" |
| 18 | Accept-Ranges: bytes |
| 19 | Content-Length: 6 |
| 20 | Connection: close |
| 21 | Content-Type: text/html |
| 22 | Funny-head: yesyes |
| 23 | |
| 24 | -foo- |
| 25 | </data> |
| 26 | </reply> |
| 27 | |
| 28 | # |
| 29 | # Client-side |
| 30 | <client> |
| 31 | <server> |
| 32 | http |
| 33 | </server> |
| 34 | <name> |
| 35 | Two globbed HTTP PUTs to two globbed URLs |
| 36 | </name> |
| 37 | <command> |
| 38 | 'http://%HOSTIP:%HTTPPORT/{one,two}/' -T '{log/first%TESTNUMBER,log/second%TESTNUMBER}' -H "Testno: %TESTNUMBER" |
| 39 | </command> |
| 40 | <file name="log/first%TESTNUMBER"> |
| 41 | first %TESTNUMBER contents |
| 42 | </file> |
| 43 | <file1 name="log/second%TESTNUMBER"> |
| 44 | second %TESTNUMBER contents |
| 45 | </file1> |
| 46 | </client> |
| 47 | |
| 48 | # |
| 49 | # Verify data after the test has been "shot" |
| 50 | <verify> |
| 51 | <protocol> |
| 52 | PUT /one/first%TESTNUMBER HTTP/1.1
|
| 53 | Host: %HOSTIP:%HTTPPORT
|
| 54 | User-Agent: curl/%VERSION
|
| 55 | Accept: */*
|
| 56 | Testno: %TESTNUMBER
|
| 57 | Content-Length: 19
|
| 58 | Expect: 100-continue
|
| 59 |
|
| 60 | first %TESTNUMBER contents |
| 61 | PUT /two/first%TESTNUMBER HTTP/1.1
|
| 62 | Host: %HOSTIP:%HTTPPORT
|
| 63 | User-Agent: curl/%VERSION
|
| 64 | Accept: */*
|
| 65 | Testno: %TESTNUMBER
|
| 66 | Content-Length: 19
|
| 67 | Expect: 100-continue
|
| 68 |
|
| 69 | first %TESTNUMBER contents |
| 70 | PUT /one/second%TESTNUMBER HTTP/1.1
|
| 71 | Host: %HOSTIP:%HTTPPORT
|
| 72 | User-Agent: curl/%VERSION
|
| 73 | Accept: */*
|
| 74 | Testno: %TESTNUMBER
|
| 75 | Content-Length: 20
|
| 76 | Expect: 100-continue
|
| 77 |
|
| 78 | second %TESTNUMBER contents |
| 79 | PUT /two/second%TESTNUMBER HTTP/1.1
|
| 80 | Host: %HOSTIP:%HTTPPORT
|
| 81 | User-Agent: curl/%VERSION
|
| 82 | Accept: */*
|
| 83 | Testno: %TESTNUMBER
|
| 84 | Content-Length: 20
|
| 85 | Expect: 100-continue
|
| 86 |
|
| 87 | second %TESTNUMBER contents |
| 88 | </protocol> |
| 89 | </verify> |
| 90 | </testcase> |