aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test929
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-11-17 10:13:05 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-11-17 12:52:42 +0000
commit2165298fe6213609460345e466e3ca9d94324965 (patch)
tree672523116e81bd9adee7f98403f64fb7544e8f48 /tests/data/test929
parente885dc85a197d52e3c68077c6284fa47c8ebca0a (diff)
tests: Added SMTP NOOP and RSET tests
Diffstat (limited to 'tests/data/test929')
-rw-r--r--tests/data/test92937
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/data/test929 b/tests/data/test929
new file mode 100644
index 000000000..6f0c45133
--- /dev/null
+++ b/tests/data/test929
@@ -0,0 +1,37 @@
+<testcase>
+<info>
+<keywords>
+SMTP
+NOOP
+CUSTOMREQUEST
+</keywords>
+</info>
+
+#
+# Server-side
+<reply>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+smtp
+</server>
+ <name>
+SMTP NOOP (CUSTOMREQUEST)
+ </name>
+ <command>
+smtp://%HOSTIP:%SMTPPORT/929 -X NOOP -I
+</command>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<protocol>
+EHLO 929
+NOOP
+QUIT
+</protocol>
+</verify>