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

« back to all changes in this revision

Viewing changes to tests/data/test285

  • 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 WRQ
 
6
</keywords>
 
7
</info>
 
8
 
 
9
#
 
10
# Client-side
 
11
<client>
 
12
<server>
 
13
tftp
 
14
</server>
 
15
 <name>
 
16
TFTP send
 
17
 </name>
 
18
 <command>
 
19
-T log/test285.txt tftp://%HOSTIP:%TFTPPORT// --trace-ascii log/traceit
 
20
</command>
 
21
<file name="log/test285.txt">
 
22
a chunk of
 
23
data
 
24
sent
 
25
 to server
 
26
</file>
 
27
</client>
 
28
 
 
29
#
 
30
# Verify pseudo protocol after the test has been "shot"
 
31
<verify>
 
32
<upload>
 
33
a chunk of
 
34
data
 
35
sent
 
36
 to server
 
37
</upload>
 
38
<protocol>
 
39
opcode: 2
 
40
filename: /test285.txt
 
41
mode: octet
 
42
</protocol>
 
43
</verify>
 
44
</testcase>