vmware-uefi: Add UEFI test cases.
[virt-v2v-test-cases-nonfree.git] / vmware-uefi / rhel_71_x86_64_uefi.ml
diff --git a/vmware-uefi/rhel_71_x86_64_uefi.ml b/vmware-uefi/rhel_71_x86_64_uefi.ml
new file mode 100644 (file)
index 0000000..f2afa4d
--- /dev/null
@@ -0,0 +1,11 @@
+open V2v_test_harness
+
+let test = "rhel_71_x86_64_uefi"
+let input_disk = test ^ ".ova"
+let test_plan = {
+  default_plan with
+    (*boot_plan = Boot_to_screenshot (test ^ ".ppm")*)
+    boot_plan = Boot_to_idle
+}
+
+let () = run ~test ~input_disk ~test_plan ()