This file is indexed.

/usr/share/checkbox/jobs/cpu.txt is in checkbox 0.13.7.

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
plugin: shell
name: cpu/scaling_test
requires: 
 package.name == 'linux'
 package.name == 'fwts'
user: root
command: fwts_test -c -l $CHECKBOX_DATA/cpu_scaling_test.log
description:
 Test the CPU scaling capabilities using Firmware Test Suite (fwts cpufreq).

plugin: shell
name: cpu/clocktest
requires: package.name == 'linux'
command: clocktest
description:
 Test for clock jitter.

plugin: shell
name: cpu/offlining_test
requires: package.name == 'linux'
user: root
command: cpu_offlining
description:
 Test offlining CPUs in a multicore system.

plugin: shell
name: 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
name: cpu/frequency_governors
requires: package.name == 'linux'
user: root
command: nice -n -20 cpu_scaling_test 
description:
 This test checks that CPU frequency governors are obeyed when set.