open V2v_test_harness let test = "rhel_511_x86_64_no_tools" let input_disk = test ^ ".ova" let test_plan = { default_plan with (* XXX It boots fine, but X11 fails to start. Probably we need to * install the X11 QXL driver. *) boot_plan = Boot_to_screenshot (test ^ "-x11-failure.ppm") } let () = run ~test ~input_disk ~test_plan ()