From 082b0d822ca6e008ab9b2309cabd3678cdce03f7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 24 Apr 2009 21:46:42 +0000 Subject: test 1099: "TFTP get first a non-existing file then an existing" added disabled as things don't work right here! --- tests/data/test1099 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 tests/data/test1099 (limited to 'tests/data/test1099') 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 @@ + + + +TFTP +TFTP RRQ +FAILURE + + + + + +data for 1099 + + + +# +# Client-side + + +tftp + + +TFTP get first a non-existing file then an existing + + +tftp://%HOSTIP:%TFTPPORT/an/invalid-file tftp://%HOSTIP:%TFTPPORT//1099 --trace-ascii log/traceit + + + +# +# Verify pseudo protocol after the test has been "shot" + + +69 + + +opcode: 1 +filename: an/invalid-file +mode: octet +opcode: 1 +filename: /1099 +mode: octet + + + -- cgit v1.2.3