blob: 2c1ebd249d527244e10b37354b59c3a8de9bcffd [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4TFTP
5TFTP RRQ
6FAILURE
7</keywords>
8</info>
9
10#
11# Client-side
12<client>
13<server>
14tftp
15</server>
16 <name>
17TFTP retrieve on invalid file
18 </name>
19 <command>
20tftp://%HOSTIP:%TFTPPORT//invalid-file --tftp-blksize 1024
21</command>
22</client>
23
24#
25# Verify pseudo protocol after the test has been "shot"
26<verify>
27<errorcode>
2869
29</errorcode>
30<protocol>
31opcode = 1
32mode = octet
33tsize = 0
34blksize = 1024
35timeout = 6
36filename = /invalid-file
37</protocol>
38</verify>
39</testcase>