Message ID | 20220819110939.78013-6-likexu@tencent.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | x86/pmu: Test case optimization, fixes and additions | expand |
On Fri, Aug 19, 2022, Like Xu wrote: > From: Like Xu <likexu@tencent.com> > > Any agent can run "./run_tests.sh -g pmu" for vPMU-related testcases. > > Signed-off-by: Like Xu <likexu@tencent.com> > --- Reviewed-by: Sean Christopherson <seanjc@google.com>
diff --git a/x86/unittests.cfg b/x86/unittests.cfg index c5efb25..54f0437 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -189,6 +189,7 @@ file = pmu.flat extra_params = -cpu max check = /proc/sys/kernel/nmi_watchdog=0 accel = kvm +groups = pmu [pmu_lbr] arch = x86_64 @@ -197,6 +198,7 @@ extra_params = -cpu host,migratable=no check = /sys/module/kvm/parameters/ignore_msrs=N check = /proc/sys/kernel/nmi_watchdog=0 accel = kvm +groups = pmu [pmu_pebs] arch = x86_64 @@ -204,6 +206,7 @@ file = pmu_pebs.flat extra_params = -cpu host,migratable=no check = /proc/sys/kernel/nmi_watchdog=0 accel = kvm +groups = pmu [vmware_backdoors] file = vmware_backdoors.flat