7
command: fwts_test -c -l ${CHECKBOX_DATA}/scaling_test.log
9
Test the CPU scaling capabilities using Firmware Test Suite (fwts cpufreq).
12
name: cpu/scaling_test-log-attach
13
depends: cpu/scaling_test
14
command: [[ -e ${CHECKBOX_DATA}/scaling_test.log ]] && cat ${CHECKBOX_DATA}/scaling_test.log
16
Attaches the log generated by cpu/scaling_test to the results
22
Test for clock jitter.
25
name: cpu/offlining_test
27
command: cpu_offlining
29
Test offlining CPUs in a multicore system.
33
requires: int(cpuinfo.count) > 1 and (cpuinfo.platform == 'i386' or cpuinfo.platform == 'x86_64')
36
This test checks cpu topology for accuracy
39
name: cpu/frequency_governors
41
command: nice -n -20 frequency_governors_test --debug
43
This test checks that CPU frequency governors are obeyed when set.
46
name: cpu/arm_vfp_support
47
requires: 'arm' in cpuinfo.type
48
command: grep VFP /var/log/syslog
50
Validate that the Vector Floating Point Unit is running on ARM device