X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=vmware-win%2Fwin_xpsp3_i386_no_tools.ml;h=e119eae97dc5884844fe4e40bf9886585cc25fcb;hb=e8fb6eeda0bcb1dccbd3bb8fde3ae2a0fc09b389;hp=88079812be1e55c1acbe9e144ec7ecdd5509bdb3;hpb=3155df05c071cace12e057c012dc5065913c840b;p=virt-v2v-test-cases-nonfree.git diff --git a/vmware-win/win_xpsp3_i386_no_tools.ml b/vmware-win/win_xpsp3_i386_no_tools.ml index 8807981..e119eae 100644 --- a/vmware-win/win_xpsp3_i386_no_tools.ml +++ b/vmware-win/win_xpsp3_i386_no_tools.ml @@ -5,7 +5,9 @@ let input_disk = test ^ ".ova" let test_plan = { default_plan with - boot_plan = Boot_to_screenshot (test ^ "-desktop.ppm") + guest_clock = new_year's_day 2014; + boot_plan = Boot_to_screenshot (test ^ "-desktop.ppm"); + boot_known_good_screenshots = [ test ^ "-booting.ppm" ]; } let () = run ~test ~input_disk ~test_plan ()