diff options
Diffstat (limited to 'wintest/test-s4-howto.py')
-rwxr-xr-x | wintest/test-s4-howto.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py index 110d65a057..01aac37115 100755 --- a/wintest/test-s4-howto.py +++ b/wintest/test-s4-howto.py @@ -581,6 +581,8 @@ def test_howto(t): start_s4(t) if not t.skip("smbclient"): test_smbclient(t) + + t.set_nameserver(t.getvar('INTERFACE_IP')) if not t.skip("configure_bind2"): t.configure_bind(kerberos_support=True, include='${PREFIX}/private/named.conf') if not t.skip("start_bind"): |