~jocave/checkbox/hybrid-amd-gpu-mods

« back to all changes in this revision

Viewing changes to jobs/cpu.txt.in

  • Committer: Zygmunt Krynicki
  • Date: 2013-05-17 13:54:25 UTC
  • mto: This revision was merged to the branch mainline in revision 2130.
  • Revision ID: zygmunt.krynicki@canonical.com-20130517135425-cxcenxx5t0qrtbxd
checkbox-ng: add CheckBoxNG sub-project

CheckBoxNG (or lowercase as checkbox-ng, pypi:checkbox-ng) is a clean
implementation of CheckBox on top of PlainBox. It provides a new
executable, 'checkbox' that has some of the same commands that were
previously implemented in the plainbox package.

In particular CheckBoxNG comes with the 'checkbox sru' command
(the same one as in plainbox). Later on this sub-command will be removed
from plainbox.

CheckBoxNG depends on plainbox >= 0.3

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin: shell
 
2
name: cpu/scaling_test
 
3
requires:
 
4
 package.name == 'fwts'
 
5
user: root
 
6
environ: CHECKBOX_DATA
 
7
command: fwts_test -c -l ${CHECKBOX_DATA}/scaling_test.log
 
8
_description:
 
9
 Test the CPU scaling capabilities using Firmware Test Suite (fwts cpufreq).
 
10
 
 
11
plugin: attachment
 
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
 
15
_description:
 
16
 Attaches the log generated by cpu/scaling_test to the results
 
17
 
 
18
plugin: shell
 
19
name: cpu/clocktest
 
20
command: clocktest
 
21
_description:
 
22
 Test for clock jitter.
 
23
 
 
24
plugin: shell
 
25
name: cpu/offlining_test
 
26
user: root
 
27
command: cpu_offlining
 
28
_description:
 
29
 Test offlining CPUs in a multicore system.
 
30
 
 
31
plugin: shell
 
32
name: cpu/topology
 
33
requires: int(cpuinfo.count) > 1 and (cpuinfo.platform == 'i386' or cpuinfo.platform == 'x86_64')
 
34
command: cpu_topology
 
35
_description:
 
36
 This test checks cpu topology for accuracy
 
37
 
 
38
plugin: shell
 
39
name: cpu/frequency_governors
 
40
user: root
 
41
command: nice -n -20 frequency_governors_test --debug
 
42
_description:
 
43
 This test checks that CPU frequency governors are obeyed when set.
 
44
 
 
45
plugin: shell
 
46
name: cpu/arm_vfp_support
 
47
requires: 'arm' in cpuinfo.type
 
48
command: grep VFP /var/log/syslog
 
49
_description:
 
50
 Validate that the Vector Floating Point Unit is running on ARM device