From 15affaa8764a1217d5dd2ae5209a85eb130e1d65 Mon Sep 17 00:00:00 2001 From: Feng Yang Date: Fri, 19 Dec 2014 11:34:08 +0800 Subject: [PATCH] qemu.tests.cfg: Update file_copy_stress config for windows guest. Signed-off-by: Feng Yang --- qemu/tests/cfg/file_copy_stress.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qemu/tests/cfg/file_copy_stress.cfg b/qemu/tests/cfg/file_copy_stress.cfg index 8e570948..b5e69306 100644 --- a/qemu/tests/cfg/file_copy_stress.cfg +++ b/qemu/tests/cfg/file_copy_stress.cfg @@ -8,3 +8,6 @@ scp_para_sessions = 6 #better set stress_timeout > transfer_timeout * scp_para_sessions stress_timeout = 6000 + Windows: + tmp_dir = C:\ + clean_cmd = del -- GitLab