X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=inline;f=vmware-rhel%2Frhel_511_x86_64_no_tools.ml;fp=vmware-rhel%2Frhel_511_x86_64_no_tools.ml;h=bd3717c9b9feb5acdfe32a7cea7b0bb13ff262ed;hb=3155df05c071cace12e057c012dc5065913c840b;hp=6bc6df77f41cf9ceaf8a84583565ceeebb7ee5eb;hpb=e46fadac4e36d3285f39c551e2413c9611d3a8e9;p=virt-v2v-test-cases-nonfree.git diff --git a/vmware-rhel/rhel_511_x86_64_no_tools.ml b/vmware-rhel/rhel_511_x86_64_no_tools.ml index 6bc6df7..bd3717c 100644 --- a/vmware-rhel/rhel_511_x86_64_no_tools.ml +++ b/vmware-rhel/rhel_511_x86_64_no_tools.ml @@ -3,14 +3,12 @@ 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 + (* 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 ()