test929 396 B

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