Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> --- 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 <params...> # 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 = <name>.flat # Name of the flat file to be used. +# smp = <num> # 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 <params...> # Additional parameters used. +# arch = arm|arm64 # Select one if the test case is +# # specific to only one. +# groups = <group_name1> <group_name2> ... # 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 = <num>), and diff --git a/x86/unittests.cfg b/x86/unittests.cfg index 99eff2662e191..4a9564536e8ea 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 = <name>.flat # Name of the flat file to be used. +# smp = <num> # 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 <params...> # Additional parameters used. +# arch = i386|x86_64 # Select one if the test case is +# # specific to only one. +# groups = <group_name1> <group_name2> ... # Used to identify test cases +# # with run_tests -g ... +############################################################################## [apic] file = apic.flat -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html