Add Boot_to_screenshot for two test cases which were disabled earlier.
[virt-v2v-test-cases-nonfree.git] / vmware-rhel / rhel_511_x86_64_no_tools.ml
index 6bc6df7..bd3717c 100644 (file)
@@ -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 ()