Merge lp:~roadmr/checkbox/fix-server-tests into lp:checkbox

Proposed by Daniel Manrique
Status: Merged
Merged at revision: 1399
Proposed branch: lp:~roadmr/checkbox/fix-server-tests
Merge into: lp:checkbox
Diff against target: 48 lines (+6/-2)
3 files modified
debian/changelog (+4/-2)
jobs/power-management.txt.in (+1/-0)
jobs/usb.txt.in (+1/-0)
To merge this branch: bzr merge lp:~roadmr/checkbox/fix-server-tests
Reviewer Review Type Date Requested Status
Marc Tardif (community) Approve
Review via email: mp+107407@code.launchpad.net

Description of the change

Fixes a couple of tests that need to be run as root on servers, as reported by the heroic TAMs doing on-site certification.

These need to be backported to the 0.13 branch, in order for them to be applicable to 12.04 certification on servers.

To post a comment you must log in.
Revision history for this message
Marc Tardif (cr3) wrote :

Looks good, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2012-05-22 15:09:05 +0000
+++ debian/changelog 2012-05-25 15:28:48 +0000
@@ -1,8 +1,10 @@
1checkbox (0.14) quantal; urgency=low1checkbox (0.14) quantal; urgency=low
22
3 [ Marc Tardif ]
4 [Daniel Manrique]3 [Daniel Manrique]
5 * New version 0.14 for Quantal Quetzal development.4 * New version 0.14 for Quantal Quetzal development.
5 * Set the correct user (root) for fwts-wakealarm test (LP: #1004102)
6 * Set correct user (root) for usb/storage-preinserted, so it works correctly
7 on servers (LP: #1004131)
68
7 [Javier Collado]9 [Javier Collado]
8 * Submission screen in Qt interface updated to support certification client:10 * Submission screen in Qt interface updated to support certification client:
@@ -37,7 +39,7 @@
37 user input (LP: #1000451)39 user input (LP: #1000451)
38 * Added customizable deselect_warning message in qt show_tree method (LP: #1000443)40 * Added customizable deselect_warning message in qt show_tree method (LP: #1000443)
3941
40 -- Javier Collado <javier.collado@canonical.com> Fri, 18 May 2012 18:15:43 +020042 -- Daniel Manrique <roadmr@ubuntu.com> Fri, 25 May 2012 10:51:17 -0400
4143
42checkbox (0.13.8) precise; urgency=low44checkbox (0.13.8) precise; urgency=low
4345
4446
=== modified file 'jobs/power-management.txt.in'
--- jobs/power-management.txt.in 2012-05-16 15:40:19 +0000
+++ jobs/power-management.txt.in 2012-05-25 15:28:48 +0000
@@ -12,6 +12,7 @@
1212
13plugin: shell13plugin: shell
14name: power-management/fwts_wakealarm14name: power-management/fwts_wakealarm
15user: root
15_description: Test ACPI Wakealarm (fwts wakealarm)16_description: Test ACPI Wakealarm (fwts wakealarm)
16requires:17requires:
17 package.name == 'linux'18 package.name == 'linux'
1819
=== modified file 'jobs/usb.txt.in'
--- jobs/usb.txt.in 2012-04-12 21:33:56 +0000
+++ jobs/usb.txt.in 2012-05-25 15:28:48 +0000
@@ -106,6 +106,7 @@
106106
107plugin: shell107plugin: shell
108name: usb/storage-preinserted108name: usb/storage-preinserted
109user: root
109requires: package.name == 'linux'110requires: package.name == 'linux'
110command: removable_storage_test -l usb && removable_storage_test usb111command: removable_storage_test -l usb && removable_storage_test usb
111_description:112_description:

Subscribers

People subscribed via source and target branches