提交 0a58a69a 编写于 作者: A Aihua Liang

block_resize:set driver check only for virtio in Windows

Only virtio driver need to be checked in windows, no need
to do it with ide.
Signed-off-by: NAihua Liang <aliang@redhat.com>
上级 ba180812
......@@ -58,7 +58,7 @@ def run(test, params, env):
timeout = float(params.get("login_timeout", 240))
driver_name = params.get("driver_name")
if params.get("os_type") == "windows":
if params.get("os_type") == "windows" and driver_name:
utils_test.qemu.setup_win_driver_verifier(driver_name, vm, timeout)
session = vm.wait_for_login(timeout=timeout)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册