vmware-uefi: Add UEFI test cases.
[virt-v2v-test-cases-nonfree.git] / vmware-uefi / rhel_71_x86_64_uefi.ml
1 open V2v_test_harness
2
3 let test = "rhel_71_x86_64_uefi"
4 let input_disk = test ^ ".ova"
5 let test_plan = {
6   default_plan with
7     (*boot_plan = Boot_to_screenshot (test ^ ".ppm")*)
8     boot_plan = Boot_to_idle
9 }
10
11 let () = run ~test ~input_disk ~test_plan ()