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