Merge lp:~bladernr/checkbox/1573718-no-maxfreq-s390x into lp:checkbox

Proposed by Jeff Lane 
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 4429
Merged at revision: 4430
Proposed branch: lp:~bladernr/checkbox/1573718-no-maxfreq-s390x
Merge into: lp:checkbox
Diff against target: 11 lines (+1/-0)
1 file modified
providers/plainbox-provider-checkbox/jobs/cpu.txt.in (+1/-0)
To merge this branch: bzr merge lp:~bladernr/checkbox/1573718-no-maxfreq-s390x
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+299749@code.launchpad.net

Description of the change

Adds filter to keep cpu/maxfreq from running on Power or s390x since it's not available on those platforms.

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

+1, thanks for keeping this test req up to date

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'providers/plainbox-provider-checkbox/jobs/cpu.txt.in'
2--- providers/plainbox-provider-checkbox/jobs/cpu.txt.in 2016-04-01 04:26:46 +0000
3+++ providers/plainbox-provider-checkbox/jobs/cpu.txt.in 2016-07-11 21:45:51 +0000
4@@ -27,6 +27,7 @@
5 estimated_duration: 0.6
6 requires:
7 package.name == 'fwts'
8+ cpuinfo.platform in ("i386", "x86_64", "aarch64")
9 user: root
10 command: fwts_test -t maxfreq -l $PLAINBOX_SESSION_SHARE/maxfreq_test.log
11 _summary:

Subscribers

People subscribed via source and target branches