Merge lp:~roadmr/checkbox-certification/environment-whitelists into lp:checkbox-certification

Proposed by Daniel Manrique
Status: Merged
Merged at revision: 546
Proposed branch: lp:~roadmr/checkbox-certification/environment-whitelists
Merge into: lp:checkbox-certification
Diff against target: 143 lines (+10/-3)
10 files modified
data/boot-chart.whitelist (+1/-0)
data/client-cert.whitelist (+1/-1)
data/client-selftest.whitelist (+1/-1)
data/client-stress.whitelist (+1/-0)
data/example.whitelist (+1/-0)
data/server-cert.whitelist (+1/-0)
data/server-selftest.whitelist (+1/-0)
data/sru.whitelist (+1/-1)
data/virt.whitelist (+1/-0)
debian/changelog (+1/-0)
To merge this branch: bzr merge lp:~roadmr/checkbox-certification/environment-whitelists
Reviewer Review Type Date Requested Status
Marc Tardif (community) Approve
Review via email: mp+129751@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 :

I guess it doesn't hurt to have the environment resource in all whitelists.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/boot-chart.whitelist'
2--- data/boot-chart.whitelist 2012-07-13 21:53:42 +0000
3+++ data/boot-chart.whitelist 2012-10-15 20:10:40 +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/client-cert.whitelist'
14--- data/client-cert.whitelist 2012-10-10 10:55:10 +0000
15+++ data/client-cert.whitelist 2012-10-15 20:10:40 +0000
16@@ -11,6 +11,7 @@
17 dmi
18 dpkg
19 efi
20+environment
21 gconf
22 lsb
23 meminfo
24@@ -22,7 +23,6 @@
25 sleep
26 optical_drive
27 block_device
28-environment
29 touchpad_scroll
30 #Info attachment jobs
31 __info__
32
33=== modified file 'data/client-selftest.whitelist'
34--- data/client-selftest.whitelist 2012-10-10 10:55:10 +0000
35+++ data/client-selftest.whitelist 2012-10-15 20:10:40 +0000
36@@ -9,6 +9,7 @@
37 dmi
38 dpkg
39 efi
40+environment
41 gconf
42 lsb
43 meminfo
44@@ -20,7 +21,6 @@
45 optical_drive
46 block_device
47 sleep
48-environment
49 touchpad_scroll
50 #Info attachment jobs
51 __info__
52
53=== modified file 'data/client-stress.whitelist'
54--- data/client-stress.whitelist 2012-07-13 21:53:42 +0000
55+++ data/client-stress.whitelist 2012-10-15 20:10:40 +0000
56@@ -6,6 +6,7 @@
57 dmi
58 dpkg
59 efi
60+environment
61 gconf
62 lsb
63 meminfo
64
65=== modified file 'data/example.whitelist'
66--- data/example.whitelist 2012-07-13 21:53:42 +0000
67+++ data/example.whitelist 2012-10-15 20:10:40 +0000
68@@ -8,6 +8,7 @@
69 dmi
70 dpkg
71 efi
72+environment
73 gconf
74 lsb
75 meminfo
76
77=== modified file 'data/server-cert.whitelist'
78--- data/server-cert.whitelist 2012-09-26 16:49:26 +0000
79+++ data/server-cert.whitelist 2012-10-15 20:10:40 +0000
80@@ -10,6 +10,7 @@
81 dmi
82 dpkg
83 efi
84+environment
85 gconf
86 lsb
87 meminfo
88
89=== modified file 'data/server-selftest.whitelist'
90--- data/server-selftest.whitelist 2012-09-26 16:49:26 +0000
91+++ data/server-selftest.whitelist 2012-10-15 20:10:40 +0000
92@@ -8,6 +8,7 @@
93 dmi
94 dpkg
95 efi
96+environment
97 gconf
98 lsb
99 meminfo
100
101=== modified file 'data/sru.whitelist'
102--- data/sru.whitelist 2012-10-02 13:57:13 +0000
103+++ data/sru.whitelist 2012-10-15 20:10:40 +0000
104@@ -6,6 +6,7 @@
105 dmi
106 dpkg
107 efi
108+environment
109 gconf
110 lsb
111 meminfo
112@@ -16,7 +17,6 @@
113 uname
114 sleep
115 block_device
116-environment
117 #File Attachment Jobs
118 __info__
119 acpi_sleep_attachment
120
121=== modified file 'data/virt.whitelist'
122--- data/virt.whitelist 2012-08-23 09:05:14 +0000
123+++ data/virt.whitelist 2012-10-15 20:10:40 +0000
124@@ -10,6 +10,7 @@
125 dmi
126 dpkg
127 efi
128+environment
129 gconf
130 lsb
131 meminfo
132
133=== modified file 'debian/changelog'
134--- debian/changelog 2012-10-11 16:32:19 +0000
135+++ debian/changelog 2012-10-15 20:10:40 +0000
136@@ -59,6 +59,7 @@
137 * Added automated audio tests to SRU whitelist.
138 * Added multitouch/singletouch tests for both touchscreens and touchpads to
139 certification whitelists.
140+ * Added environment resource to whitelists (LP: #1067038)
141
142 [ Sylvain Pineau ]
143 * launch xls_export with subprocess.getstatusoutput (LP: #1015491)

Subscribers

People subscribed via source and target branches