Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Tu Dinh <[email protected]>
  • Loading branch information
Tu Dinh committed Jan 14, 2025
1 parent 16a43a3 commit 7c74442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/guest-tools/win/test_xenclean.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

def run_xenclean(vm: VM, guest_tools_iso: dict[str, Any]):
vm.insert_cd(guest_tools_iso["name"])
wait_for(lambda: vm.file_exists("D:/", regular_file=False))
wait_for(lambda: vm.file_exists("D:/", regular_file=False), timeout_secs=600)

logging.info("Run XenClean")
xenclean_path = PureWindowsPath("D:\\") / guest_tools_iso["xenclean_path"]
Expand Down

0 comments on commit 7c74442

Please sign in to comment.