From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [kvm-unit-tests PATCH 2/3] cleanup unittests.cfg headers Date: Thu, 17 Dec 2015 14:10:53 -0600 Message-ID: <1450383054-9724-3-git-send-email-drjones@redhat.com> References: <1450383054-9724-1-git-send-email-drjones@redhat.com> Cc: rkrcmar@redhat.com, pbonzini@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:57679 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755821AbbLQULH (ORCPT ); Thu, 17 Dec 2015 15:11:07 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 5A911693EB for ; Thu, 17 Dec 2015 20:11:07 +0000 (UTC) In-Reply-To: <1450383054-9724-1-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Signed-off-by: Andrew Jones --- arm/unittests.cfg | 26 +++++++++++++++++--------- x86/unittests.cfg | 21 ++++++++++++++------- 2 files changed, 31 insertions(+), 16 deletions(-) diff --git a/arm/unittests.cfg b/arm/unittests.cfg index 5e26da1a8c1bc..926bbb153728b 100644 --- a/arm/unittests.cfg +++ b/arm/unittests.cfg @@ -1,13 +1,21 @@ -# Define your new unittest following the convention: +############################################################################## +# unittest configuration +# # [unittest_name] -# file = foo.flat # Name of the flat file to be used -# smp = 2 # Number of processors the VM will use during this test -# # Use $MAX_SMP to use the maximum the host supports. -# extra_params = -append # Additional parameters used -# arch = arm|arm64 # Only if test case is specific to one -# groups = group1 group2 # Used to identify test cases with run_tests -g ... -# accel = kvm|tcg # Optionally specify if test must run with kvm or tcg. -# # If not specified, then kvm will be used when available. +# file = .flat # Name of the flat file to be used. +# smp = # Number of processors the VM will use +# # during this test. Use $MAX_SMP to use +# # the maximum the host supports. Defaults +# # to one. +# extra_params = -append # Additional parameters used. +# arch = arm|arm64 # Select one if the test case is +# # specific to only one. +# groups = ... # Used to identify test cases +# # with run_tests -g ... +# accel = kvm|tcg # Optionally specify if test must run with +# # kvm or tcg. If not specified, then kvm will +# # be used when available. +############################################################################## # # Test that the configured number of processors (smp = ), and diff --git a/x86/unittests.cfg b/x86/unittests.cfg index ffffc15c86df7..ae41781b5b72b 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -1,11 +1,18 @@ -# Define your new unittest following the convention: +############################################################################## +# unittest configuration +# # [unittest_name] -# file = foo.flat # Name of the flat file to be used -# smp = 2 # Number of processors the VM will use during this test -# # Use $MAX_SMP to use the maximum the host supports. -# extra_params = -cpu qemu64,+x2apic # Additional parameters used -# arch = i386/x86_64 # Only if the test case works only on one of them -# groups = group1 group2 # Used to identify test cases with run_tests -g ... +# file = .flat # Name of the flat file to be used. +# smp = # Number of processors the VM will use +# # during this test. Use $MAX_SMP to use +# # the maximum the host supports. Defaults +# # to one. +# extra_params = -append # Additional parameters used. +# arch = i386|x86_64 # Select one if the test case is +# # specific to only one. +# groups = ... # Used to identify test cases +# # with run_tests -g ... +############################################################################## [apic] file = apic.flat -- 2.4.3