~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to tests/data/test1093

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
TFTP
 
5
TFTP RRQ
 
6
mode=
 
7
</keywords>
 
8
</info>
 
9
 
 
10
#
 
11
# Server-side
 
12
<reply>
 
13
<data>
 
14
a chunk of
 
15
data
 
16
returned
 
17
 to client
 
18
</data>
 
19
</reply>
 
20
 
 
21
#
 
22
# Client-side
 
23
<client>
 
24
<server>
 
25
tftp
 
26
</server>
 
27
 <name>
 
28
TFTP retrieve with mode=i
 
29
 </name>
 
30
 <command>
 
31
"tftp://%HOSTIP:%TFTPPORT//1093;mode=i" --use-ascii --trace-ascii log/traceit
 
32
</command>
 
33
</client>
 
34
 
 
35
#
 
36
# Verify pseudo protocol after the test has been "shot"
 
37
<verify>
 
38
<protocol>
 
39
opcode: 1
 
40
filename: /1093
 
41
mode: octet
 
42
</protocol>
 
43
</verify>
 
44
</testcase>