~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to tests/data/test283

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20070516151654-x9nkigtr2j0i8d0v
Tags: upstream-7.16.2
ImportĀ upstreamĀ versionĀ 7.16.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
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
filename: /invalid-file
 
33
mode: octet
 
34
</protocol>
 
35
</verify>
 
36
</testcase>