From 26d4e0ad4eff071fc9b89964338ba666092b177d Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 28 Jan 2015 19:40:03 +0000 Subject: tests: Grouped POP3 SASL EXTERNAL tests with other POP3 tests --- tests/data/Makefile.inc | 5 +++-- tests/data/test883 | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ tests/data/test884 | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ tests/data/test885 | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ tests/data/test886 | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ tests/data/test946 | 57 ------------------------------------------------- tests/data/test947 | 57 ------------------------------------------------- tests/data/test948 | 56 ------------------------------------------------ tests/data/test949 | 56 ------------------------------------------------ 9 files changed, 229 insertions(+), 228 deletions(-) create mode 100644 tests/data/test883 create mode 100644 tests/data/test884 create mode 100644 tests/data/test885 create mode 100644 tests/data/test886 delete mode 100644 tests/data/test946 delete mode 100644 tests/data/test947 delete mode 100644 tests/data/test948 delete mode 100644 tests/data/test949 (limited to 'tests/data') diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index 0441ffce6..32df87e3a 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -91,14 +91,15 @@ test836 test837 test838 test839 test840 \ test850 test851 test852 test853 test854 test855 test856 test857 test858 \ test859 test860 test861 test862 test863 test864 test865 test866 test867 \ test868 test869 test870 test871 test872 test873 test874 test875 test876 \ -test877 test878 test879 test880 test881 test882 \ +test877 test878 test879 test880 test881 test882 test883 test884 test885 \ +test886 \ \ test900 test901 test902 test903 test904 test905 test906 test907 test908 \ test909 test910 test911 test912 test913 test914 test915 test916 test917 \ test918 test919 test920 test921 test922 test923 test924 test925 test926 \ test927 test928 test929 test930 test931 test932 test933 test934 test935 \ test936 test937 test938 test939 test940 test941 \ - test946 test947 test948 test949 test950 test951 test952 test953 \ + test950 test951 test952 test953 \ \ test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \ test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \ diff --git a/tests/data/test883 b/tests/data/test883 new file mode 100644 index 000000000..5d5a756a9 --- /dev/null +++ b/tests/data/test883 @@ -0,0 +1,57 @@ + + + +POP3 +SASL +SASL AUTH EXTERNAL +RFC1734 +RFC4422 +RFC5034 + + + +# +# Server-side + + +AUTH EXTERNAL +REPLY AUTH + +REPLY dXNlcg== +OK Login successful + + +From: me@somewhere +To: fake@nowhere + +body + +-- + yours sincerely + + + +# +# Client-side + + +pop3 + + +POP3 external authentication + + +'pop3://user;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/883' + + + +# +# Verify data after the test has been "shot" + + +CAPA +AUTH EXTERNAL +dXNlcg== +RETR 883 +QUIT + + + diff --git a/tests/data/test884 b/tests/data/test884 new file mode 100644 index 000000000..34fd94d13 --- /dev/null +++ b/tests/data/test884 @@ -0,0 +1,57 @@ + + + +POP3 +SASL +SASL AUTH EXTERNAL +RFC1734 +RFC4422 +RFC5034 + + + +# +# Server-side + + +AUTH EXTERNAL +REPLY AUTH + +REPLY = +OK Login successful + + +From: me@somewhere +To: fake@nowhere + +body + +-- + yours sincerely + + + +# +# Client-side + + +pop3 + + +POP3 external authentication without credentials + + +'pop3://;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/884' + + + +# +# Verify data after the test has been "shot" + + +CAPA +AUTH EXTERNAL += +RETR 884 +QUIT + + + diff --git a/tests/data/test885 b/tests/data/test885 new file mode 100644 index 000000000..581e9b24f --- /dev/null +++ b/tests/data/test885 @@ -0,0 +1,56 @@ + + + +POP3 +SASL +SASL AUTH EXTERNAL +SASL-IR +RFC1734 +RFC4422 +RFC5034 + + + +# +# Server-side + + +AUTH EXTERNAL +REPLY AUTH +OK Login successful + + +From: me@somewhere +To: fake@nowhere + +body + +-- + yours sincerely + + + +# +# Client-side + + +pop3 + + +POP3 external authentication with initial response + + +'pop3://user;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/885' --sasl-ir + + + +# +# Verify data after the test has been "shot" + + +CAPA +AUTH EXTERNAL dXNlcg== +RETR 885 +QUIT + + + diff --git a/tests/data/test886 b/tests/data/test886 new file mode 100644 index 000000000..3aca2f18f --- /dev/null +++ b/tests/data/test886 @@ -0,0 +1,56 @@ + + + +POP3 +SASL +SASL AUTH EXTERNAL +SASL-IR +RFC1734 +RFC4422 +RFC5034 + + + +# +# Server-side + + +AUTH EXTERNAL +REPLY AUTH +OK Login successful + + +From: me@somewhere +To: fake@nowhere + +body + +-- + yours sincerely + + + +# +# Client-side + + +pop3 + + +POP3 external authentication with initial response without credentials + + +'pop3://;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/886' --sasl-ir + + + +# +# Verify data after the test has been "shot" + + +CAPA +AUTH EXTERNAL = +RETR 886 +QUIT + + + diff --git a/tests/data/test946 b/tests/data/test946 deleted file mode 100644 index 46f7b10b3..000000000 --- a/tests/data/test946 +++ /dev/null @@ -1,57 +0,0 @@ - - - -POP3 -SASL -SASL AUTH EXTERNAL -RFC1734 -RFC4422 -RFC5034 - - - -# -# Server-side - - -AUTH EXTERNAL -REPLY AUTH + -REPLY dXNlcg== +OK Login successful - - -From: me@somewhere -To: fake@nowhere - -body - --- - yours sincerely - - - -# -# Client-side - - -pop3 - - -POP3 external authentication - - -'pop3://user;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/946' - - - -# -# Verify data after the test has been "shot" - - -CAPA -AUTH EXTERNAL -dXNlcg== -RETR 946 -QUIT - - - diff --git a/tests/data/test947 b/tests/data/test947 deleted file mode 100644 index df1474ea2..000000000 --- a/tests/data/test947 +++ /dev/null @@ -1,57 +0,0 @@ - - - -POP3 -SASL -SASL AUTH EXTERNAL -RFC1734 -RFC4422 -RFC5034 - - - -# -# Server-side - - -AUTH EXTERNAL -REPLY AUTH + -REPLY = +OK Login successful - - -From: me@somewhere -To: fake@nowhere - -body - --- - yours sincerely - - - -# -# Client-side - - -pop3 - - -POP3 external authentication without credentials - - -'pop3://;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/947' - - - -# -# Verify data after the test has been "shot" - - -CAPA -AUTH EXTERNAL -= -RETR 947 -QUIT - - - diff --git a/tests/data/test948 b/tests/data/test948 deleted file mode 100644 index 4ed21cb1f..000000000 --- a/tests/data/test948 +++ /dev/null @@ -1,56 +0,0 @@ - - - -POP3 -SASL -SASL AUTH EXTERNAL -SASL-IR -RFC1734 -RFC4422 -RFC5034 - - - -# -# Server-side - - -AUTH EXTERNAL -REPLY AUTH +OK Login successful - - -From: me@somewhere -To: fake@nowhere - -body - --- - yours sincerely - - - -# -# Client-side - - -pop3 - - -POP3 external authentication with initial response - - -'pop3://user;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/948' --sasl-ir - - - -# -# Verify data after the test has been "shot" - - -CAPA -AUTH EXTERNAL dXNlcg== -RETR 948 -QUIT - - - diff --git a/tests/data/test949 b/tests/data/test949 deleted file mode 100644 index 93f7f97f4..000000000 --- a/tests/data/test949 +++ /dev/null @@ -1,56 +0,0 @@ - - - -POP3 -SASL -SASL AUTH EXTERNAL -SASL-IR -RFC1734 -RFC4422 -RFC5034 - - - -# -# Server-side - - -AUTH EXTERNAL -REPLY AUTH +OK Login successful - - -From: me@somewhere -To: fake@nowhere - -body - --- - yours sincerely - - - -# -# Client-side - - -pop3 - - -POP3 external authentication with initial response without credentials - - -'pop3://;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/949' --sasl-ir - - - -# -# Verify data after the test has been "shot" - - -CAPA -AUTH EXTERNAL = -RETR 949 -QUIT - - - -- cgit v1.2.3