wintest Don't connect to localhost or unqualified hostname, bind interface only
authorAndrew Bartlett <abartlet@samba.org>
Wed, 24 Nov 2010 02:46:22 +0000 (13:46 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 24 Nov 2010 07:33:03 +0000 (08:33 +0100)
commitef46298c6504ab2f5a84295a700e945c6d779eff
treede2bfd7db1b17af104858e16552fe87877dae690
parent5d65025fde8405745da50ad932697058b1a5e4b9
wintest Don't connect to localhost or unqualified hostname, bind interface only

Instead, connect to ${INTERFACE_IP} and the fully qualified hostname,
so that we talk to the the interface where Samba is (now) bound.
Using 'bind interfaces only' means that the other Samba instances
(properly configured) can still run while the tests progress.

(killall operations that currently terminate other Samba instances
still need work).

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Wed Nov 24 08:33:03 CET 2010 on sn-devel-104
wintest/test-s4-howto.py