new tests
authorDaniel Stenberg <daniel@haxx.se>
Fri, 2 Nov 2001 23:09:02 +0000 (23:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 2 Nov 2001 23:09:02 +0000 (23:09 +0000)
tests/data/Makefile.am
tests/data/test126 [new file with mode: 0644]
tests/data/test29 [new file with mode: 0644]
tests/data/test303 [new file with mode: 0644]
tests/data/test401 [new file with mode: 0644]
tests/data/test402 [new file with mode: 0644]

index 37edc3e..cdb7f8c 100644 (file)
@@ -13,4 +13,6 @@ test102  test11   test117  test124  test19   test23   test33   test8 \
 test103  test110  test118  test125  test2    test24   test4    test9 \
 test104  test111  test119  test13   test20   test25   test400  test47 \
 test105  test112  test12   test14   test200  test26   test43   test46 \
-test34 test36 test37 test27 test28
+test34 test36 test37 test27 test28 test29 test303 test126 test400 \
+test401
+
diff --git a/tests/data/test126 b/tests/data/test126
new file mode 100644 (file)
index 0000000..8b83521
--- /dev/null
@@ -0,0 +1,30 @@
+# Server-side
+<reply>
+moooooooo
+</reply>
+
+# Client-side
+<client>
+ <name>
+FTP download with strict timeout and slow CWD
+ </name>
+ <command>
+ftp://%HOSTIP:%FTPPORT/path/to/file/126 -m 3
+</command>
+<file name="log/ftpserver.cmd">
+DELAY CWD 15
+</file>
+</test>
+
+# Verify data after the test has been "shot"
+<verify>
+<errorcode>
+28
+</errorcode>
+<protocol>
+USER anonymous\r
+PASS curl_by_daniel@haxx.se\r
+PWD\r
+CWD path/to/file\r
+</protocol>
+</verify>
diff --git a/tests/data/test29 b/tests/data/test29
new file mode 100644 (file)
index 0000000..66ff5b9
--- /dev/null
@@ -0,0 +1,40 @@
+# Server-side
+<reply>
+<data>
+HTTP/1.1 200 OK
+Date: Thu, 09 Nov 2010 14:49:00 GMT
+Connection: close
+
+<html>result</html>
+</data>
+<postcmd>
+wait 10
+</postcmd>
+</reply>
+
+# Client-side
+<client>
+ <name>
+HTTP with 2 secs timeout
+ </name>
+ <command>
+http://%HOSTIP:%HOSTPORT/want/29 -m 2
+</command>
+</test>
+
+# Verify data after the test has been "shot"
+<verify>
+<strip>
+^User-Agent:.*
+</strip>
+<protocol>
+GET /want/29 HTTP/1.1\r
+Host: 127.0.0.1:8999\r
+Pragma: no-cache\r
+Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*\r
+\r
+</protocol>
+<errorcode>
+28
+</errorcode>
+</verify>
diff --git a/tests/data/test303 b/tests/data/test303
new file mode 100644 (file)
index 0000000..1b2253d
--- /dev/null
@@ -0,0 +1,40 @@
+# Server-side
+<reply>
+<data>
+HTTP/1.1 200 OK
+Date: Thu, 09 Nov 2010 14:49:00 GMT
+Connection: close
+
+<html>result</html>
+</data>
+<postcmd>
+wait 10
+</postcmd>
+</reply>
+
+# Client-side
+<client>
+ <name>
+HTTPS with 2 secs timeout
+ </name>
+ <command>
+http://%HOSTIP:%HOSTPORT/want/303 -m 2
+</command>
+</test>
+
+# Verify data after the test has been "shot"
+<verify>
+<strip>
+^User-Agent:.*
+</strip>
+<protocol>
+GET /want/303 HTTP/1.1\r
+Host: 127.0.0.1:8999\r
+Pragma: no-cache\r
+Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*\r
+\r
+</protocol>
+<errorcode>
+28
+</errorcode>
+</verify>
diff --git a/tests/data/test401 b/tests/data/test401
new file mode 100644 (file)
index 0000000..8719ca8
--- /dev/null
@@ -0,0 +1,30 @@
+# Server-side
+<reply>
+moooooooo
+</reply>
+
+# Client-side
+<client>
+ <name>
+FTPS download with strict timeout and slow CWD
+ </name>
+ <command>
+ftps://%HOSTIP:%FTPSPORT/path/to/file/401 -m 4
+</command>
+<file name="log/ftpserver.cmd">
+DELAY CWD 15
+</file>
+</test>
+
+# Verify data after the test has been "shot"
+<verify>
+<errorcode>
+28
+</errorcode>
+<protocol>
+USER anonymous\r
+PASS curl_by_daniel@haxx.se\r
+PWD\r
+CWD path/to/file\r
+</protocol>
+</verify>
diff --git a/tests/data/test402 b/tests/data/test402
new file mode 100644 (file)
index 0000000..27b265c
--- /dev/null
@@ -0,0 +1,21 @@
+# Server-side
+<reply>
+moooooooo
+</reply>
+
+# Client-side
+<client>
+ <name>
+FTPS operation to FTP port
+ </name>
+ <command>
+ftps://%HOSTIP:%FTPPORT/path/to/file/402
+</command>
+</test>
+
+# Verify data after the test has been "shot"
+<verify>
+<errorcode>
+35
+</errorcode>
+</verify>