X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=vmware-rhel%2Frhel_511_x86_64_no_tools.ml;h=2fa72997afa8dee2c4f30f1bfef389781a599beb;hb=HEAD;hp=d03286768b95f7d54e73c0c5091fb7bf5c744445;hpb=8a001b6a548b9b1bfd868472c536ea543aa49fe2;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 d032867..2fa7299 100644 --- a/vmware-rhel/rhel_511_x86_64_no_tools.ml +++ b/vmware-rhel/rhel_511_x86_64_no_tools.ml @@ -6,10 +6,7 @@ let input_disk = test ^ ".ova" let test_plan = { default_plan with guest_clock = new_year's_day 2014; - (* 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") + boot_plan = Boot_to_screenshot (test ^ "-login.ppm") } let () = run ~test ~input_disk ~test_plan ()