Merge lp:~sylvain-pineau/checkbox/die_local.txt_die into lp:checkbox

Proposed by Sylvain Pineau
Status: Merged
Approved by: Paul Larson
Approved revision: 4370
Merged at revision: 4372
Proposed branch: lp:~sylvain-pineau/checkbox/die_local.txt_die
Merge into: lp:checkbox
Diff against target: 332 lines (+0/-328)
1 file modified
providers/plainbox-provider-checkbox/jobs/local.txt.in (+0/-328)
To merge this branch: bzr merge lp:~sylvain-pineau/checkbox/die_local.txt_die
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+295405@code.launchpad.net

Description of the change

Removal of local.txt.in. All test plans have been migrated to template jobs we can remove this file now.

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

The only thing better than removing lines, is removing it violently! +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'providers/plainbox-provider-checkbox/jobs/local.txt.in'
2--- providers/plainbox-provider-checkbox/jobs/local.txt.in 2016-01-12 15:32:46 +0000
3+++ providers/plainbox-provider-checkbox/jobs/local.txt.in 1970-01-01 00:00:00 +0000
4@@ -1,328 +0,0 @@
5-id: __audio__
6-plugin: local
7-_description: Audio tests
8-command:
9- shopt -s extglob
10- cat $PLAINBOX_PROVIDER_DATA/../jobs/audio.txt?(.in)
11-
12-id: __benchmarks__
13-plugin: local
14-_description: Benchmarks tests
15-command:
16- shopt -s extglob
17- cat $PLAINBOX_PROVIDER_DATA/../jobs/benchmarks.txt?(.in)
18-
19-id: __bluetooth__
20-plugin: local
21-_description: Bluetooth tests
22-command:
23- shopt -s extglob
24- cat $PLAINBOX_PROVIDER_DATA/../jobs/bluetooth.txt?(.in)
25-
26-id: __camera__
27-plugin: local
28-_description: Camera tests
29-command:
30- shopt -s extglob
31- cat $PLAINBOX_PROVIDER_DATA/../jobs/camera.txt?(.in)
32-
33-id: __codecs__
34-plugin: local
35-_description: Codec tests
36-command:
37- shopt -s extglob
38- cat $PLAINBOX_PROVIDER_DATA/../jobs/codecs.txt?(.in)
39-
40-id: __cpu__
41-plugin: local
42-_description: CPU tests
43-command:
44- shopt -s extglob
45- cat $PLAINBOX_PROVIDER_DATA/../jobs/cpu.txt?(.in)
46-
47-id: __daemons__
48-plugin: local
49-_description: System Daemon tests
50-command:
51- shopt -s extglob
52- cat $PLAINBOX_PROVIDER_DATA/../jobs/daemons.txt?(.in)
53-
54-id: __disk__
55-plugin: local
56-_description: Disk tests
57-command:
58- shopt -s extglob
59- cat $PLAINBOX_PROVIDER_DATA/../jobs/disk.txt?(.in)
60-
61-id: __dock__
62-plugin: local
63-_description: Docking tests
64-command:
65- shopt -s extglob
66- cat $PLAINBOX_PROVIDER_UNITS/dock.pxu
67-
68-id: __ethernet__
69-plugin: local
70-_description: Ethernet Device tests
71-command:
72- shopt -s extglob
73- cat $PLAINBOX_PROVIDER_DATA/../jobs/ethernet.txt?(.in)
74-
75-id: __esata__
76-plugin: local
77-_description: eSATA disk tests
78-command:
79- shopt -s extglob
80- cat $PLAINBOX_PROVIDER_DATA/../jobs/esata.txt?(.in)
81-
82-id: __fingerprint__
83-plugin: local
84-_description: Fingerprint reader tests
85-command:
86- shopt -s extglob
87- cat $PLAINBOX_PROVIDER_DATA/../jobs/fingerprint.txt?(.in)
88-
89-id: __firewire__
90-plugin: local
91-_description: Firewire disk tests
92-command:
93- shopt -s extglob
94- cat $PLAINBOX_PROVIDER_DATA/../jobs/firewire.txt?(.in)
95-
96-id: __firmware__
97-plugin: local
98-_description: Firmware tests
99-command:
100- shopt -s extglob
101- cat $PLAINBOX_PROVIDER_DATA/../jobs/firmware.txt?(.in)
102-
103-id: __floppy__
104-plugin: local
105-_description: Floppy disk tests
106-command:
107- shopt -s extglob
108- cat $PLAINBOX_PROVIDER_DATA/../jobs/floppy.txt?(.in)
109-
110-id: __graphics__
111-plugin: local
112-_description: Graphics tests
113-command:
114- shopt -s extglob
115- cat $PLAINBOX_PROVIDER_DATA/../jobs/graphics.txt?(.in) $PLAINBOX_PROVIDER_DATA/../jobs/graphics-legacy.txt?(.in)
116-
117-id: __hibernate__
118-plugin: local
119-_description: Hibernation tests
120-command:
121- shopt -s extglob
122- cat $PLAINBOX_PROVIDER_DATA/../jobs/hibernate.txt?(.in)
123-
124-id: __info__
125-plugin: local
126-_description: Informational tests
127-command:
128- shopt -s extglob
129- cat $PLAINBOX_PROVIDER_DATA/../jobs/info.txt?(.in)
130-
131-id: __input__
132-plugin: local
133-_description: Input Devices tests
134-command:
135- shopt -s extglob
136- cat $PLAINBOX_PROVIDER_DATA/../jobs/input.txt?(.in)
137-
138-id: __install__
139-plugin: local
140-_description: Software Installation tests
141-command:
142- shopt -s extglob
143- cat $PLAINBOX_PROVIDER_DATA/../jobs/install.txt?(.in)
144-
145-id: __keys__
146-plugin: local
147-_description: Hotkey tests
148-command:
149- shopt -s extglob
150- cat $PLAINBOX_PROVIDER_DATA/../jobs/keys.txt?(.in)
151-
152-id: __led__
153-plugin: local
154-_description: LED tests
155-command:
156- shopt -s extglob
157- cat $PLAINBOX_PROVIDER_DATA/../jobs/led.txt?(.in)
158-
159-id: __mediacard__
160-plugin: local
161-_description: Media Card tests
162-command:
163- shopt -s extglob
164- cat $PLAINBOX_PROVIDER_DATA/../jobs/mediacard.txt?(.in)
165-
166-id: __memory__
167-plugin: local
168-_description: Memory tests
169-command:
170- shopt -s extglob
171- cat $PLAINBOX_PROVIDER_DATA/../jobs/memory.txt?(.in)
172-
173-id: __rendercheck__
174-plugin: local
175-_description: Rendercheck tests
176-command:
177- shopt -s extglob
178- cat $PLAINBOX_PROVIDER_DATA/../jobs/rendercheck.txt?(.in)
179-
180-id: __mir__
181-plugin: local
182-_description: MIR tests
183-command:
184- shopt -s extglob
185- cat $PLAINBOX_PROVIDER_DATA/../jobs/mir.txt?(.in)
186-
187-id: __miscellanea__
188-plugin: local
189-_description: Miscellaneous tests
190-command:
191- shopt -s extglob
192- cat $PLAINBOX_PROVIDER_DATA/../jobs/miscellanea.txt?(.in)
193-
194-id: __monitor__
195-plugin: local
196-_description: Monitor tests
197-command:
198- shopt -s extglob
199- cat $PLAINBOX_PROVIDER_DATA/../jobs/monitor.txt?(.in)
200-
201-id: __networking__
202-plugin: local
203-_description: Non-device specific networking tests
204-command:
205- shopt -s extglob
206- cat $PLAINBOX_PROVIDER_DATA/../jobs/networking.txt?(.in)
207-
208-id: __optical__
209-plugin: local
210-_description: Optical Drive tests
211-command:
212- shopt -s extglob
213- cat $PLAINBOX_PROVIDER_DATA/../jobs/optical.txt?(.in)
214-
215-id: __panel_clock__
216-plugin: local
217-_description: Panel Clock Verification tests
218-command:
219- shopt -s extglob
220- cat $PLAINBOX_PROVIDER_DATA/../jobs/panel_clock_test.txt?(.in)
221-
222-id: __panel_reboot__
223-plugin: local
224-_description: Panel Reboot Verification tests
225-command:
226- shopt -s extglob
227- cat $PLAINBOX_PROVIDER_DATA/../jobs/panel_reboot.txt?(.in)
228-
229-id: __expresscard__
230-plugin: local
231-_description: ExpressCard tests
232-command:
233- shopt -s extglob
234- cat $PLAINBOX_PROVIDER_DATA/../jobs/expresscard.txt?(.in)
235-
236-id: __peripheral__
237-plugin: local
238-_description: Peripheral tests
239-command:
240- shopt -s extglob
241- cat $PLAINBOX_PROVIDER_DATA/../jobs/peripheral.txt?(.in)
242-
243-id: __power-management__
244-plugin: local
245-_description: Power Management tests
246-command:
247- shopt -s extglob
248- cat $PLAINBOX_PROVIDER_DATA/../jobs/power-management.txt?(.in)
249-
250-id: __server-services__
251-plugin: local
252-_description: Server Services checks
253-command:
254- shopt -s extglob
255- cat $PLAINBOX_PROVIDER_DATA/../jobs/server-services.txt?(.in)
256-
257-id: __suspend__
258-plugin: local
259-_description: Suspend tests
260-command:
261- shopt -s extglob
262- cat $PLAINBOX_PROVIDER_DATA/../jobs/suspend.txt?(.in)
263-
264-id: __thunderbolt__
265-plugin: local
266-_description: Thunderbolt tests
267-command:
268- shopt -s extglob
269- cat $PLAINBOX_PROVIDER_DATA/../jobs/thunderbolt.pxu
270-
271-id: __touchpad__
272-plugin: local
273-_description: Touchpad tests
274-command:
275- shopt -s extglob
276- cat $PLAINBOX_PROVIDER_DATA/../jobs/touchpad.txt?(.in)
277-
278-id: __touchscreen__
279-plugin: local
280-_description: Touchscreen tests
281-command:
282- shopt -s extglob
283- cat $PLAINBOX_PROVIDER_DATA/../jobs/touchscreen.txt?(.in)
284-
285-id: __usb__
286-plugin: local
287-_description: USB tests
288-command:
289- shopt -s extglob
290- cat $PLAINBOX_PROVIDER_DATA/../jobs/usb.txt?(.in)
291-
292-id: __user_apps__
293-plugin: local
294-_description: User Applications
295-command:
296- shopt -s extglob
297- cat $PLAINBOX_PROVIDER_DATA/../jobs/user_apps.txt?(.in)
298-
299-id: __virtualization__
300-plugin: local
301-_description: Virtualization tests
302-command:
303- shopt -s extglob
304- cat $PLAINBOX_PROVIDER_DATA/../jobs/virtualization.txt?(.in)
305-
306-id: __wireless__
307-plugin: local
308-_description: Wireless networking tests
309-command:
310- shopt -s extglob
311- cat $PLAINBOX_PROVIDER_DATA/../jobs/wireless.txt?(.in)
312-
313-id: __mobilebroadband__
314-plugin: local
315-_description: Mobile broadband tests
316-command:
317- shopt -s extglob
318- cat $PLAINBOX_PROVIDER_DATA/../jobs/mobilebroadband.txt?(.in)
319-
320-id: __stress__
321-plugin: local
322-_description: Stress tests
323-command:
324- shopt -s extglob
325- cat $PLAINBOX_PROVIDER_DATA/../jobs/stress.txt?(.in)
326-
327-id: __smoke__
328-plugin: local
329-_description: Smoke tests
330-command:
331- shopt -s extglob
332- cat $PLAINBOX_PROVIDER_DATA/../jobs/smoke.txt?(.in)

Subscribers

People subscribed via source and target branches