projects
/
platform
/
upstream
/
curl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'upstream' into tizen
[platform/upstream/curl.git]
/
tests
/
data
/
test283
1
<testcase>
2
<info>
3
<keywords>
4
TFTP
5
TFTP RRQ
6
FAILURE
7
</keywords>
8
</info>
9
10
#
11
# Client-side
12
<client>
13
<server>
14
tftp
15
</server>
16
<name>
17
TFTP retrieve on invalid file
18
</name>
19
<command>
20
tftp://%HOSTIP:%TFTPPORT//invalid-file --trace-ascii log/traceit --tftp-blksize 1024
21
</command>
22
</client>
23
24
#
25
# Verify pseudo protocol after the test has been "shot"
26
<verify>
27
<errorcode>
28
69
29
</errorcode>
30
<protocol>
31
opcode: 1
32
mode: octet
33
tsize: 0
34
blksize: 1024
35
timeout: 6
36
filename: /invalid-file
37
</protocol>
38
</verify>
39
</testcase>