s3-selftest names into DNS hosts file to avoid NBT lookups
authorAndrew Bartlett <abartlet@samba.org>
Wed, 6 Apr 2011 02:10:03 +0000 (12:10 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 6 Apr 2011 02:34:58 +0000 (12:34 +1000)
commit747ebc118a5cff75e71341e1f39b8127e96e41cd
treeea3b33b003e98068ad25209d0eff8c3cd9e9ec0d
parent457c665be2777513ff8aed1de53d8ea4eb462adc
s3-selftest names into DNS hosts file to avoid NBT lookups

NBT lookups cause trouble and variablity in 'make test', so it's much
better if we just use the fake DNS code.  This code is only used by
smbtorture4 at this time, but the other client tools are generally
told to contact by IP address.

We need to contact by name to test Kerberos, and this should make the
kerberos tests much more reliable.

Andrew Bartlett
selftest/target/Samba3.pm