mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
selftest: Rebase DrsBaseTestCase on SambaToolCmdTest
This then makes SambaToolCmdTest based on BlackboxTestCase. This allows us to use better command output testing in the fsmo tests Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
committed by
Garming Sam
parent
721b21bb80
commit
9173f2027c
@ -29,7 +29,7 @@ from cStringIO import StringIO
|
||||
from samba.netcmd.main import cmd_sambatool
|
||||
import samba.tests
|
||||
|
||||
class SambaToolCmdTest(samba.tests.TestCaseInTempDir):
|
||||
class SambaToolCmdTest(samba.tests.BlackboxTestCase):
|
||||
|
||||
def getSamDB(self, *argv):
|
||||
"""a convenience function to get a samdb instance so that we can query it"""
|
||||
|
Reference in New Issue
Block a user