s4-selftest Give local.resolve a real name to look up
authorAndrew Bartlett <abartlet@samba.org>
Tue, 13 Dec 2011 19:55:53 +0000 (06:55 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 13 Dec 2011 22:42:05 +0000 (23:42 +0100)
source4/selftest/tests.py

index 9bb622b56e80f51f304c551c330e0829e8c91d6c..828226861d86c05887f3f395b41ae1209420abd1 100755 (executable)
@@ -276,7 +276,8 @@ plansmbtorturetestsuite('echo.udp', 'dc:local', '//$SERVER/whatever')
 
 # Local tests
 for t in smb4torture_testsuites("local."):
-    plansmbtorturetestsuite(t, "none", "ncalrpc:")
+    #The local.resolve test needs a name to look up using real system (not emulated) name routines
+    plansmbtorturetestsuite(t, "none", "ncalrpc:localhost")
 
 # Confirm these tests with the system iconv too
 for t in ["local.convert_string_handle", "local.convert_string", "local.ndr"]: