curl/tests/data/test929

39 lines
396 B
Plaintext
Raw Normal View History

2013-11-17 05:13:05 -05: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>
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>
2014-04-03 05:45:19 -04:00
</testcase>