Add test_plan.guest_clock to all tests.
[virt-v2v-test-cases-nonfree.git] / windows-virtio / win_81pro_x86_64.ml
index 47c03b6..2e47c5a 100644 (file)
@@ -14,6 +14,7 @@ let check_virtio_blk g root xml =
 
 let test_plan = {
   default_plan with
+    guest_clock = new_year's_day 2014;
     post_conversion_test = Some check_virtio_blk;
     boot_plan = Boot_to_screenshot (test ^ "-login.ppm");
 }