tests: Added SMTP NOOP and RSET tests
authorSteve Holme <steve_holme@hotmail.com>
Sun, 17 Nov 2013 10:13:05 +0000 (10:13 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 17 Nov 2013 12:52:42 +0000 (12:52 +0000)
tests/data/Makefile.am
tests/data/test929 [new file with mode: 0644]
tests/data/test930 [new file with mode: 0644]

index 617db77..3342d2c 100644 (file)
@@ -75,7 +75,7 @@ test868 test869 test870 test871 test872 test873 test874 \
 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 \
+test927 test928 test929 test930 \
 \
 test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \
 test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \
diff --git a/tests/data/test929 b/tests/data/test929
new file mode 100644 (file)
index 0000000..6f0c451
--- /dev/null
@@ -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\r
+NOOP\r
+QUIT\r
+</protocol>
+</verify>
diff --git a/tests/data/test930 b/tests/data/test930
new file mode 100644 (file)
index 0000000..be633c1
--- /dev/null
@@ -0,0 +1,38 @@
+<testcase>
+<info>
+<keywords>
+SMTP
+RSET
+CUSTOMREQUEST
+</keywords>
+</info>
+
+#
+# Server-side
+<reply>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+smtp
+</server>
+ <name>
+SMTP RSET (CUSTOMREQUEST)
+ </name>
+ <command>
+smtp://%HOSTIP:%SMTPPORT/930 -X RSET -I
+</command>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<protocol>
+EHLO 930\r
+RSET\r
+QUIT\r
+</protocol>
+</verify>
+</testcase>