/usr/share/2013.com.canonical.certification:checkbox/jobs/cpu.txt.in is in plainbox-provider-checkbox 0.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | plugin: shell
id: cpu/scaling_test
requires:
package.name == 'fwts'
user: root
environ: PLAINBOX_SESSION_SHARE
command: fwts_test -t cpufreq -l ${PLAINBOX_SESSION_SHARE}/scaling_test.log
_description:
Test the CPU scaling capabilities using Firmware Test Suite (fwts cpufreq).
plugin: attachment
id: cpu/scaling_test-log-attach
depends: cpu/scaling_test
command: [[ -e ${PLAINBOX_SESSION_SHARE}/scaling_test.log ]] && cat ${PLAINBOX_SESSION_SHARE}/scaling_test.log
_description:
Attaches the log generated by cpu/scaling_test to the results
plugin: shell
id: cpu/maxfreq_test
requires:
package.name == 'fwts'
user: root
command: fwts_test -t maxfreq -l $PLAINBOX_SESSION_SHARE/maxfreq_test.log
_description:
Test that the CPU can run at its max frequency using Firmware Test Suite (fwts cpufreq).
plugin: attachment
id: cpu/maxfreq_test-log-attach
depends: cpu/maxfreq_test
command: [ -e $PLAINBOX_SESSION_SHARE/maxfreq_test.log ] && cat $PLAINBOX_SESSION_SHARE/maxfreq_test.log
_description:
Attaches the log generated by cpu/maxfreq_test to the results
plugin: shell
id: cpu/clocktest
command: clocktest
_description:
Test for clock jitter.
plugin: shell
id: cpu/offlining_test
user: root
command: cpu_offlining
_description:
Test offlining CPUs in a multicore system.
plugin: shell
id: cpu/topology
requires: int(cpuinfo.count) > 1 and (cpuinfo.platform == 'i386' or cpuinfo.platform == 'x86_64')
command: cpu_topology
_description:
This test checks cpu topology for accuracy
plugin: shell
id: cpu/frequency_governors
user: root
command: nice -n -20 frequency_governors_test --debug
_description:
This test checks that CPU frequency governors are obeyed when set.
plugin: shell
id: cpu/arm_vfp_support
requires: 'arm' in cpuinfo.type
command: grep VFP /var/log/syslog
_description:
Validate that the Vector Floating Point Unit is running on ARM device
|