xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | <testcase> |
2 | <info> | ||||
3 | <keywords> | ||||
4 | TFTP | ||||
5 | TFTP RRQ | ||||
6 | FAILURE | ||||
7 | </keywords> | ||||
8 | </info> | ||||
9 | |||||
10 | <reply> | ||||
11 | <data> | ||||
12 | a chunk of | ||||
13 | data | ||||
14 | returned | ||||
15 | to client | ||||
16 | </data> | ||||
17 | </reply> | ||||
18 | |||||
19 | # | ||||
20 | # Client-side | ||||
21 | <client> | ||||
22 | <server> | ||||
23 | tftp | ||||
24 | </server> | ||||
25 | <name> | ||||
26 | TFTP retrieve with blksize 400 | ||||
27 | </name> | ||||
28 | <command> | ||||
29 | tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER --tftp-blksize 400 | ||||
30 | </command> | ||||
31 | </client> | ||||
32 | |||||
33 | # | ||||
34 | # Verify pseudo protocol after the test has been "shot" | ||||
35 | <verify> | ||||
36 | <protocol> | ||||
37 | opcode = 1 | ||||
38 | mode = octet | ||||
39 | tsize = 0 | ||||
40 | blksize = 400 | ||||
41 | timeout = 6 | ||||
42 | filename = /%TESTNUMBER | ||||
43 | </protocol> | ||||
44 | </verify> | ||||
45 | </testcase> |