tests: Updated pop3 tests for change in auth mechanism detection
This commit is contained in:
@@ -38,7 +38,7 @@ pop3://%HOSTIP:%POP3PORT/800 -u user:secret
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<protocol>
|
||||
AUTH
|
||||
CAPA
|
||||
USER user
|
||||
PASS secret
|
||||
RETR 800
|
||||
|
||||
@@ -32,7 +32,7 @@ pop3://%HOSTIP:%POP3PORT/808 -l -u user:secret
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<protocol>
|
||||
AUTH
|
||||
CAPA
|
||||
USER user
|
||||
PASS secret
|
||||
LIST 808
|
||||
|
||||
@@ -36,7 +36,7 @@ pop3://%HOSTIP:%POP3PORT/809 -l -u user:secret
|
||||
56
|
||||
</errorcode>
|
||||
<protocol>
|
||||
AUTH
|
||||
CAPA
|
||||
USER user
|
||||
PASS secret
|
||||
LIST 809
|
||||
|
||||
@@ -41,7 +41,7 @@ pop3://%HOSTIP:%POP3PORT/ -u user:secret
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<protocol>
|
||||
AUTH
|
||||
CAPA
|
||||
USER user
|
||||
PASS secret
|
||||
LIST
|
||||
|
||||
@@ -34,7 +34,7 @@ pop3://%HOSTIP:%POP3PORT/ -u user:secret
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<protocol>
|
||||
AUTH
|
||||
CAPA
|
||||
USER user
|
||||
PASS secret
|
||||
LIST
|
||||
|
||||
@@ -36,7 +36,7 @@ pop3://%HOSTIP:%POP3PORT/812 -u user:secret
|
||||
56
|
||||
</errorcode>
|
||||
<protocol>
|
||||
AUTH
|
||||
CAPA
|
||||
USER user
|
||||
PASS secret
|
||||
RETR 812
|
||||
|
||||
@@ -35,7 +35,7 @@ pop3://%HOSTIP:%POP3PORT/813 -u user:wrong
|
||||
67
|
||||
</errorcode>
|
||||
<protocol>
|
||||
AUTH
|
||||
CAPA
|
||||
USER user
|
||||
PASS wrong
|
||||
QUIT
|
||||
|
||||
@@ -49,7 +49,7 @@ pop3://%HOSTIP:%POP3PORT/815 -u user:secret
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<protocol>
|
||||
AUTH
|
||||
CAPA
|
||||
USER user
|
||||
PASS secret
|
||||
RETR 815
|
||||
|
||||
Reference in New Issue
Block a user