1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

Enable winreg Python tests - authentication works now.

This commit is contained in:
Jelmer Vernooij
2008-09-30 15:24:46 +02:00
parent ae38514534
commit 7f1c02cd7a
2 changed files with 2 additions and 2 deletions

View File

@ -59,4 +59,3 @@ samba4.ntvfs.cifs.raw.
^samba4.net.api.become.dc.*$ # Fails
nss.test # Fails
raw.offline # Samba 4 doesn't have much offline support yet
winreg* #Does not authenticate against the target server

View File

@ -25,7 +25,8 @@ from samba.tests import RpcInterfaceTestCase
class RpcEchoTests(RpcInterfaceTestCase):
def setUp(self):
self.conn = echo.rpcecho("ncalrpc:", self.get_loadparm())
self.conn = echo.rpcecho("ncalrpc:", self.get_loadparm(),
self.get_credentials())
def test_two_contexts(self):
self.conn2 = echo.rpcecho("ncalrpc:", self.get_loadparm(), basis_connection=self.conn)