Added test case 504, using multi interface and a local proxy without anything

listening on the port we use.
This commit is contained in:
Daniel Stenberg 2002-12-16 15:30:10 +00:00
parent 66b6cd68ed
commit 2b839853ec
4 changed files with 112 additions and 2 deletions

View file

@ -18,4 +18,4 @@ test107 test116 test125 test2 test26 test33 test45 test126 \
test304 test39 test32 test128 test48 test306 \
test130 test131 test132 test133 test134 test135 test403 test305 \
test49 test50 test51 test52 test53 test54 test55 test56 \
test500 test501 test502 test503
test500 test501 test502 test503 test504

29
tests/data/test504 Normal file
View file

@ -0,0 +1,29 @@
rörl#
# Server-side
<reply>
</reply>
# Client-side
<client>
<server>
file
</server>
# tool is what to use instead of 'curl'
<tool>
lib504
</tool>
<name>
simple multi through local proxy without listener
</name>
<command>
http://%HOSTIP:%HTTPSPORT/504 localhost:55555
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<errorcode>
100
</errorcode>
</verify>