d03286768b95f7d54e73c0c5091fb7bf5c744445
[virt-v2v-test-cases-nonfree.git] / vmware-rhel / rhel_511_x86_64_no_tools.ml
1 open V2v_test_harness
2
3 let test = "rhel_511_x86_64_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     (* XXX It boots fine, but X11 fails to start.  Probably we need to
10      * install the X11 QXL driver.
11      *)
12     boot_plan = Boot_to_screenshot (test ^ "-x11-failure.ppm")
13 }
14
15 let () = run ~test ~input_disk ~test_plan ()