X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=rhel5xen-rhel%2Frhel_511_i386_fv.ml;h=3b530b19d8de253729d5edc094774803db880425;hb=HEAD;hp=f0da57d241fec7324b4cdd79ff5d05d877e1bf0c;hpb=3678804a681bb01bbf057c6bf9344aabc285e1d5;p=virt-v2v-test-cases-nonfree.git diff --git a/rhel5xen-rhel/rhel_511_i386_fv.ml b/rhel5xen-rhel/rhel_511_i386_fv.ml index f0da57d..3b530b1 100644 --- a/rhel5xen-rhel/rhel_511_i386_fv.ml +++ b/rhel5xen-rhel/rhel_511_i386_fv.ml @@ -4,10 +4,8 @@ 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"); + guest_clock = new_year's_day 2014; + boot_plan = Boot_to_screenshot (test ^ "-login.ppm"); } let () = run ~test ~test_plan ()