Ignore ^local files (used for localconfigure).
[virt-v2v-test-cases-nonfree.git] / rhel5xen-rhel / rhel_66_x86_64_fv.ml
1 open V2v_test_harness
2
3 let test = "rhel_66_x86_64_fv"
4
5 let test_plan = {
6   default_plan with
7     boot_plan = Boot_to_screenshot (test ^ "-login.ppm")
8 }
9
10 let () = run ~test ~test_plan ()