Add Boot_to_screenshot for two test cases which were disabled earlier.
[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     (* XXX It boots fine, but X11 fails to start.  Probably we need to
9      * install the X11 QXL driver.
10      *)
11     boot_plan = Boot_to_screenshot (test ^ "-x11-failure.ppm")
12 }
13
14 let () = run ~test ~input_disk ~test_plan ()