提交 80fc7f14 编写于 作者: X Xu Tian

qemu.tests: fix incorrect clean command for windows guest

Signed-off-by: NXu Tian <xutian@redhat.com>
上级 13ce8d6f
......@@ -82,6 +82,8 @@
type = drive_mirror_continuous_backup
clean_cmd = "rm -f tmp*.file"
dd_cmd = "dd if=/dev/zero bs=1024 count=1024 of=tmp%s.file"
Windows:
clean_cmd = "del /F tmp*.file"
- with_stress:
type = drive_mirror_stress
reopen_timeout = 600
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册