Allow building against local libguestfs v2v test harness.
[virt-v2v-test-cases-nonfree.git] / vmware-win / win_2003r2_x86_64_no_tools.ml
1 open V2v_test_harness
2
3 let test = "win_2003r2_x86_64_no_tools"
4 let input_disk = test ^ ".ova"
5
6 let test_plan = {
7   default_plan with
8     boot_plan = Boot_to_screenshot (test ^ ".ppm")
9 }
10
11 let () = run ~test ~input_disk ~test_plan ()