open V2v_test_harness let test = "rhel_71_x86_64_no_tools" let input_disk = test ^ ".ova" let test_plan = { default_plan with boot_plan = Boot_to_screenshot (test ^ ".ppm") } let () = run ~test ~input_disk ~test_plan ()