~roadmr/checkbox/912946

« back to all changes in this revision

Viewing changes to jobs/xorg.txt.in

Imported scripts and jobs from Platform Services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin: shell
 
2
name: xorg-process
 
3
requires: package.name == 'xorg' and package.name == 'procps'
 
4
command: pgrep -f '/usr/bin/X' >/dev/null
 
5
_description: Test that the X process is running.
 
6
 
 
7
plugin: shell
 
8
name: xorg-failsafe
 
9
requires: package.name == 'xorg'
 
10
command: ! test -e /var/log/Xorg.failsafe.log
 
11
_description: Test that the X is not running in failsafe mode.
 
12
 
 
13
plugin: shell
 
14
name: xorg-memory
 
15
requires: package.name == 'xorg' and device.driver == 'i915'
 
16
user: root
 
17
command: xorg_memory_test xeyes
 
18
_description: Test that X does not leak memory when running programs.