wintest: ensure we startup the w2k3 DC VM
authorAndrew Tridgell <tridge@samba.org>
Mon, 28 Mar 2011 01:27:01 +0000 (12:27 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 28 Mar 2011 22:00:22 +0000 (00:00 +0200)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

wintest/test-s4-howto.py

index 73c8a8b276845ee3d3f8156adca144257603b9c0..7199f1e251d00d8b0a16a670874ae9138e74f72d 100755 (executable)
@@ -657,6 +657,7 @@ def test_howto(t):
         test_join_as_rodc(t, "W2K8R2A")
 
     if t.have_vm('W2K3A') and not t.skip("join_w2k3"):
+        t.start_winvm("W2K3A")
         prep_join_as_dc(t, "W2K3A")
         t.run_dcpromo_as_first_dc("W2K3A", func_level='2003')
         join_as_dc(t, "W2K3A")