tests: Grouped POP3 SASL EXTERNAL tests with other POP3 tests

This commit is contained in:
Steve Holme
2015-01-28 19:40:03 +00:00
parent e3558a551b
commit 26d4e0ad4e
5 changed files with 11 additions and 10 deletions

57
tests/data/test884 Normal file
View File

@@ -0,0 +1,57 @@
<testcase>
<info>
<keywords>
POP3
SASL
SASL AUTH EXTERNAL
RFC1734
RFC4422
RFC5034
</keywords>
</info>
#
# Server-side
<reply>
<servercmd>
AUTH EXTERNAL
REPLY AUTH +
REPLY = +OK Login successful
</servercmd>
<data>
From: me@somewhere
To: fake@nowhere
body
--
yours sincerely
</data>
</reply>
#
# Client-side
<client>
<server>
pop3
</server>
<name>
POP3 external authentication without credentials
</name>
<command>
'pop3://;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/884'
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
CAPA
AUTH EXTERNAL
=
RETR 884
QUIT
</protocol>
</verify>
</testcase>