test1964 (1235B)
1 <testcase> 2 <info> 3 <keywords> 4 HTTP 5 CURLOPT_AWS_SIGV4 6 </keywords> 7 </info> 8 9 # Server-side 10 <reply> 11 <data nocheck="yes"> 12 HTTP/1.1 302 OK 13 Date: Tue, 09 Nov 2010 14:49:00 GMT 14 Server: test-server/fake 15 Content-Type: text/html 16 Content-Length: 0 17 Location: /%TESTNUMBER0002 18 19 </data> 20 <data2> 21 HTTP/1.1 200 OK 22 Date: Tue, 09 Nov 2010 14:49:00 GMT 23 Server: test-server/fake 24 Content-Type: text/html 25 Content-Length: 0 26 27 </data2> 28 </reply> 29 30 # Client-side 31 <client> 32 <server> 33 http 34 </server> 35 # this relies on the debug feature which allows tests to set the time 36 <features> 37 SSL 38 crypto 39 aws 40 </features> 41 42 <name> 43 HTTP AWS_SIGV4 with X-Xxx-Date header set manually 44 </name> 45 <tool> 46 lib%TESTNUMBER 47 </tool> 48 49 <command> 50 http://xxx:yyy@127.0.0.1:9000/%TESTNUMBER/testapi/test 127.0.0.1:9000:%HOSTIP:%HTTPPORT 51 </command> 52 </client> 53 54 # Verify data after the test has been "shot" 55 <verify> 56 <strip> 57 ^User-Agent:.* 58 ^Content-Type:.* 59 ^Accept:.* 60 </strip> 61 <protocol> 62 GET /%TESTNUMBER/testapi/test HTTP/1.1 63 Host: 127.0.0.1:9000 64 Authorization: XXX4-HMAC-SHA256 Credential=xxx/19700101/0/127/xxx4_request, SignedHeaders=content-type;host;x-xxx-date, Signature=35da102c1df68f2ef85ade08ecc212fa663a66e3a973146f6578a5c5426e9669 65 X-Xxx-Date: 19700101T000000Z 66 67 </protocol> 68 </verify> 69 </testcase>