open V2v_test_harness let test = "rhel_511_x86_64_no_tools" let input_disk = test ^ ".ova" (* Boot fails, possibly a bug in virt-v2v: The X server configuration * is not updated correctly and RHEL 5 gives a text dialog asking you * to reinstall X. Note that the boot (including X) is successful * on the VMware source. *) let test_plan = { default_plan with boot_plan = No_boot } let () = run ~test ~input_disk ~test_plan ()