From patchwork Fri Sep 11 01:19:46 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Goldish X-Patchwork-Id: 46764 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n8B1N3tX004559 for ; Fri, 11 Sep 2009 01:23:03 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751536AbZIKBW6 (ORCPT ); Thu, 10 Sep 2009 21:22:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751935AbZIKBW5 (ORCPT ); Thu, 10 Sep 2009 21:22:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18265 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751519AbZIKBW4 (ORCPT ); Thu, 10 Sep 2009 21:22:56 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8B1MxDt019813; Thu, 10 Sep 2009 21:22:59 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8B1Mwiv014954; Thu, 10 Sep 2009 21:22:59 -0400 Received: from localhost.localdomain (dhcp-1-188.tlv.redhat.com [10.35.1.188]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n8B1MtgE001472; Thu, 10 Sep 2009 21:22:57 -0400 From: Michael Goldish To: autotest@test.kernel.org, kvm@vger.kernel.org Cc: Michael Goldish Subject: [PATCH 2/3] [RFC] KVM test: kvm_tests.cfg.sample: add some scheduler params Date: Fri, 11 Sep 2009 04:19:46 +0300 Message-Id: <1252631987-11699-2-git-send-email-mgoldish@redhat.com> In-Reply-To: <1252631987-11699-1-git-send-email-mgoldish@redhat.com> References: <1252631987-11699-1-git-send-email-mgoldish@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org used_cpus denotes the number of CPUs required for a test. used_mem denotes the amount of RAM required for a test. Signed-off-by: Michael Goldish --- client/tests/kvm/kvm_tests.cfg.sample | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/kvm_tests.cfg.sample b/client/tests/kvm/kvm_tests.cfg.sample index 285a38f..5142bbe 100644 --- a/client/tests/kvm/kvm_tests.cfg.sample +++ b/client/tests/kvm/kvm_tests.cfg.sample @@ -22,6 +22,10 @@ image_size = 10G shell_port = 22 display = vnc +# Default scheduler params +used_cpus = 1 +used_mem = 512 + # Port redirections redirs = remote_shell guest_port_remote_shell = 22 @@ -66,6 +70,7 @@ variants: migration_test_command = help kill_vm_on_error = yes iterations = 2 + used_mem = 1024 - autotest: install setup type = autotest @@ -115,6 +120,8 @@ variants: kill_vm = yes kill_vm_vm1 = no kill_vm_gracefully = no + used_cpus = 5 + used_mem = 2560 extra_params += " -snapshot" - autoit: install setup @@ -568,6 +575,8 @@ linux_s3: variants: - @up: - smp2: + used_cpus = 2 + stress_boot: used_cpus = 10 extra_params += " -smp 2"