2013-11-17 18:13:05 +08:00
|
|
|
<testcase>
|
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
SMTP
|
|
|
|
NOOP
|
|
|
|
CUSTOMREQUEST
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
smtp
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
SMTP NOOP (CUSTOMREQUEST)
|
|
|
|
</name>
|
|
|
|
<command>
|
2021-03-13 00:38:26 +08:00
|
|
|
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER -X NOOP -I
|
2013-11-17 18:13:05 +08:00
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2021-03-13 00:38:26 +08:00
|
|
|
EHLO %TESTNUMBER
|
2013-11-17 18:13:05 +08:00
|
|
|
NOOP
|
|
|
|
QUIT
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2014-04-03 17:45:19 +08:00
|
|
|
</testcase>
|