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
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-05-22 15:09:05 +0000
3+++ debian/changelog 2012-05-25 15:28:48 +0000
4@@ -1,8 +1,10 @@
5 checkbox (0.14) quantal; urgency=low
6
7- [ Marc Tardif ]
8 [Daniel Manrique]
9 * New version 0.14 for Quantal Quetzal development.
10+ * Set the correct user (root) for fwts-wakealarm test (LP: #1004102)
11+ * Set correct user (root) for usb/storage-preinserted, so it works correctly
12+ on servers (LP: #1004131)
13
14 [Javier Collado]
15 * Submission screen in Qt interface updated to support certification client:
16@@ -37,7 +39,7 @@
17 user input (LP: #1000451)
18 * Added customizable deselect_warning message in qt show_tree method (LP: #1000443)
19
20- -- Javier Collado <javier.collado@canonical.com> Fri, 18 May 2012 18:15:43 +0200
21+ -- Daniel Manrique <roadmr@ubuntu.com> Fri, 25 May 2012 10:51:17 -0400
22
23 checkbox (0.13.8) precise; urgency=low
24
25
26=== modified file 'jobs/power-management.txt.in'
27--- jobs/power-management.txt.in 2012-05-16 15:40:19 +0000
28+++ jobs/power-management.txt.in 2012-05-25 15:28:48 +0000
29@@ -12,6 +12,7 @@
30
31 plugin: shell
32 name: power-management/fwts_wakealarm
33+user: root
34 _description: Test ACPI Wakealarm (fwts wakealarm)
35 requires:
36 package.name == 'linux'
37
38=== modified file 'jobs/usb.txt.in'
39--- jobs/usb.txt.in 2012-04-12 21:33:56 +0000
40+++ jobs/usb.txt.in 2012-05-25 15:28:48 +0000
41@@ -106,6 +106,7 @@
42
43 plugin: shell
44 name: usb/storage-preinserted
45+user: root
46 requires: package.name == 'linux'
47 command: removable_storage_test -l usb && removable_storage_test usb
48 _description:

Subscribers

People subscribed via source and target branches