~brendan-donegan/checkbox-certification/sleep_resource_certification_0.9

« back to all changes in this revision

Viewing changes to jobs/sru_suite.txt

  • Committer: Marc Tardif
  • Date: 2011-03-18 16:33:19 UTC
  • Revision ID: marc.tardif@canonical.com-20110318163319-1g9if7khx4k437xl
BackportedĀ cert-fix-attachments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
plugin: shell
50
50
name: sru_network-http
51
 
command: wget -qSO /dev/null http://$TRANSFER_SERVER
 
51
command: wget -SO /dev/null http://$TRANSFER_SERVER
52
52
description: Tests the SRU for basic network stack functionality
53
53
 
54
54
plugin: shell
73
73
 Tests SRU to ensure apt-get works so we can back out if the SRU hoses the system. (does not install updates)
74
74
 
75
75
plugin: shell
76
 
name: sru_fwts_cpu_scaling_test
77
 
requires: 
78
 
 package.name == 'linux'
79
 
 package.name == 'fwts'
80
 
user: root
81
 
command: fwts_test -c -l $CHECKBOX_CERTIFICATION_SHARE/fwts_results.log
82
 
description:
83
 
 Test the CPU scaling capabilities.
84
 
 
85
 
plugin: shell
86
 
name: sru_fwts-wakealarm
87
 
requires:
88
 
 package.name == 'linux'
89
 
 package.name == 'fwts'
90
 
description:
91
 
 Run Colin King's FWTS wakealarm test
92
 
command:
93
 
 fwts_test -w -l $CHECKBOX_CERTIFICATION_SHARE/fwts_results.log
94
 
 
95
 
plugin: shell
96
76
name: sru_tickless_idle_test
97
77
requires: package.name == 'linux'
98
78
description: Ensure SRU does not turn off tickless idle
140
120
 Test that the SRU still accesses USB controllers and lists devices
141
121
 
142
122
plugin: shell
143
 
name: sru_xorg-process
 
123
name: sru_xorg_process
144
124
requires: package.name == 'xorg' and package.name == 'procps'
145
125
command: pgrep -f '/usr/bin/X' >/dev/null
146
126
description: Test that the X process is running.
147
127
 
148
128
plugin: shell
149
 
name: sru_xorg-failsafe
 
129
name: sru_xorg_failsafe
150
130
requires: package.name == 'xorg'
151
131
command: ! test -e /var/log/Xorg.failsafe.log
152
132
description: Test that the X is not running in failsafe mode.
153
133
 
154
134
plugin: attachment
155
 
name: sru_attach_screenshot
 
135
name: sru_screenshot_attachment
156
136
depends: screenshot
157
137
command: cat ${CHECKBOX_DATA}/screenshot.png
158
138
 
159
139
plugin: attachment
160
 
name: sru_fwts_log
161
 
depends: fwts_test
162
 
description:
163
 
 Gather log from the firmware test suite run
164
 
command:
165
 
 cat $CHECKBOX_CERTIFICATION_SHARE/fwts_results.log
 
140
name: sru_acpi_sleep_attachment
 
141
command: cat /proc/acpi/sleep
 
142
 
 
143
name: sru_codecs_attachment
 
144
plugin: attachment
 
145
requires: device.driver == 'HDA Intel'
 
146
command: cat /proc/asound/card*/codec#*
 
147
 
 
148
name: sru_cpuinfo_attachment
 
149
plugin: attachment
 
150
command: cat /proc/cpuinfo
 
151
 
 
152
name: sru_dmesg_attachment
 
153
plugin: attachment
 
154
command: cat /var/log/dmesg | ansi_parser
 
155
 
 
156
name: sru_dmi_attachment
 
157
plugin: attachment
 
158
command: grep -r . /sys/class/dmi/id/ 2>/dev/null
 
159
 
 
160
name: sru_dmidecode_attachment
 
161
plugin: attachment
 
162
user: root
 
163
command: dmidecode
 
164
 
 
165
name: sru_lspci_attachment
 
166
plugin: attachment
 
167
command: lspci -vvnn
 
168
 
 
169
name: sru_modprobe_attachment
 
170
plugin: attachment
 
171
command: find /etc/modprobe.* -name \*.conf | xargs cat
 
172
 
 
173
name: sru_modules_attachment
 
174
plugin: attachment
 
175
command: cat /etc/modules
 
176
 
 
177
name: sru_sysctl_attachment
 
178
plugin: attachment
 
179
command: find /etc/sysctl.* -name \*.conf | xargs cat
 
180
 
 
181
name: sru_udev_attachment
 
182
plugin: attachment
 
183
command: udevadm info --export-db
 
184
 
 
185
name: sru_lsmod_attachment
 
186
plugin: attachment
 
187
command: lsmod