diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/Makefile.am | 2 | ||||
-rw-r--r-- | tests/data/test1091 | 46 | ||||
-rw-r--r-- | tests/data/test1092 | 55 | ||||
-rw-r--r-- | tests/data/test1093 | 44 | ||||
-rw-r--r-- | tests/data/test1094 | 50 | ||||
-rw-r--r-- | tests/data/test561 | 66 |
6 files changed, 262 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 85a90dc95..4a459e012 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -60,7 +60,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \ test1072 test1073 test1074 test1075 test1076 test1077 test1078 test1079 \ test1080 test1081 test1082 test1083 test1084 test1085 test633 test634 \ test635 test636 test637 test558 test559 test1086 test1087 test1088 \ - test1089 test1090 + test1089 test1090 test1091 test1092 test1093 test1094 filecheck: @mkdir test-place; \ diff --git a/tests/data/test1091 b/tests/data/test1091 new file mode 100644 index 000000000..f3ce8608a --- /dev/null +++ b/tests/data/test1091 @@ -0,0 +1,46 @@ +<testcase> +# based on test 143 +<info> +<keywords> +FTP +RETR +type= +</keywords> +</info> + +# Server-side +<reply> +<data> +bla bla bla +</data> +</reply> + +# Client-side +<client> +<server> +ftp +</server> + <name> +FTP URL with type=i + </name> + <command> +"ftp://%HOSTIP:%FTPPORT/%2ftmp/moo/1091;type=i" --use-ascii +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +<protocol> +USER anonymous
+PASS ftp@example.com
+PWD
+CWD /tmp
+CWD moo
+EPSV
+TYPE I
+SIZE 1091
+RETR 1091
+QUIT
+</protocol> +</verify> +</testcase> diff --git a/tests/data/test1092 b/tests/data/test1092 new file mode 100644 index 000000000..26c4e059f --- /dev/null +++ b/tests/data/test1092 @@ -0,0 +1,55 @@ +<testcase> +<info> +<keywords> +FTP +HTTP +HTTP GET +HTTP proxy +</keywords> +</info> +# +# Server-side +<reply> +<data> +HTTP/1.0 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake swsclose +Content-Type: text/html +Funny-head: yesyes + +contents +</data> +</reply> + +# +# Client-side +<client> +<server> +http +</server> +<features> +ftp +</features> + <name> +FTP over HTTP proxy + </name> + <command> +"ftp://%HOSTIP:%HTTPPORT/we/want/that/page/1092;type=i" --use-ascii -x %HOSTIP:%HTTPPORT +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<strip> +^User-Agent:.* +</strip> +<protocol> +GET ftp://%HOSTIP:%HTTPPORT/we/want/that/page/1092;type=i HTTP/1.1
+Host: %HOSTIP:%HTTPPORT
+Accept: */*
+Proxy-Connection: Keep-Alive
+
+</protocol> +</verify> +</testcase> diff --git a/tests/data/test1093 b/tests/data/test1093 new file mode 100644 index 000000000..dbcfd9f7a --- /dev/null +++ b/tests/data/test1093 @@ -0,0 +1,44 @@ +<testcase> +<info> +<keywords> +TFTP +TFTP RRQ +mode= +</keywords> +</info> + +# +# Server-side +<reply> +<data> +a chunk of +data +returned + to client +</data> +</reply> + +# +# Client-side +<client> +<server> +tftp +</server> + <name> +TFTP retrieve with mode=i + </name> + <command> +"tftp://%HOSTIP:%TFTPPORT//1093;mode=i" --use-ascii --trace-ascii log/traceit +</command> +</client> + +# +# Verify pseudo protocol after the test has been "shot" +<verify> +<protocol> +opcode: 1 +filename: /1093 +mode: octet +</protocol> +</verify> +</testcase> diff --git a/tests/data/test1094 b/tests/data/test1094 new file mode 100644 index 000000000..29965505f --- /dev/null +++ b/tests/data/test1094 @@ -0,0 +1,50 @@ +<testcase> +<info> +<keywords> +TFTP +TFTP RRQ +mode= +</keywords> +</info> + +# +# Server-side +<reply> +<data> +a chunk of +data +returned + to client +</data> +<datacheck> +a chunk of
+data
+returned
+ to client
+</datacheck> +</reply> + +# +# Client-side +<client> +<server> +tftp +</server> + <name> +TFTP retrieve with mode=netascii + </name> + <command> +"tftp://%HOSTIP:%TFTPPORT//1094;mode=netascii" --trace-ascii log/traceit +</command> +</client> + +# +# Verify pseudo protocol after the test has been "shot" +<verify> +<protocol> +opcode: 1 +filename: /1094 +mode: netascii +</protocol> +</verify> +</testcase> diff --git a/tests/data/test561 b/tests/data/test561 new file mode 100644 index 000000000..18e827c10 --- /dev/null +++ b/tests/data/test561 @@ -0,0 +1,66 @@ +<testcase> +<info> +<keywords> +FTP +HTTP proxy +CURLOPT_PROXY_TRANSFER_MODE +CURLOPT_PROXY +type= +</keywords> +</info> + +# +# Server-side +<reply> +<data nocheck="yes"> +HTTP/1.1 200 OK swsclose +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT +ETag: "21025-dc7-39462498" +Accept-Ranges: bytes +Content-Length: 6 + +hello +</data> +</reply> + +# +# Client-side +<client> +<server> +http +</server> +<features> +ftp +</features> +<tool> +lib549 +</tool> + <name> +FTP RETR with CURLOPT_PROXY_TRANSFER_MODE, ASCII transfer and type=i + </name> +# first URL then proxy + <command> +"ftp://www.haxx.se/moo/561;type=i" http://%HOSTIP:%HTTPPORT ascii +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<strip> +^User-Agent:.* +</strip> +<protocol> +GET ftp://www.haxx.se/moo/561;type=i HTTP/1.1
+Host: www.haxx.se:21
+Accept: */*
+Proxy-Connection: Keep-Alive
+
+</protocol> +<stdout mode="text"> +hello +</stdout> +</verify> +</testcase> |