blob: 3761ab5ae0eb5241ec6516631970b193bdc087d3 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001<testcase>
2<info>
3<keywords>
4SMTP
5NOOP
6CUSTOMREQUEST
7</keywords>
8</info>
9
10#
11# Server-side
12<reply>
13</reply>
14
15#
16# Client-side
17<client>
18<server>
19smtp
20</server>
21 <name>
22SMTP NOOP (CUSTOMREQUEST)
23 </name>
24 <command>
25smtp://%HOSTIP:%SMTPPORT/929 -X NOOP -I
26</command>
27</client>
28
29#
30# Verify data after the test has been "shot"
31<verify>
32<protocol>
33EHLO 929
34NOOP
35QUIT
36</protocol>
37</verify>
38</testcase>