aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test283
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-01-10 03:32:19 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-01-10 03:32:19 +0000
commit7efb955fd0cba0ba1592237f3832524a142e23a4 (patch)
tree2581d168dbcc71b51c08668995fa486e5146b697 /tests/data/test283
parent75899741b91730b6f48ca80aedbe5fcf31f69ac2 (diff)
Added test of TFTP server error reporting.
Diffstat (limited to 'tests/data/test283')
-rw-r--r--tests/data/test28333
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/data/test283 b/tests/data/test283
new file mode 100644
index 000000000..54e86fe80
--- /dev/null
+++ b/tests/data/test283
@@ -0,0 +1,33 @@
+<info>
+<keywords>
+TFTP
+TFTP RRQ
+</keywords>
+</info>
+
+#
+# Client-side
+<client>
+<server>
+tftp
+</server>
+ <name>
+TFTP retrieve on invalid file
+ </name>
+ <command>
+tftp://%HOSTIP:%TFTPPORT//invalid-file --trace-ascii log/traceit
+</command>
+</client>
+
+#
+# Verify pseudo protocol after the test has been "shot"
+<verify>
+<errorcode>
+69
+</errorcode>
+<protocol>
+opcode: 1
+filename: /invalid-file
+mode: octet
+</protocol>
+</verify>