From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: [KVM-AUTOTEST PATCH 2/4] kvm test config sample: change control file names for the autotest tests Date: Fri, 12 Jun 2009 13:13:08 -0300 Message-ID: <1244823190-9299-2-git-send-email-lmr@redhat.com> References: <1244823190-9299-1-git-send-email-lmr@redhat.com> Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues To: autotest@test.kernel.org Return-path: Received: from mx2.redhat.com ([66.187.237.31]:52848 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754573AbZFLQNM (ORCPT ); Fri, 12 Jun 2009 12:13:12 -0400 In-Reply-To: <1244823190-9299-1-git-send-email-lmr@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Changing the names of the control files being used on the autotest test Signed-off-by: Lucas Meneghel Rodrigues --- client/tests/kvm/kvm_tests.cfg.sample | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/tests/kvm/kvm_tests.cfg.sample b/client/tests/kvm/kvm_tests.cfg.sample index c73da7c..2c0b321 100644 --- a/client/tests/kvm/kvm_tests.cfg.sample +++ b/client/tests/kvm/kvm_tests.cfg.sample @@ -67,16 +67,17 @@ variants: - autotest: install setup type = autotest test_timeout = 720 - test_control_file = control variants: - sleeptest: test_name = sleeptest test_timeout = 30 + test_control_file = sleeptest.control - dbench: test_name = dbench - test_control_file = control.60 + test_control_file = dbench.control - bonnie: test_name = bonnie + test_control_file = bonnie.control - linux_s3: install setup type = linux_s3 -- 1.6.2.2