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

« back to all changes in this revision

Viewing changes to tests/data/test1099

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-26 18:58:51 UTC
  • mfrom: (3.3.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090526185851-t1gun9nboi5kbd9u
Tags: 7.19.5-1ubuntu1
* Merge from Debian unstable (LP: #380281), remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* Fixes LP: #379477

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
<reply>
 
11
<data nocheck="yes">
 
12
data for 1099
 
13
</data>
 
14
</reply>
 
15
 
 
16
#
 
17
# Client-side
 
18
<client>
 
19
<server>
 
20
tftp
 
21
</server>
 
22
 <name>
 
23
TFTP get first a non-existing file then an existing
 
24
 </name>
 
25
 <command>
 
26
tftp://%HOSTIP:%TFTPPORT/an/invalid-file tftp://%HOSTIP:%TFTPPORT//1099 --trace-ascii log/traceit
 
27
</command>
 
28
</client>
 
29
 
 
30
#
 
31
# Verify pseudo protocol after the test has been "shot"
 
32
<verify>
 
33
<protocol>
 
34
opcode: 1
 
35
filename: an/invalid-file
 
36
mode: octet
 
37
opcode: 1
 
38
filename: /1099
 
39
mode: octet
 
40
</protocol>
 
41
<stdout mode="text">
 
42
data for 1099
 
43
</stdout>
 
44
</verify>
 
45
</testcase>