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

« back to all changes in this revision

Viewing changes to tests/data/test621

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-18 15:21:57 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20080618152157-j8b12047aqcl6kii
Tags: upstream-7.18.2
ImportĀ upstreamĀ versionĀ 7.18.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
SCP
 
5
FAILURE
 
6
</keywords>
 
7
</info>
 
8
 
 
9
#
 
10
# Client-side
 
11
<client>
 
12
<server>
 
13
scp
 
14
</server>
 
15
 <name>
 
16
SCP retrieval of missing file followed by good file
 
17
 </name>
 
18
 <command>
 
19
--key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/log/not-a-valid-file-moooo scp://%HOSTIP:%SSHPORT%PWD/log/file621.txt
 
20
</command>
 
21
<file name="log/file621.txt">
 
22
Test data
 
23
for ssh test
 
24
</file>
 
25
</client>
 
26
 
 
27
#
 
28
# Verify data after the test has been "shot"
 
29
<verify>
 
30
<valgrind>
 
31
disable
 
32
</valgrind>
 
33
<stdout>
 
34
Test data
 
35
for ssh test
 
36
</stdout>
 
37
</verify>
 
38
</testcase>