Add binary images (NB: these are stored by git-annex)
[virt-v2v-test-cases-nonfree.git] / vmware-rhel / rhel_511_x86_64_no_tools.ml
1 open V2v_test_harness
2
3 let test = "rhel_511_x86_64_no_tools"
4 let input_disk = test ^ ".ova"
5
6 (* Boot fails, possibly a bug in virt-v2v: The X server configuration
7  * is not updated correctly and RHEL 5 gives a text dialog asking you
8  * to reinstall X.  Note that the boot (including X) is successful
9  * on the VMware source.
10  *)
11 let test_plan = {
12   default_plan with
13     boot_plan = No_boot
14 }
15
16 let () = run ~test ~input_disk ~test_plan ()