Annotation of embedaddon/curl/tests/data/test929, revision 1.1.1.1
1.1 misho 1: <testcase>
2: <info>
3: <keywords>
4: SMTP
5: NOOP
6: CUSTOMREQUEST
7: </keywords>
8: </info>
9:
10: #
11: # Server-side
12: <reply>
13: </reply>
14:
15: #
16: # Client-side
17: <client>
18: <server>
19: smtp
20: </server>
21: <name>
22: SMTP NOOP (CUSTOMREQUEST)
23: </name>
24: <command>
25: smtp://%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>
33: EHLO 929
34: NOOP
35: QUIT
36: </protocol>
37: </verify>
38: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>