diff options
Diffstat (limited to 'tests/data/test929')
-rw-r--r-- | tests/data/test929 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/data/test929 b/tests/data/test929 new file mode 100644 index 000000000..6f0c45133 --- /dev/null +++ b/tests/data/test929 @@ -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> |