win_xpsp3_i386_no_tools: Add known-good booting screenshot.
[virt-v2v-test-cases-nonfree.git] / vmware-win / win_xpsp3_i386_no_tools.ml
index 8807981..880bd83 100644 (file)
@@ -5,7 +5,8 @@ let input_disk = test ^ ".ova"
 
 let test_plan = {
   default_plan with
-    boot_plan = Boot_to_screenshot (test ^ "-desktop.ppm")
+    boot_plan = Boot_to_screenshot (test ^ "-desktop.ppm");
+    boot_known_good_screenshots = [ test ^ "-booting.ppm" ];
 }
 
 let () = run ~test ~input_disk ~test_plan ()