From cda4897e401eed5fd7e055043ceae0e7bdfc5aef Mon Sep 17 00:00:00 2001 From: Shuping Cui Date: Thu, 13 Mar 2014 10:43:54 +0800 Subject: [PATCH] generic.tests.cfg: Update kdump config kdump test should be linux guest only, so disable windows guest. Signed-off-by: Shuping Cui --- generic/tests/cfg/kdump.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generic/tests/cfg/kdump.cfg b/generic/tests/cfg/kdump.cfg index a1360769..23d50a5c 100644 --- a/generic/tests/cfg/kdump.cfg +++ b/generic/tests/cfg/kdump.cfg @@ -1,6 +1,7 @@ - kdump: install setup image_copy unattended_install.cdrom virt_test_type = qemu libvirt - only RHEL.5, RHEL.6 + no Windows + no RHEL.3, RHEL.4 type = kdump # time waited for the completion of crash dump crash_timeout = 1200 -- GitLab