open V2v_test_harness let test = "rhel_511_i386_fv" 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 ~test_plan ()