~roadmr/ubuntu/oneiric/checkbox/fix-662322-in-0.12.9

« back to all changes in this revision

Viewing changes to jobs/server-services.txt.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Manrique, Marc Tardif, Chad A. Davis, Barry Warsaw
  • Date: 2011-07-01 11:37:27 UTC
  • Revision ID: james.westby@ubuntu.com-20110701113727-k4pekmtyr7v2i6le
Tags: 0.12.3
[ Marc Tardif ]
* Only reading CHECKBOX_* environment variables in config (LP: #802458)
* Imported scripts and jobs from Platform Services.

[Chad A. Davis]
* Switch to dh_python2 and debhelper7 (LP: #788514)

[Barry Warsaw]
* Fix checkbox_clean.run() to ignore missing executables, as is the case
  in a fresh checkout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin: shell
 
2
name: open_ssh_test
 
3
requires: package.name == 'ssh'
 
4
command: pgrep sshd >/dev/null || (echo 'FAIL: sshd is not running.' 2>&1 && false)
 
5
_description: sshd test
 
6
 
 
7
plugin: shell
 
8
name: print_server_test
 
9
requires: package.name == 'cups'
 
10
command: pgrep cupsd >/dev/null || (echo 'FAIL: cupsd is not running.' 2>&1 && false)
 
11
_description: Print/CUPs server test
 
12
 
 
13
plugin: shell
 
14
name: dns_server_test
 
15
requires: package.name == 'bind9' and package.name == 'dnsutils'
 
16
user: root
 
17
command: dns_server_test
 
18
_description: DNS server test
 
19
 
 
20
plugin: shell
 
21
name: samba_test
 
22
requires: package.name == 'samba' and package.name == 'winbind'
 
23
user: root
 
24
command: samba_test
 
25
_description: Samba server test
 
26
 
 
27
plugin: shell
 
28
name: lamp_test
 
29
requires: package.name == 'apache2' and package.name == 'php5-mysql' and package.name == 'libapache2-mod-php5' and package.name == 'mysql-server'
 
30
user: root
 
31
command: lamp_test
 
32
_description: LAMP server test
 
33
 
 
34
plugin: shell
 
35
name: tomcat_test
 
36
requires: package.name == 'tomcat6'
 
37
user: root
 
38
command: tomcat_test
 
39
_description: Tomcat server test