blob: c50e97d513e36c41a4b9129c198c7b97de67b25e [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4TFTP
5TFTP WRQ
6FAILURE
7</keywords>
8</info>
9
10#
11# Client-side
12<client>
13<server>
14tftp
15</server>
16 <name>
17TFTP send with invalid permission on server
18 </name>
19 <command>
20-T log/test%TESTNUMBER.txt tftp://%HOSTIP:%TFTPPORT//invalid-file
21</command>
22<file name="log/test%TESTNUMBER.txt">
23This data will not be sent
24</file>
25</client>
26
27#
28# Verify pseudo protocol after the test has been "shot"
29<verify>
30<errorcode>
3169
32</errorcode>
33<protocol>
34opcode = 2
35mode = octet
36tsize = 27
37blksize = 512
38timeout = 6
39filename = /invalid-file
40</protocol>
41</verify>
42</testcase>