X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=rhel5xen-rhel%2Frhel_511_x86_64_fv.ml;h=34def1dc6477b2c17997ccb81af389022202f6a2;hb=HEAD;hp=9d2d6d53e00177fd2246cd746f1aa75ce69c4eaf;hpb=8a001b6a548b9b1bfd868472c536ea543aa49fe2;p=virt-v2v-test-cases-nonfree.git diff --git a/rhel5xen-rhel/rhel_511_x86_64_fv.ml b/rhel5xen-rhel/rhel_511_x86_64_fv.ml index 9d2d6d5..34def1d 100644 --- a/rhel5xen-rhel/rhel_511_x86_64_fv.ml +++ b/rhel5xen-rhel/rhel_511_x86_64_fv.ml @@ -5,10 +5,7 @@ let test = "rhel_511_x86_64_fv" 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 ~test_plan ()