test492 (1569B)
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 '{%LOGDIR/first%TESTNUMBER,%LOGDIR/second%TESTNUMBER}' -H "Testno: %TESTNUMBER" 39 </command> 40 <file name="%LOGDIR/first%TESTNUMBER"> 41 first %TESTNUMBER contents 42 </file> 43 <file1 name="%LOGDIR/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 59 first %TESTNUMBER contents 60 PUT /two/first%TESTNUMBER HTTP/1.1 61 Host: %HOSTIP:%HTTPPORT 62 User-Agent: curl/%VERSION 63 Accept: */* 64 Testno: %TESTNUMBER 65 Content-Length: 19 66 67 first %TESTNUMBER contents 68 PUT /one/second%TESTNUMBER HTTP/1.1 69 Host: %HOSTIP:%HTTPPORT 70 User-Agent: curl/%VERSION 71 Accept: */* 72 Testno: %TESTNUMBER 73 Content-Length: 20 74 75 second %TESTNUMBER contents 76 PUT /two/second%TESTNUMBER HTTP/1.1 77 Host: %HOSTIP:%HTTPPORT 78 User-Agent: curl/%VERSION 79 Accept: */* 80 Testno: %TESTNUMBER 81 Content-Length: 20 82 83 second %TESTNUMBER contents 84 </protocol> 85 </verify> 86 </testcase>