~roadmr/ubuntu/precise/checkbox/0.13.5

« back to all changes in this revision

Viewing changes to build/share/checkbox/jobs/user_apps.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-12-15 13:05:20 UTC
  • Revision ID: james.westby@ubuntu.com-20101215130520-2h8velbip6ioancs
Tags: 0.10.3ubuntu1
Hack to work around internals of ConfigParser in python2.7. LP: #689140.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin: manual
 
2
name: update_manager_finds_updates
 
3
depends: internet_test
 
4
user: root
 
5
requires: package.name == 'update-manager'
 
6
description:
 
7
 This test will execute Update Manager and check to see if there are any available updates for the system. Please follow the prompts and if updates are found, install them. When Update Manager has finished, please close the app by clicking the Close button in the lower right corner.
 
8
command: update-manager --check-dist-upgrades
 
9
 
 
10
plugin: manual
 
11
name: nautilus_folder_create
 
12
requires: package.name == 'nautilus'
 
13
command: nautilus
 
14
description:
 
15
 Click the Test button to open the File Browser. On the menu bar, click File -> Create Folder. In the name box for the new folder, enter the name Test Folder and hit Enter.
 
16
 .
 
17
 Do you now have a new folder called Test Folder?
 
18
 .
 
19
 Close the File browser.
 
20
 
 
21
plugin: manual
 
22
name: nautilus_folder_copy
 
23
depends: nautilus_folder_create
 
24
command: nautilus
 
25
description:
 
26
 Click the Test button to open the File Browser. Right click on the folder called Test Folder and click on Copy.  Right Click on any white area in the window and click on Paste.
 
27
 .
 
28
 Right click on the folder called Test Folder(copy) and click Rename. Enter the name Test Data in the name box and hit Enter.
 
29
 .
 
30
 Do you now have a folder called Test Data?
 
31
 .
 
32
 Close the File browser.
 
33
 
 
34
plugin: manual
 
35
name: nautilus_folder_move
 
36
depends: nautilus_folder_copy
 
37
command: nautilus
 
38
description:
 
39
 Click the Test button to open the File Browser. Click and drag the folder called Test Data onto the icon called Test Folder. Release the button.
 
40
 .
 
41
 Double click the folder called Test Folder to open it up.
 
42
 .
 
43
 Was the folder called Test Data successfully moved into the folder called Test Folder?
 
44
 .
 
45
 Close the File Browser.
 
46
 
 
47
plugin: manual
 
48
name: nautilus_file_create
 
49
depends: nautilus_folder_create
 
50
command: nautilus $HOME/"Test Folder"
 
51
description:
 
52
 Click the Test button to open the File Browser. Right click in the white space and click Create Document -> Empty File. Enter the name Test File 1 in the name box and hit Enter.
 
53
 .
 
54
 Do you now have a file called Test File 1?
 
55
 .
 
56
 Close the File browser.
 
57
 
 
58
plugin: manual
 
59
name: nautilus_file_copy
 
60
depends: nautilus_file_create
 
61
command: nautilus $HOME/"Test Folder"
 
62
description:
 
63
 Click the Test button to open the File Browser. Right click on the file called Test File 2 and click Copy. Right click in the white space and click Paste.
 
64
 .
 
65
 Right click on the file called Test File 1(copy) and click Rename. Enter the name Test File 2 in the name box and hit Enter.
 
66
 .
 
67
 Do you now have a file called Test File 2?
 
68
 .
 
69
 Close the File Browser.
 
70
 
 
71
plugin: manual
 
72
name: nautilus_file_move
 
73
depends: nautilus_file_copy
 
74
command: nautilus $HOME/"Test Folder"
 
75
description:
 
76
 Click the Test button to open the File Browser. Click and drag the file called Test File 2 onto the icon for the folder called Test Data. Release the button.
 
77
 .
 
78
 Double click the icon for Test Data to open that folder up.
 
79
 .
 
80
 Was the file Test File 2 successfully moved into the Test Data folder?
 
81
 .
 
82
 Close the File Browser.
 
83
 
 
84
plugin: manual
 
85
name: nautilus_file_delete
 
86
depends: nautilus_file_create
 
87
command: nautilus $HOME/"Test Folder"
 
88
description:
 
89
 Click the Test button to open the File Browser. Right click on the file called Test File 1 and click on Move To Trash.
 
90
 .
 
91
 Is Test File 1 now gone?
 
92
 .
 
93
 Close the File Browser.
 
94
 
 
95
plugin: manual
 
96
name: nautilus_folder_delete
 
97
depends: nautilus_folder_create
 
98
command: nautilus
 
99
description:
 
100
 Click the Test button to open the File Browser. Right click on the folder called Test Folder and click on Move To Trash.
 
101
 .
 
102
 Has Test Folder been successfully deleted?
 
103
 .
 
104
 Close the File Browser.
 
105
 
 
106
plugin: local
 
107
name: Office Document Viewer Test
 
108
requires: package.name == "ubuntu-desktop"
 
109
description: Common Document Types Test
 
110
command:
 
111
 cat <<'EOF' | run_templates -s "find $CHECKBOX_SHARE/data/documents -type f"
 
112
 name: `basename $0`_test
 
113
 plugin: manual
 
114
 description:
 
115
  Now we will attempt to open the file '$0' with it's default viewer. After the viewer opens, check out the file that was opened and then close the application (OpenOffice, Doc Viewer, etc.)
 
116
  .
 
117
  Click Test to begin
 
118
  .
 
119
  Did the application open the document properly? (e.g was it displayed and did it function properly?)
 
120
 command: xdg-open $0
 
121
 EOF
 
122
 
 
123
plugin: local
 
124
name: Audio File Player Test
 
125
requires: package.name == "ubuntu-desktop"
 
126
description: Common Document Types Test
 
127
command:
 
128
 cat <<'EOF' | run_templates -s "find $CHECKBOX_SHARE/data/audio -type f"
 
129
 name: `basename $0`_test
 
130
 plugin: manual
 
131
 description:
 
132
  Now we will attempt to open the audio file '$0' with it's default player. After the player opens, listen to the sound and then close the application.
 
133
  .
 
134
  Click Test to begin
 
135
  .
 
136
  Did the application play the audio file properly? (no skips, crackles, etc)
 
137
 command: xdg-open $0
 
138
 EOF
 
139
 
 
140
plugin: local
 
141
name: Video File Player Test
 
142
requires: package.name == "ubuntu-desktop"
 
143
description: Common Document Types Test
 
144
command:
 
145
 cat <<'EOF' | run_templates -s "find $CHECKBOX_SHARE/data/video -type f"
 
146
 name: `basename $0`_test
 
147
 plugin: manual
 
148
 description:
 
149
  Now we will attempt to play the video '$0' with it's default player. After the video plays, close the application.
 
150
  .
 
151
  Click Test to begin
 
152
  .
 
153
  Did the application play '$0' proplerly (no video or audio issues with playback?)
 
154
 command: xdg-open $0
 
155
 EOF
 
156
 
 
157
plugin: local
 
158
name: Image File Viewer Test
 
159
requires: package.name == "ubuntu-desktop"
 
160
description: Common Document Types Test
 
161
command:
 
162
 cat <<'EOF' | run_templates -s "find $CHECKBOX_SHARE/data/images -type f"
 
163
 name: `basename $0`_test
 
164
 plugin: manual
 
165
 description:
 
166
  Now we will attempt to open the image '$0' with it's default viewer. After the viewer opens, check out the file that was opened and then close the application.
 
167
  .
 
168
  Click Test to begin
 
169
  .
 
170
  Did the image display properly?
 
171
 command: xdg-open $0
 
172
 EOF
 
173
 
 
174
plugin: manual
 
175
name: applications-firefox
 
176
requires: package.name == 'firefox'
 
177
command: firefox $CHECKBOX_SHARE/data/websites/testindex.html
 
178
description:
 
179
 Click the "Test" button to launch Firefox and view the test web page.
 
180
 .
 
181
 Did the Ubuntu Test page load correctly?
 
182
 
 
183
plugin: manual
 
184
name: applications-firefox-java
 
185
depends: applications-firefox
 
186
requires: package.name == 'firefox'
 
187
command: firefox $CHECKBOX_SHARE/data/websites/javatest.html
 
188
description:
 
189
 Click the "Test" button to open Firefox with the Java test page, and follow the instructions there.
 
190
 .
 
191
 Did the applet display?
 
192
 
 
193
plugin: manual
 
194
name: applications-firefox-flash
 
195
depends: applications-firefox
 
196
requires: package.name == 'firefox'
 
197
command: firefox $CHECKBOX_SHARE/data/websites/flashtest.html
 
198
description:
 
199
 Click the "Test" button to launch Firefox and view a sample Flash test.
 
200
 .
 
201
 Did you see the text?
 
202
 
 
203
plugin: manual
 
204
name: applications-firefox-flash-video
 
205
depends: applications-firefox-flash
 
206
requires: package.name == 'firefox'
 
207
command: firefox $CHECKBOX_SHARE/data/websites/flashvideo.html
 
208
description:
 
209
 Click the "Test" button to launch Firefox and view a short flash video.
 
210
 .
 
211
 Did the video play correctly?
 
212
 
 
213
plugin: manual
 
214
name: applications-firefox-totem
 
215
depends: applications-firefox
 
216
requires: package.name == 'firefox'
 
217
command: firefox $CHECKBOX_SHARE/data/video/Quicktime_Video.mov
 
218
description:
 
219
 Click the "Test" button to launch Firefox with a sample video.
 
220
 .
 
221
 Did the video play using a plugin?
 
222
 
 
223
plugin: manual
 
224
name: applications-empathy-facebook_chat
 
225
requires: package.name == "empathy"
 
226
command: empathy
 
227
description:
 
228
 Click the "Test" button to launch Empathy, then configure it to connect to the following service. Once you have completed the test, please quit Empathy to continue here.
 
229
 .
 
230
 Facebook Chat
 
231
 .
 
232
 Were you able to connect correctly and send/receive messages?
 
233
 
 
234
plugin: manual
 
235
name: applications-empathy-google_talk
 
236
requires: package.name == "empathy"
 
237
command: empathy
 
238
description:
 
239
 Click the "Test" button to launch Empathy, then configure it to connect to the following service. Once you have completed the test, please quit Empathy to continue here.
 
240
 .
 
241
 Google Talk
 
242
 .
 
243
 Were you able to connect correctly and send/receive messages?
 
244
 
 
245
plugin: manual
 
246
name: applications-empathy-jabber
 
247
requires: package.name == "empathy"
 
248
command: empathy
 
249
description:
 
250
 Click the "Test" button to launch Empathy, then configure it to connect to the following service. Once you have completed the test, please quit Empathy to continue here.
 
251
 .
 
252
 Jabber
 
253
 .
 
254
 Were you able to connect correctly and send/receive messages?
 
255
 
 
256
plugin: manual
 
257
name: applications-empathy-aim
 
258
requires: package.name == "empathy"
 
259
command: empathy
 
260
description:
 
261
 Click the "Test" button to launch Empathy, then configure it to connect to the following service. Once you have completed the test, please quit Empathy to continue here.
 
262
 .
 
263
 AIM
 
264
 .
 
265
 Were you able to connect correctly and send/receive messages?
 
266
 
 
267
plugin: manual
 
268
name: applications-empathy-msn
 
269
requires: package.name == "empathy"
 
270
command: empathy
 
271
description:
 
272
 Click the "Test" button to launch Empathy, then configure it to connect to the following service. Once you have completed the test, please quit Empathy to continue here.
 
273
 .
 
274
 MSN
 
275
 .
 
276
 Were you able to connect correctly and send/receive messages?