From c8600a1e3911d249e892175ae76871b4dbd3ec0e Mon Sep 17 00:00:00 2001 From: Cong Li Date: Mon, 31 Oct 2016 13:21:41 +0800 Subject: [PATCH] qemu.tests.win_virtio_driver_update_test: fix a typo of guest name for win8-32.1 . Signed-off-by: Cong Li --- qemu/tests/cfg/win_virtio_driver_update_test.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/tests/cfg/win_virtio_driver_update_test.cfg b/qemu/tests/cfg/win_virtio_driver_update_test.cfg index d3f4b367..fd0ca1d8 100644 --- a/qemu/tests/cfg/win_virtio_driver_update_test.cfg +++ b/qemu/tests/cfg/win_virtio_driver_update_test.cfg @@ -14,7 +14,7 @@ driver_install_timeout = 600 suppress_exception = no tmp_folder = C:\tmp - guest_alias = "Win7-32:w7\x86,Win7-64:w7\amd64,Win8-32:w8\x86,Win8-64:w8\amd64,Win8.1-32:w8.1\x86,Win8-64.1:w8.1\amd64,Win10-32:w10\x86,Win10-64:w10\amd64,Win2008-32:2k8\x86,Win2008-64:2k8\amd64,Win2012-64:2k12\amd64,Win2012-64r2:2k12R2\amd64" + guest_alias = "Win7-32:w7\x86,Win7-64:w7\amd64,Win8-32:w8\x86,Win8-64:w8\amd64,Win8-32.1:w8.1\x86,Win8-64.1:w8.1\amd64,Win10-32:w10\x86,Win10-64:w10\amd64,Win2008-32:2k8\x86,Win2008-64:2k8\amd64,Win2012-64:2k12\amd64,Win2012-64r2:2k12R2\amd64" driver_install_cmd = "python WIN_UTILS:\win_driver_install.py %s %s %s %s %s" show_file_ext_cmd = "reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v HideFileExt /t REG_DWORD /d 0 /f" read_rng_cmd = "X:\random_%PROCESSOR_ARCHITECTURE%.exe" -- GitLab