• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<testcase>
2<info>
3<keywords>
4TFTP
5TFTP RRQ
6FAILURE
7</keywords>
8</info>
9
10<reply>
11<data>
12a chunk of
13data
14returned
15 to client
16</data>
17</reply>
18
19#
20# Client-side
21<client>
22<server>
23tftp
24</server>
25<name>
26TFTP retrieve with blksize 400
27</name>
28<command>
29tftp://%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<strip>
37^timeout = [5-6]$
38</strip>
39<protocol>
40opcode = 1
41mode = octet
42tsize = 0
43blksize = 400
44filename = /%TESTNUMBER
45</protocol>
46</verify>
47</testcase>
48