Tests on different ports
Hi, I'm trying to run two SMTP tests on one server. My bb-hosts file looks like:
10.10.10.1 mail.domain.com # SMTP SMTP:8025
I have two ports that accept SMTP on that server, 25 & 8025. The problem is, if 8025 is down and 25 is up, I still get green from the test. What am I doing wrong?
Thanks, Michael
On Fri, May 13, 2005 at 08:36:17AM -0500, Lowery, Michael wrote:
Hi, I'm trying to run two SMTP tests on one server. My bb-hosts file looks like:
10.10.10.1 mail.domain.com # SMTP SMTP:8025
Hobbit doesn't support this - running the same test on multiple ports. (Web - http - tests are the exception to that rule).
My suggestion is to make a new testname for the port 8025 SMTP instance - edit the bb-services file and copy the [smtp] section to a new section eg with the name [smtp2], and change the port number for that to be 8025. The use the "smtp2" test in your bb-hosts file instead of "smtp:8025".
Regards, Henrik
participants (2)
-
henrik@hswn.dk
-
mlowery@alliedtechgroup.com