Ignore ^local files (used for localconfigure).
[virt-v2v-test-cases-nonfree.git] / rhel5xen-rhel / rhel_49_i386_fv.ml
1 open V2v_test_harness
2
3 let test = "rhel_49_i386_fv"
4
5 let test_plan = {
6   default_plan with
7     (* XXX It boots fine, but X11 fails to start.  Probably we need to
8      * install the X11 QXL driver.
9      *)
10     boot_plan = Boot_to_screenshot (test ^ "-x11-failure.ppm");
11
12     boot_known_good_screenshots = [
13       test ^ "-relabelling.ppm"
14     ]
15 }
16
17 let () = run ~test ~test_plan ()