From a6c94d40d1f9ec818a8e22d850f15e76afba6878 Mon Sep 17 00:00:00 2001 From: Sylvain Pineau Date: Mon, 1 Oct 2018 03:30:18 +0200 Subject: units:cpu: Only run cpu/cstates on Intel #ifdef FWTS_ARCH_INTEL See http://kernel.ubuntu.com/git/hwe/fwts.git/tree/src/acpi/cstates/cstates.c#n26 --- units/cpu/jobs.pxu | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/units/cpu/jobs.pxu b/units/cpu/jobs.pxu index 5cd80a0..bb75f6d 100644 --- a/units/cpu/jobs.pxu +++ b/units/cpu/jobs.pxu @@ -135,7 +135,9 @@ _description: plugin:shell id: cpu/cstates estimated_duration: 10.0 -requires: executable.name == 'fwts' +requires: + executable.name == 'fwts' + cpuinfo.platform not in ("aarch64", "armv7l") user: root _summary: Run C-States tests -- cgit v1.2.3