2009-04-24 17:46:42 -04:00
|
|
|
<testcase>
|
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
TFTP
|
|
|
|
TFTP RRQ
|
|
|
|
FAILURE
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
|
|
|
<reply>
|
2009-04-29 07:30:03 -04:00
|
|
|
<data nocheck="yes">
|
2009-04-24 17:46:42 -04:00
|
|
|
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>
|
|
|
|
<protocol>
|
|
|
|
opcode: 1
|
|
|
|
filename: an/invalid-file
|
|
|
|
mode: octet
|
|
|
|
opcode: 1
|
|
|
|
filename: /1099
|
|
|
|
mode: octet
|
|
|
|
</protocol>
|
2009-04-29 07:30:03 -04:00
|
|
|
<stdout mode="text">
|
|
|
|
data for 1099
|
|
|
|
</stdout>
|
2009-04-24 17:46:42 -04:00
|
|
|
</verify>
|
|
|
|
</testcase>
|