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

« back to all changes in this revision

Viewing changes to tests/data/test628

  • 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
SFTP
 
5
FAILURE
 
6
</keywords>
 
7
</info>
 
8
 
 
9
#
 
10
# Client-side
 
11
<client>
 
12
<server>
 
13
sftp
 
14
</server>
 
15
 <name>
 
16
SFTP invalid user login (password authentication)
 
17
 </name>
 
18
 <command>
 
19
-u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%PWD/irrelevant-file
 
20
</command>
 
21
</client>
 
22
 
 
23
#
 
24
# Verify data after the test has been "shot"
 
25
<verify>
 
26
<errorcode>
 
27
67
 
28
</errorcode>
 
29
<valgrind>
 
30
disable
 
31
</valgrind>
 
32
</verify>
 
33
</testcase>