diff options
author | dann frazier <dann.frazier@canonical.com> | 2017-06-29 12:13:23 -0600 |
---|---|---|
committer | dann frazier <dann.frazier@canonical.com> | 2017-07-07 07:00:06 -0600 |
commit | d78b4dcd3d5b6d43b993f4cceff43943e5adda2a (patch) | |
tree | 625f226db2dbcce19ea73302cd5c44b51c65dc1b /jobs | |
parent | b815c58410017a57c0fee9d6f8102b1a444393d7 (diff) |
Disable fwts' maxfreq test on arm64
LP: #1698164 The maxfreq test in fwts is guarded by an "#ifdef FWTS_ARCH_INTEL", making it only available on x86. I checked the test to see if that still makes sense, and it does. The test relies on frequency information being available in /proc/cpuinfo - and that is architecture specific (ARM does not do that).
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/cpu.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/cpu.txt.in b/jobs/cpu.txt.in index 76ece21..bdea273 100644 --- a/jobs/cpu.txt.in +++ b/jobs/cpu.txt.in @@ -34,7 +34,7 @@ id: cpu/maxfreq_test estimated_duration: 0.6 requires: package.name == 'fwts' or executable.name == 'fwts' - cpuinfo.platform in ("i386", "x86_64", "aarch64") + cpuinfo.platform in ("i386", "x86_64") user: root environ: LD_LIBRARY_PATH SNAP command: |