640fa7408a20c81f66c902b98fa390e4e2b74e6f
[virt-v2v-test-cases-nonfree.git] / vmware-rhel / rhel_66_x86_64_no_tools.ml
1 open V2v_test_harness
2
3 let test = "rhel_66_x86_64_no_tools"
4 let input_disk = test ^ ".ova"
5 let test_plan = {
6   default_plan with
7     guest_clock = new_year's_day 2014;
8     boot_plan = Boot_to_screenshot (test ^ ".ppm")
9 }
10
11 let () = run ~test ~input_disk ~test_plan ()