Merge lp:~roadmr/checkbox/environment-whitelist into lp:checkbox

Proposed by Daniel Manrique
Status: Merged
Merged at revision: 1776
Proposed branch: lp:~roadmr/checkbox/environment-whitelist
Merge into: lp:checkbox
Diff against target: 47 lines (+4/-0)
4 files modified
data/whitelists/default.whitelist (+1/-0)
data/whitelists/smoke.whitelist (+1/-0)
data/whitelists/sniff.whitelist (+1/-0)
debian/changelog (+1/-0)
To merge this branch: bzr merge lp:~roadmr/checkbox/environment-whitelist
Reviewer Review Type Date Requested Status
Marc Tardif (community) Approve
Review via email: mp+129750@code.launchpad.net

Commit message

Added the environment resource to all whitelists, so that jobs that depend on it (specifically the wireless tests for multiple-router setup) run correctly.

Description of the change

Added the environment resource to all whitelists, so that jobs that depend on it (specifically the wireless tests for multiple-router setup) run correctly.

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

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/whitelists/default.whitelist'
2--- data/whitelists/default.whitelist 2012-09-26 16:43:32 +0000
3+++ data/whitelists/default.whitelist 2012-10-15 20:10:38 +0000
4@@ -6,6 +6,7 @@
5 dmi
6 dpkg
7 efi
8+environment
9 gconf
10 lsb
11 meminfo
12
13=== modified file 'data/whitelists/smoke.whitelist'
14--- data/whitelists/smoke.whitelist 2012-07-13 21:51:25 +0000
15+++ data/whitelists/smoke.whitelist 2012-10-15 20:10:38 +0000
16@@ -8,6 +8,7 @@
17 dmi
18 dpkg
19 efi
20+environment
21 gconf
22 lsb
23 meminfo
24
25=== modified file 'data/whitelists/sniff.whitelist'
26--- data/whitelists/sniff.whitelist 2012-08-31 03:58:15 +0000
27+++ data/whitelists/sniff.whitelist 2012-10-15 20:10:38 +0000
28@@ -8,6 +8,7 @@
29 dmi
30 dpkg
31 efi
32+environment
33 gconf
34 lsb
35 meminfo
36
37=== modified file 'debian/changelog'
38--- debian/changelog 2012-10-15 16:33:53 +0000
39+++ debian/changelog 2012-10-15 20:10:38 +0000
40@@ -14,6 +14,7 @@
41 * checkbox-cli progress indicator is now static, spinning around instead of
42 filling the screen with dots. (LP: #926104)
43 * Increased version number after final Ubuntu Quantal release.
44+ * Added environment resource to whitelists (LP: #1067038)
45
46 [Marc Tardif]
47 * plugins/environment_info.py: Enabling environment to take precedence

Subscribers

People subscribed via source and target branches