RHEL 5.11 full-virt now boots to login prompt.
[virt-v2v-test-cases-nonfree.git] / vmware-win / win_xpsp3_i386_no_tools.ml
1 open V2v_test_harness
2
3 let test = "win_xpsp3_i386_no_tools"
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 ^ "-desktop.ppm");
10     boot_known_good_screenshots = [ test ^ "-booting.ppm" ];
11 }
12
13 let () = run ~test ~input_disk ~test_plan ()