diff options
author | PMR <pmr@pmr-lander> | 2018-05-01 09:35:28 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2018-05-01 09:35:28 +0000 |
commit | 5d46ca8847c8b2c8cdd109043cf0e9661f91475b (patch) | |
tree | b787c782924d92740ba974517f37d01dc3fa6c00 /units | |
parent | 6367b863cf103a44123b10c8f8e437ce76aa9221 (diff) | |
parent | 1aa64357e5e99e19d63401ff7551341e183814bd (diff) |
Merge #344876 from ~kissiel/plainbox-provider-checkbox:cpu_offlining-not-on-arm
make cpu_offlining test not run on arm Tested on dragonboard: ID: com.canonical.certification::cpu/offlining_test Category: com.canonical.plainbox::cpu Job cannot be started because: - resource expression 'cpuinfo.platform not in ("aarch64", "armhf")' evaluates to false Outcome: job cannot be started And on intel: ID: com.canonical.certification::cpu/offlining_test Category: com.canonical.plainbox::cpu ... 8< ------------------------------------------------------------------------- Successfully turned 3 cores off and back on
Diffstat (limited to 'units')
-rw-r--r-- | units/cpu/jobs.pxu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/cpu/jobs.pxu b/units/cpu/jobs.pxu index bf23af7..db0dd8f 100644 --- a/units/cpu/jobs.pxu +++ b/units/cpu/jobs.pxu @@ -77,6 +77,7 @@ _summary: Test offlining of each CPU core _description: Attempts to offline each core in a multicore system. +requires: cpuinfo.platform not in ("aarch64", "armhf") plugin: shell category_id: com.canonical.plainbox::cpu |