~dstansby-deactivatedaccount/ubuntu/maverick/checkbox/checkbox-fix-525454

« back to all changes in this revision

Viewing changes to jobs/disk.txt.in

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug, Marc Tardif
  • Date: 2010-03-09 16:58:36 UTC
  • Revision ID: james.westby@ubuntu.com-20100309165836-26f22oe6ubppzx0d
Tags: 0.9
[ Marc Tardif ]
New upstream release (LP: #532882):
* Introduced job_prompt plugin to treat all jobs (suites, tests, etc.) as composites.
* Replaced the registry and resource scripts and centralized job iteration.
* Replaced dependency on dbus by using sudo/gksu/kdesudo instead.
* Replaced mktemp with mkdtemp for security purposes.
* Fixed strings in fingerprint and modem tests (LP: #457759)
* Fixed client side validation of Launchpad form (LP: #438671)
* Added device information to tags when reporting bugs with apport.
* Added shorthands for blacklist-file and whitelist-file.
* Added support for apport default configuration (LP: #465447)
* Added support for scrolled options list (LP: #411526)
* Added support for tests generated by suites to run as root.
* Added support for requirements in attachments.
* Added support for armv7l processor
* Added Autotest integration
* Added LTP integration
* Added Phoronix integration
* Added qa-regression-testing integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin: manual
 
2
name: disk_test
 
3
timeout: 10
 
4
requires: package.name == 'lshw'
 
5
user: root
 
6
command: $CHECKBOX_SHARE/scripts/disk_test
 
7
_description:
 
8
 The following hard drives were detected:
 
9
 .
 
10
 $output
 
11
 .
 
12
 Is this correct?
 
13
 
 
14
plugin: manual
 
15
name: disk_bench
 
16
requires: device.category == 'DISK'
 
17
user: root
 
18
command: $CHECKBOX_SHARE/scripts/disk_bench_test
 
19
_description:
 
20
 Disk benchmark:
 
21
 .
 
22
 $output
 
23
 .
 
24
 Is this ok?