RHEL 5.11 full-virt now boots to login prompt.
[virt-v2v-test-cases-nonfree.git] / vmware-uefi / win_2012r2_x86_64_uefi.ml
index 909ee37..fcfbd55 100644 (file)
@@ -5,8 +5,8 @@ let input_disk = test ^ ".ova"
 
 let test_plan = {
   default_plan with
-    (*boot_plan = Boot_to_screenshot (test ^ ".ppm")*)
-    boot_plan = Boot_to_idle
+    guest_clock = new_year's_day 2014;
+    boot_plan = Boot_to_screenshot (test ^ "-login.ppm")
 }
 
 let () = run ~test ~input_disk ~test_plan ()