summaryrefslogtreecommitdiff
path: root/wintest/test-s4-howto.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-02-17 11:21:41 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-02-17 05:56:04 +0100
commit0dec840677779a3d86137bb307f57b35f7392d51 (patch)
tree97a20709cce13a92d19b309add50a19c28cea188 /wintest/test-s4-howto.py
parent5425227b55820b3d6999870f8ffa690411611961 (diff)
downloadsamba-0dec840677779a3d86137bb307f57b35f7392d51.tar.gz
Add support for testing a Win2k3 domain member
Diffstat (limited to 'wintest/test-s4-howto.py')
-rwxr-xr-xwintest/test-s4-howto.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py
index 9a848de621f..73c8a8b2768 100755
--- a/wintest/test-s4-howto.py
+++ b/wintest/test-s4-howto.py
@@ -592,6 +592,13 @@ def test_howto(t):
t.test_remote_smbclient("WINXP", "administrator", "${PASSWORD1}")
t.vm_poweroff("${WIN_VM}")
+ if t.have_vm('W2K3C') and not t.skip("win2k3_member"):
+ t.start_winvm("W2K3C")
+ run_winjoin(t, "W2K3C")
+ test_winjoin(t, "W2K3C")
+ t.test_remote_smbclient("W2K3C", "administrator", "${PASSWORD1}")
+ t.vm_poweroff("${WIN_VM}")
+
if t.have_vm('W2K8R2C') and not t.skip("dcpromo_rodc"):
t.info("Testing w2k8r2 RODC dcpromo")
t.start_winvm("W2K8R2C")