Add test_plan.guest_clock to all tests.
[virt-v2v-test-cases-nonfree.git] / vmware-uefi / win_2012r2_x86_64_uefi.ml
1 open V2v_test_harness
2
3 let test = "win_2012r2_x86_64_uefi"
4 let input_disk = test ^ ".ova"
5
6 let test_plan = {
7   default_plan with
8     guest_clock = new_year's_day 2014;
9     (*boot_plan = Boot_to_screenshot (test ^ ".ppm")*)
10     boot_plan = Boot_to_idle
11 }
12
13 let () = run ~test ~input_disk ~test_plan ()