summaryrefslogtreecommitdiff
path: root/wintest/test-s4-howto.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-12-01 16:34:16 +1100
committerAndrew Tridgell <tridge@samba.org>2010-12-01 17:00:47 +1100
commit00ecbdbbd13ba191400c6f4185df2dd8e72d1459 (patch)
tree6728ed03fce3c317fe58d2986b1e8644c9e0780c /wintest/test-s4-howto.py
parent06fd5b70037728800cfeb2d1989ad8e851f604df (diff)
downloadsamba-00ecbdbbd13ba191400c6f4185df2dd8e72d1459.tar.gz
samba-00ecbdbbd13ba191400c6f4185df2dd8e72d1459.tar.bz2
samba-00ecbdbbd13ba191400c6f4185df2dd8e72d1459.zip
wintest: cope with w2k3 form of dcdiag output
Diffstat (limited to 'wintest/test-s4-howto.py')
-rwxr-xr-xwintest/test-s4-howto.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py
index 28505ffe4a..840901b379 100755
--- a/wintest/test-s4-howto.py
+++ b/wintest/test-s4-howto.py
@@ -692,7 +692,6 @@ def run_dcpromo_as_first_dc(t, vm, func_level=None):
t.setwinvars(vm)
t.info("Configuring a windows VM ${WIN_VM} at the first DC in the domain using dcpromo")
child = t.open_telnet("${WIN_HOSTNAME}", "administrator", "${WIN_PASS}", set_time=True)
- child.sendline("dcdiag");
if t.get_is_dc(child):
return
@@ -704,7 +703,6 @@ def run_dcpromo_as_first_dc(t, vm, func_level=None):
t.setvar("FUNCTION_LEVEL_INT", str(0))
child = t.open_telnet("${WIN_HOSTNAME}", "administrator", "${WIN_PASS}", set_ip=True)
- child.sendline("dcdiag");
"""This server must therefore not yet be a directory server, so we must promote it"""
child.sendline("copy /Y con answers.txt")