aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1099
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-04-24 21:46:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-04-24 21:46:42 +0000
commit082b0d822ca6e008ab9b2309cabd3678cdce03f7 (patch)
tree18fe6bf64dd277ee5bf2b88549f1d18be9e13d39 /tests/data/test1099
parent651b4b9efacfb3742682b8f1d8c97feb3255e2db (diff)
test 1099: "TFTP get first a non-existing file then an existing" added disabled
as things don't work right here!
Diffstat (limited to 'tests/data/test1099')
-rw-r--r--tests/data/test109945
1 files changed, 45 insertions, 0 deletions
diff --git a/tests/data/test1099 b/tests/data/test1099
new file mode 100644
index 000000000..5c80ac5d0
--- /dev/null
+++ b/tests/data/test1099
@@ -0,0 +1,45 @@
+<testcase>
+<info>
+<keywords>
+TFTP
+TFTP RRQ
+FAILURE
+</keywords>
+</info>
+
+<reply>
+<data>
+data for 1099
+</data>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+tftp
+</server>
+ <name>
+TFTP get first a non-existing file then an existing
+ </name>
+ <command>
+tftp://%HOSTIP:%TFTPPORT/an/invalid-file tftp://%HOSTIP:%TFTPPORT//1099 --trace-ascii log/traceit
+</command>
+</client>
+
+#
+# Verify pseudo protocol after the test has been "shot"
+<verify>
+<errorcode>
+69
+</errorcode>
+<protocol>
+opcode: 1
+filename: an/invalid-file
+mode: octet
+opcode: 1
+filename: /1099
+mode: octet
+</protocol>
+</verify>
+</testcase>