X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=vmware-uefi%2Fwin_2012r2_x86_64_uefi.ml;fp=vmware-uefi%2Fwin_2012r2_x86_64_uefi.ml;h=909ee3738e2e4e9648b6e58061e9a3097534935a;hb=670b4aa19941447fe93f0fea58f2eefb209934df;hp=0000000000000000000000000000000000000000;hpb=0836f8049997d39a9e89e60b1d15855acca23896;p=virt-v2v-test-cases-nonfree.git diff --git a/vmware-uefi/win_2012r2_x86_64_uefi.ml b/vmware-uefi/win_2012r2_x86_64_uefi.ml new file mode 100644 index 0000000..909ee37 --- /dev/null +++ b/vmware-uefi/win_2012r2_x86_64_uefi.ml @@ -0,0 +1,12 @@ +open V2v_test_harness + +let test = "win_2012r2_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 ()