RHEL 5.11 full-virt now boots to login prompt.
[virt-v2v-test-cases-nonfree.git] / rhel5xen-rhel / rhel_45_x86_64_pv.ml
1 open V2v_test_harness
2
3 let test = "rhel_45_x86_64_pv"
4
5 let test_plan = {
6   default_plan with
7     guest_clock = new_year's_day 2014;
8     boot_plan = Boot_to_screenshot (test ^ "-login.ppm");
9
10     boot_known_good_screenshots = [
11       test ^ "-relabelling.ppm"
12     ]
13 }
14
15 let () = run ~test ~test_plan ()