From patchwork Fri Jan 22 19:24:59 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Meneghel Rodrigues X-Patchwork-Id: 74727 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id o0MJPFdE009209 for ; Fri, 22 Jan 2010 19:25:15 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752615Ab0AVTZL (ORCPT ); Fri, 22 Jan 2010 14:25:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752613Ab0AVTZL (ORCPT ); Fri, 22 Jan 2010 14:25:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14335 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752300Ab0AVTZJ (ORCPT ); Fri, 22 Jan 2010 14:25:09 -0500 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0MJP8Xm004843 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 22 Jan 2010 14:25:08 -0500 Received: from localhost.localdomain (vpn-10-169.rdu.redhat.com [10.11.10.169]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0MJP2G1009623; Fri, 22 Jan 2010 14:25:06 -0500 From: Lucas Meneghel Rodrigues To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, mgoldish@redhat.com, Lucas Meneghel Rodrigues Subject: [PATCH 2/3] KVM test: Add autotest.cpu_hotplug on tests_base.cfg Date: Fri, 22 Jan 2010 17:24:59 -0200 Message-Id: <1264188300-18894-2-git-send-email-lmr@redhat.com> In-Reply-To: <1264188300-18894-1-git-send-email-lmr@redhat.com> References: <1264188300-18894-1-git-send-email-lmr@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.17 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org diff --git a/client/tests/kvm/autotest_control/cpu_hotplug.control b/client/tests/kvm/autotest_control/cpu_hotplug.control new file mode 100644 index 0000000..826584b --- /dev/null +++ b/client/tests/kvm/autotest_control/cpu_hotplug.control @@ -0,0 +1,10 @@ +AUTHOR = 'Martin Bligh ' +DOC = 'lhcs_regression: Regression test for CPU hotplug' +NAME = 'cpu_hotplug' +TIME = 'MEDIUM' ## ? +EXPERIMENTAL = 'True' +TEST_CLASS = 'kernel' +TEST_CATEGORY = 'Functional' +TEST_TYPE = 'client' + +job.run_test('cpu_hotplug') diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index 2d03f1f..e48f1d2 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -125,7 +125,9 @@ variants: - hackbench: test_name = hackbench test_control_file = hackbench.control - + - cpu_hotplug: + test_name = cpu_hotplug + test_control_file = cpu_hotplug.control - linux_s3: install setup unattended_install type = linux_s3