~ubuntu-branches/ubuntu/trusty/curl/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/data/test922

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-12-20 09:13:22 UTC
  • mfrom: (3.4.44 sid)
  • Revision ID: package-import@ubuntu.com-20131220091322-lqk9xf5wba7vsyfh
Tags: 7.34.0-1ubuntu1
* Resynchronize on Debian, remaining changes
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Dropped undocumented Build-Depends change to automake1.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
SMTP
 
5
SMTP AUTH OAUTH2 SASL-IR
 
6
RFC4954
 
7
RFC6749
 
8
</keywords>
 
9
</info>
 
10
 
 
11
#
 
12
# Server-side
 
13
<reply>
 
14
<servercmd>
 
15
AUTH XOAUTH2
 
16
REPLY AUTH 235 Authenticated
 
17
</servercmd>
 
18
</reply>
 
19
 
 
20
#
 
21
# Client-side
 
22
<client>
 
23
<server>
 
24
smtp
 
25
</server>
 
26
 <name>
 
27
SMTP OAuth 2.0 authentication with initial response
 
28
 </name>
 
29
<stdin>
 
30
mail body
 
31
</stdin>
 
32
 <command>
 
33
smtp://%HOSTIP:%SMTPPORT/922 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir -T -
 
34
</command>
 
35
</client>
 
36
 
 
37
#
 
38
# Verify data after the test has been "shot"
 
39
<verify>
 
40
<protocol>
 
41
EHLO 922
 
42
AUTH XOAUTH2 dXNlcj11c2VyAWF1dGg9QmVhcmVyIG1GXzkuQjVmLTQuMUpxTQEB
 
43
MAIL FROM:<sender@example.com>
 
44
RCPT TO:<recipient@example.com>
 
45
DATA
 
46
QUIT
 
47
</protocol>
 
48
<upload>
 
49
mail body
 
50
.
 
51
</upload>
 
52
</verify>
 
53
</testcase>