From b85bb3e3861ec147991880ea7ea08216553f967e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 28 Mar 2011 12:27:01 +1100 Subject: wintest: ensure we startup the w2k3 DC VM Pair-Programmed-With: Andrew Bartlett --- wintest/test-s4-howto.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wintest') diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py index 73c8a8b276..7199f1e251 100755 --- a/wintest/test-s4-howto.py +++ b/wintest/test-s4-howto.py @@ -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") -- cgit