2007-01-23 10:25:56 +08:00
|
|
|
<testcase>
|
2005-04-17 07:15:19 +08:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
2021-02-11 15:30:39 +08:00
|
|
|
--fail
|
2005-04-17 07:15:19 +08:00
|
|
|
</keywords>
|
|
|
|
</info>
|
2001-08-07 20:42:23 +08:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
2009-01-08 05:57:26 +08:00
|
|
|
<data nocheck="yes">
|
2001-08-07 20:42:23 +08:00
|
|
|
HTTP/1.0 404 BAD BOY
|
|
|
|
Content-Type: text/html
|
|
|
|
|
|
|
|
This silly page doesn't reaaaaaly exist so you should not get it.
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-05-01 04:25:39 +08:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2001-08-07 20:42:23 +08:00
|
|
|
<name>
|
|
|
|
HTTP GET fail silently on HTTP error return
|
|
|
|
</name>
|
|
|
|
<command>
|
2021-03-13 00:38:26 +08:00
|
|
|
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --fail --silent --show-error
|
2001-08-07 20:42:23 +08:00
|
|
|
</command>
|
2005-01-26 05:45:03 +08:00
|
|
|
</client>
|
2001-08-07 20:42:23 +08:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2021-03-13 00:38:26 +08:00
|
|
|
GET /%TESTNUMBER HTTP/1.1
|
2007-09-15 03:32:31 +08:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2020-10-02 19:45:24 +08:00
|
|
|
User-Agent: curl/%VERSION
|
2004-02-09 20:46:41 +08:00
|
|
|
Accept: */*
|
2001-08-07 20:42:23 +08:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
<errorcode>
|
|
|
|
22
|
|
|
|
</errorcode>
|
2021-03-13 00:38:26 +08:00
|
|
|
<file2 name="log/stderr%TESTNUMBER" mode="text">
|
2020-12-14 21:10:33 +08:00
|
|
|
curl: (22) The requested URL returned error: 404
|
2012-07-20 19:33:58 +08:00
|
|
|
</file2>
|
2001-08-07 20:42:23 +08:00
|
|
|
</verify>
|
2007-01-23 10:25:56 +08:00
|
|
|
</testcase>
|