mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
pytest/samba_tool_drs_critical: Remove unused variables
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
8042e3250d
commit
c6f1b83e97
@ -76,11 +76,11 @@ class SambaToolDrsTests(drs_base.DrsBaseTestCase):
|
||||
f"cn=administrator,cn=users,{nc_name}")
|
||||
|
||||
try:
|
||||
out = self.check_output("samba-tool drs clone-dc-database %s --server=%s %s --targetdir=%s"
|
||||
% (server_realm,
|
||||
self.dc1,
|
||||
self.cmdline_creds,
|
||||
self.tempdir))
|
||||
self.check_output("samba-tool drs clone-dc-database %s --server=%s %s --targetdir=%s"
|
||||
% (server_realm,
|
||||
self.dc1,
|
||||
self.cmdline_creds,
|
||||
self.tempdir))
|
||||
except samba.tests.BlackboxProcessError as e:
|
||||
self.fail("Error calling samba-tool: %s" % e)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user