From 92a8702409eb9c293e2b5b8256ba27539627d490 Mon Sep 17 00:00:00 2001 From: lmr Date: Thu, 20 Jan 2011 18:56:41 +0000 Subject: [PATCH] KVM test: Add yum_update configuration to tests_base.cfg There is no configuration for yum_update in tests_base.cfg.sample or any other cfg file sample. This patch adds a variant named yum_update to tests_base.cfg.sample. Signed-off-by: tangchen git-svn-id: svn://test.kernel.org/autotest/trunk@5183 592f7852-d20e-0410-864c-8624ca9c26a4 --- client/tests/kvm/tests_base.cfg.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index 0eca5079..ff8d9239 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -855,6 +855,10 @@ variants: - clock_getres: install setup unattended_install.cdrom type = clock_getres + - yum_update: install setup unattended_install.cdrom + type = yum_update + shell_prompt = "Is this ok" + - kdump: unattended_install.cdrom type = kdump # time waited for the completion of crash dump -- 2.11.4.GIT