diff mbox

[kvm-unittests,v2,4/4] x86/unittests.cfg: Create test case groups

Message ID 1365766060-7604-5-git-send-email-kwolf@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Kevin Wolf April 12, 2013, 11:27 a.m. UTC
Put all vmexit test cases and all task switch test cases into a group,
so that you can use something like ./run_tests -g tasks

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
---
 x86/unittests.cfg | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff mbox

Patch

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 11e8077..bc9643e 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -23,36 +23,44 @@  smp = 3
 [vmexit_cpuid]
 file = vmexit.flat
 extra_params = -append 'cpuid'
+groups = vmexit
 
 [vmexit_vmcall]
 file = vmexit.flat
 extra_params = -append 'vmcall'
+groups = vmexit
 
 [vmexit_mov_from_cr8]
 file = vmexit.flat
 extra_params = -append 'mov_from_cr8'
+groups = vmexit
 
 [vmexit_mov_to_cr8]
 file = vmexit.flat
 extra_params = -append 'mov_to_cr8'
+groups = vmexit
 
 [vmexit_inl_pmtimer]
 file = vmexit.flat
 extra_params = -append 'inl_from_pmtimer'
+groups = vmexit
 
 [vmexit_ipi]
 file = vmexit.flat
 smp = 2
 extra_params = -append 'ipi'
+groups = vmexit
 
 [vmexit_ipi_halt]
 file = vmexit.flat
 smp = 2
 extra_params = -append 'ipi_halt'
+groups = vmexit
 
 [vmexit_ple_round_robin]
 file = vmexit.flat
 extra_params = -append 'ple_round_robin'
+groups = vmexit
 
 [access]
 file = access.flat
@@ -125,10 +133,12 @@  arch = x86_64
 [taskswitch]
 file = taskswitch.flat
 arch = i386
+groups = tasks
 
 [taskswitch2]
 file = taskswitch2.flat
 arch = i386
+groups = tasks
 
 [kvmclock_test]
 file = kvmclock_test.flat