diff options
Diffstat (limited to 'wintest/test-s4-howto.py')
-rwxr-xr-x | wintest/test-s4-howto.py | 1 |
1 files changed, 1 insertions, 0 deletions
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") |