From ef782d726e8e6f473237389066a11a908218f893 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 28 Jan 2015 19:45:54 +0000 Subject: tests: Grouped SMTP SASL EXTERNAL tests with other SMTP tests --- tests/data/Makefile.inc | 4 ++-- tests/data/test942 | 56 +++++++++++++++++++++++++++++++++++++++++++++++++ tests/data/test943 | 56 +++++++++++++++++++++++++++++++++++++++++++++++++ tests/data/test944 | 55 ++++++++++++++++++++++++++++++++++++++++++++++++ tests/data/test945 | 55 ++++++++++++++++++++++++++++++++++++++++++++++++ tests/data/test950 | 56 ------------------------------------------------- tests/data/test951 | 56 ------------------------------------------------- tests/data/test952 | 55 ------------------------------------------------ tests/data/test953 | 55 ------------------------------------------------ 9 files changed, 224 insertions(+), 224 deletions(-) create mode 100644 tests/data/test942 create mode 100644 tests/data/test943 create mode 100644 tests/data/test944 create mode 100644 tests/data/test945 delete mode 100644 tests/data/test950 delete mode 100644 tests/data/test951 delete mode 100644 tests/data/test952 delete mode 100644 tests/data/test953 diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index 32df87e3a..e92448209 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -98,8 +98,8 @@ 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 \ - test950 test951 test952 test953 \ +test936 test937 test938 test939 test940 test941 test942 test943 test944 \ +test945 \ \ test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \ test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \ diff --git a/tests/data/test942 b/tests/data/test942 new file mode 100644 index 000000000..26740f7b6 --- /dev/null +++ b/tests/data/test942 @@ -0,0 +1,56 @@ + + + +SMTP +SASL +SASL AUTH EXTERNAL +RFC4422 +RFC4954 + + + +# +# Server-side + + +AUTH EXTERNAL +REPLY AUTH 334 EXTERNAL supported +REPLY dXNlcg== 235 Authenticated + + + +# +# Client-side + + +smtp + + +SMTP external authentication + + +mail body + + +'smtp://user;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/942' --mail-rcpt recipient@example.com --mail-from sender@example.com -T - + + + +# +# Verify data after the test has been "shot" + + +EHLO 942 +AUTH EXTERNAL +dXNlcg== +MAIL FROM: +RCPT TO: +DATA +QUIT + + +mail body +. + + + diff --git a/tests/data/test943 b/tests/data/test943 new file mode 100644 index 000000000..aef2c6228 --- /dev/null +++ b/tests/data/test943 @@ -0,0 +1,56 @@ + + + +SMTP +SASL +SASL AUTH EXTERNAL +RFC4422 +RFC4954 + + + +# +# Server-side + + +AUTH EXTERNAL +REPLY AUTH 334 EXTERNAL supported +REPLY = 235 Authenticated + + + +# +# Client-side + + +smtp + + +SMTP external authentication without credentials + + +mail body + + +'smtp://;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/943' --mail-rcpt recipient@example.com --mail-from sender@example.com -T - + + + +# +# Verify data after the test has been "shot" + + +EHLO 943 +AUTH EXTERNAL += +MAIL FROM: +RCPT TO: +DATA +QUIT + + +mail body +. + + + diff --git a/tests/data/test944 b/tests/data/test944 new file mode 100644 index 000000000..4b60f120f --- /dev/null +++ b/tests/data/test944 @@ -0,0 +1,55 @@ + + + +SMTP +SASL +SASL AUTH EXTERNAL +SASL-IR +RFC4422 +RFC4954 + + + +# +# Server-side + + +AUTH EXTERNAL +REPLY AUTH 235 Authenticated + + + +# +# Client-side + + +smtp + + +SMTP external authentication with initial response + + +mail body + + +'smtp://user;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/944' --mail-rcpt recipient@example.com --mail-from sender@example.com --sasl-ir -T - + + + +# +# Verify data after the test has been "shot" + + +EHLO 944 +AUTH EXTERNAL dXNlcg== +MAIL FROM: +RCPT TO: +DATA +QUIT + + +mail body +. + + + diff --git a/tests/data/test945 b/tests/data/test945 new file mode 100644 index 000000000..3526408d3 --- /dev/null +++ b/tests/data/test945 @@ -0,0 +1,55 @@ + + + +SMTP +SASL +SASL AUTH EXTERNAL +SASL-IR +RFC4422 +RFC4954 + + + +# +# Server-side + + +AUTH EXTERNAL +REPLY AUTH 235 Authenticated + + + +# +# Client-side + + +smtp + + +SMTP external authentication with initial response without credentials + + +mail body + + +'smtp://;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/945' --mail-rcpt recipient@example.com --mail-from sender@example.com --sasl-ir -T - + + + +# +# Verify data after the test has been "shot" + + +EHLO 945 +AUTH EXTERNAL = +MAIL FROM: +RCPT TO: +DATA +QUIT + + +mail body +. + + + diff --git a/tests/data/test950 b/tests/data/test950 deleted file mode 100644 index b4dab8ae8..000000000 --- a/tests/data/test950 +++ /dev/null @@ -1,56 +0,0 @@ - - - -SMTP -SASL -SASL AUTH EXTERNAL -RFC4422 -RFC4954 - - - -# -# Server-side - - -AUTH EXTERNAL -REPLY AUTH 334 EXTERNAL supported -REPLY dXNlcg== 235 Authenticated - - - -# -# Client-side - - -smtp - - -SMTP external authentication - - -mail body - - -'smtp://user;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/950' --mail-rcpt recipient@example.com --mail-from sender@example.com -T - - - - -# -# Verify data after the test has been "shot" - - -EHLO 950 -AUTH EXTERNAL -dXNlcg== -MAIL FROM: -RCPT TO: -DATA -QUIT - - -mail body -. - - - diff --git a/tests/data/test951 b/tests/data/test951 deleted file mode 100644 index 1dd21a679..000000000 --- a/tests/data/test951 +++ /dev/null @@ -1,56 +0,0 @@ - - - -SMTP -SASL -SASL AUTH EXTERNAL -RFC4422 -RFC4954 - - - -# -# Server-side - - -AUTH EXTERNAL -REPLY AUTH 334 EXTERNAL supported -REPLY = 235 Authenticated - - - -# -# Client-side - - -smtp - - -SMTP external authentication without credentials - - -mail body - - -'smtp://;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/951' --mail-rcpt recipient@example.com --mail-from sender@example.com -T - - - - -# -# Verify data after the test has been "shot" - - -EHLO 951 -AUTH EXTERNAL -= -MAIL FROM: -RCPT TO: -DATA -QUIT - - -mail body -. - - - diff --git a/tests/data/test952 b/tests/data/test952 deleted file mode 100644 index 8537afd12..000000000 --- a/tests/data/test952 +++ /dev/null @@ -1,55 +0,0 @@ - - - -SMTP -SASL -SASL AUTH EXTERNAL -SASL-IR -RFC4422 -RFC4954 - - - -# -# Server-side - - -AUTH EXTERNAL -REPLY AUTH 235 Authenticated - - - -# -# Client-side - - -smtp - - -SMTP external authentication with initial response - - -mail body - - -'smtp://user;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/952' --mail-rcpt recipient@example.com --mail-from sender@example.com --sasl-ir -T - - - - -# -# Verify data after the test has been "shot" - - -EHLO 952 -AUTH EXTERNAL dXNlcg== -MAIL FROM: -RCPT TO: -DATA -QUIT - - -mail body -. - - - diff --git a/tests/data/test953 b/tests/data/test953 deleted file mode 100644 index 94db3aaae..000000000 --- a/tests/data/test953 +++ /dev/null @@ -1,55 +0,0 @@ - - - -SMTP -SASL -SASL AUTH EXTERNAL -SASL-IR -RFC4422 -RFC4954 - - - -# -# Server-side - - -AUTH EXTERNAL -REPLY AUTH 235 Authenticated - - - -# -# Client-side - - -smtp - - -SMTP external authentication with initial response without credentials - - -mail body - - -'smtp://;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/953' --mail-rcpt recipient@example.com --mail-from sender@example.com --sasl-ir -T - - - - -# -# Verify data after the test has been "shot" - - -EHLO 953 -AUTH EXTERNAL = -MAIL FROM: -RCPT TO: -DATA -QUIT - - -mail body -. - - - -- cgit v1.2.3