tests: Added SMTP NOOP and RSET tests

This commit is contained in:
Steve Holme
2013-11-17 10:13:05 +00:00
parent e885dc85a1
commit 2165298fe6
3 changed files with 76 additions and 1 deletions

37
tests/data/test929 Normal file
View File

@@ -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>