diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-03-28 12:27:01 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-03-29 00:00:22 +0200 |
commit | b85bb3e3861ec147991880ea7ea08216553f967e (patch) | |
tree | 75e6c1dc2a98866be8a9903ce2fc64745e880a9b /wintest/test-s4-howto.py | |
parent | 67aa53a1e17e7d94ccbc244476fa6ce7b6b968d2 (diff) | |
download | samba-b85bb3e3861ec147991880ea7ea08216553f967e.tar.gz |
wintest: ensure we startup the w2k3 DC VM
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
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 73c8a8b2768..7199f1e251d 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") |