Merge ~seb128/ubuntu-manual-tests:main into ubuntu-manual-tests:main

Proposed by Sebastien Bacher
Status: Merged
Merged at revision: 5e4dbfcc365d4d4a2c7682928bf2ce9dfc389f5e
Proposed branch: ~seb128/ubuntu-manual-tests:main
Merge into: ubuntu-manual-tests:main
Diff against target: 1973 lines (+1862/-0)
16 files modified
definitions/canary_desktop_cases.xml (+428/-0)
testcases/image/1760_Canary Install (entire disk) (+89/-0)
testcases/image/1761_Canary Install (manual partitioning) (+91/-0)
testcases/image/1762_Canary Install (auto-resize) (+95/-0)
testcases/image/1763_Canary Install (entire disk with lvm and encryption) (+103/-0)
testcases/image/1764_Canary Install (Safe Graphics mode) (+89/-0)
testcases/image/1765_Canary Install RST (+133/-0)
testcases/image/1766_Canary Install Bitlocker (+130/-0)
testcases/image/1767_Canary Live Session (+35/-0)
testcases/image/1768_Canary Install (manual partitioning re-using home partition) (+94/-0)
testcases/image/1769_Canary Non-English Installation No Network (+95/-0)
testcases/image/1770_Canary Install (Screen Reader) (+97/-0)
testcases/image/1771_Canary Install UEFI SecureBoot nVidia (+104/-0)
testcases/image/1772_Canary Install (erase and re-install) (+167/-0)
testcases/image/1773_Canary Non-English Installation Online and CJK Input (+94/-0)
testcases/image/1774_Canary VMWare Easy Install (+18/-0)
Reviewer Review Type Date Requested Status
Brian Murray Approve
Review via email: mp+431730@code.launchpad.net

Description of the change

Desktop testcases refreshed for the new canary image. I've already pushed those to the website but better to have them also in the Vcs

To post a comment you must log in.
Revision history for this message
Brian Murray (brian-murray) wrote :

This looks great, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/definitions/canary_desktop_cases.xml b/definitions/canary_desktop_cases.xml
2new file mode 100644
3index 0000000..a4f26b8
4--- /dev/null
5+++ b/definitions/canary_desktop_cases.xml
6@@ -0,0 +1,428 @@
7+<ut:configuration xmlns:ut="urn:com:ubuntu:tests">
8+ <ut:template>
9+ <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
10+ <dl>
11+ <ut:tests />
12+ </dl>
13+ <p>If <strong>all</strong> actions produce the expected results described,
14+ please <a href="results#add_result">submit</a> a 'passed' result.</p>
15+ <p>If <strong>any</strong> action fails, or produces an unexpected result,
16+ please <a href="results#add_result">submit</a> a 'failed' result and <a
17+ href="../../buginstructions">file a bug</a>. Please be sure to include
18+ the bug number when you <a href="results#add_result">submit</a> your
19+ result.</p>
20+ </ut:template>
21+
22+ <ut:test id="session-start">
23+ Test-case Live Session Start
24+ <dl>
25+ <dt>Boot up the image</dt>
26+ <dd>FAMILY boot screen is displayed</dd>
27+ <dt>When the installer starts select your language in the left column</dt>
28+ <dd>Language is selected, all labels are changed to translated versions</dd>
29+ <dt>Click on 'Continue'</dt>
30+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
31+ <dt>Click on the 'Try FAMILY' icon to select the option and click on the 'Continue' button</dt>
32+ <dd>The default desktop is displayed</dd>
33+ </dl>
34+ Test-case Live Session Usage
35+ <dl>
36+ <dt>Use and execute the default applications found for the desktop environment being run</dt>
37+ <dd>All applications should function without error</dd>
38+ </dl>
39+ </ut:test>
40+
41+ <ut:test id="bitlocker-config">
42+ <dt>Try installing on a machine with a Windows installation and a bitlocker partition</dt>
43+ </ut:test>
44+
45+ <ut:test id="rst-config">
46+ <dt>Boot up the image in UEFI mode</dt>
47+ <dt>In GRUB boot menu, select UEFI Firmware settings</dt>
48+ <dt>Check hardware settings for the hard-drive and if set to ACPI mode, change it to "RAID" or "RST"</dt>
49+ <dt>Save and exit the firmware</dt>
50+ </ut:test>
51+
52+ <ut:test id="grub">
53+ <dt>Boot up the image</dt>
54+ <dd>If you see the GRUB boot menu you should see the following:</dd>
55+ <dd>
56+ <li>'Try or Install FAMILY'</li>
57+ <li>'FAMILY (safe graphics)'</li>
58+ <li>'OEM install (for manufacturers)'</li>
59+ <li>'Memory test' (only on BIOS systems)</li>
60+ </dd>
61+ </ut:test>
62+
63+ <ut:test id="try-or-install">
64+ <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
65+ <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
66+ </ut:test>
67+
68+ <ut:test id="safe-graphics">
69+ <dt>Select the 'FAMILY (safe graphics)' option and press Enter</dt>
70+ <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
71+ </ut:test>
72+
73+ <ut:test id="start">
74+ <dt>Click on 'Continue'</dt>
75+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
76+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
77+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
78+ <dd>The 'Keyboard layout' screen appears</dd>
79+ <dd>The proposed keyboard corresponds with your keyboard</dd>
80+ <dt>Select your keyboard layout and click on Continue</dt>
81+ <dd>The 'Connect to internet' screen is displayed</dd>
82+ <dd>The screen should reflect the current status and display those elements</dd>
83+ <dd>
84+ <li>Wired connection</li>
85+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
86+ <li>Connect to a hidden Wi-Fi network</li>
87+ <li>I don't want to connect to internet for now</li>
88+ </dd>
89+ <dt>Click on 'Continue'</dt>
90+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
91+ </ut:test>
92+
93+ <ut:test id="select-installation-type">
94+ <dt>Click on 'Continue'</dt>
95+ <dd>The 'Installation type' screen is displayed</dd>
96+ </ut:test>
97+
98+ <ut:test id="custom-partition">
99+ <dt>Select 'Something Else' and click 'Continue'</dt>
100+ <dd>A screen showing the current hard disks and partition layouts is displayed</dd>
101+ <dt>Select the drive you wish to partition and use the Add '+', Change 'Change', and Delete '-' buttons to create your desired scheme</dt>
102+ <dd>The screen updates showing your desired partitions and mount points</dd>
103+ <ut:var name="partition-instruction" />
104+ <dt>Once you have your required partitioning scheme laid out, click on 'Continue'</dt>
105+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
106+ <dt>Verify that the partitioning details make sense</dt>
107+ <dt>Click 'Start Installing'</dt>
108+ </ut:test>
109+
110+ <ut:test id="reuse-partition">
111+ <dt>Select 'Something Else' and click 'Continue'</dt>
112+ <dd>A screen showing the current hard disks and partition layouts is displayed</dd>
113+ <dt>Select the drive you wish to partition and use the Add '+', Change 'Change', and Delete '-' buttons to create your desired scheme</dt>
114+ <dd>The screen updates showing your desired partitions and mount points</dd>
115+ <em>Make sure that your scheme also includes a separate /home partition</em>
116+ <dt>Once you have your required partitioning scheme laid out, click on 'Continue'</dt>
117+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
118+ <dt>Verify that the partitioning details make sense</dt>
119+ <dt>Click 'Start Installing'</dt>
120+ </ut:test>
121+
122+ <ut:test id="resize">
123+ <dt>Select 'Install FAMILY XX.XX alongside SYSTEM YY'</dt>
124+ <dd>(SYSTEM YY is the name of the system already installed on disk (FAMILY 12.04, Windows 7, ...)</dd>
125+ <dt>Click on 'Continue'</dt>
126+ <dd>The Screen Install FAMILY XX.XX alongside SYSTEM YY appears</dd>
127+ <dt>Note the drive selected on the Select drive list and the bar state</dt>
128+ <strong>If the target drive has a free partition with sufficient free space, install will proceed without further partitioning intervention</strong>
129+ <dd>The drive corresponds to the drive on the chart (e.g /dev/sda) and the bar is divided</dd>
130+ <dt>Move the bar that separates the sections as appropriate</dt>
131+ <dd>The slider bar can be set as appropriate</dd>
132+ <dt>Click on the 'Install Now' button</dt>
133+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
134+ <dt>Verify that the partitioning details make sense</dt>
135+ <dt>Click 'Start Installing'</dt>
136+ </ut:test>
137+
138+ <ut:test id="entire-disk">
139+ <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
140+ <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
141+ <dt>Click on 'Continue'</dt>
142+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
143+ <dt>Verify that the partitioning details make sense</dt>
144+ <dd>The available disk should be used for the installation</dd>
145+ <dt>Click 'Start Installing'</dt>
146+ </ut:test>
147+
148+ <ut:test id="disk-lvm-encryption">
149+ <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
150+ <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
151+ <dt>Click on the 'Advanced features...' button</dt>
152+ <dd>The 'Advanced Features' dialog is displayed</dd>
153+ <dt>Select 'Use LVM with the new FAMILY installation' and check 'Encrypt the new FAMILY installation for security'</dt>
154+ <dd>'Use LVM with the new FAMILY Installation' is selected and 'Encrypt the new FAMILY Installation for security' is checked</dd>
155+ <dt>Click on the 'OK' button</dt>
156+ <dd>The dialog closes and 'LVM and encryption selected' is displayed next to the 'Advanced features...' button</dd>
157+ <dt>Click on 'Continue'</dt>
158+ <dd>The 'Choose a security key' screen is displayed with the 'Cotinue' button greyed out</dd>
159+ <dt>Enter a security key and type a different key into the 'confirm the security key' input box</dt>
160+ <dd>The installer displays 'The security keys do not match'</dd>
161+ <dt>Enter a security key and type the same key into the 'Confirm the security key' input box</dt>
162+ <dd>The passwords are accepted and the 'Continue' button can be clicked</dd>
163+ <dt>Click the 'Show security key' checkbox</dt>
164+ <dd>The box is checked and the passwords are displayed</dd>
165+ <dt>Click on 'Continue'</dt>
166+ <dd>'Write the changes to disks' dialogue appears</dd>
167+ <dt>Verify that the partitioning details make sense</dt>
168+ <dt>Click 'Start installing'</dt>
169+ <dd>The 'Where are you?' screen is displayed</dd>
170+ </ut:test>
171+
172+ <ut:test id="bitlocker-screen">
173+ <dd>The 'Turn off BitLocker' screen is displayed and there is no way to continue the installation</dd>
174+ <dt>Scan the QR code with a phone</dt>
175+ <dd>Verify that the page help.ubuntu.com/rst opens with detailed information about RST and how to disable it.</dd>
176+ <dt>Follow the instructions on the page OR disable RST from UEFI firmware</dt>
177+ </ut:test>
178+
179+ <ut:test id="rst-screen">
180+ <dd>The 'Turn off RST' screen is displayed and there is no way to continue the installation</dd>
181+ <dt>Scan the QR code with a phone</dt>
182+ <dd>Verify that the page help.ubuntu.com/rst opens with detailed information about RST and how to disable it.</dd>
183+ <dt>Follow the instructions on the page OR disable RST from UEFI firmware</dt>
184+ </ut:test>
185+
186+ <ut:test id="setup">
187+ <dd>The 'Where are you?' screen is displayed</dd>
188+ <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
189+ <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
190+ <dt>Select your timezone, and click on the Continue button</dt>
191+ <dd>The 'Who are you?' screen appears</dd>
192+ <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
193+<!-- 'Require my password to log in' is selected but 'Log in automatically' option is shown -->
194+ <dd>Name, username and password are accepted.</dd>
195+ <dd>Continue button becomes available</dd>
196+ <dt>Click on 'Continue'</dt>
197+ <dd>The 'Choose your look' screen is displayed showing light and dark options</dd>
198+ <dt>Click on 'Continue'</dt>
199+ <dd>The 'Welcome to FAMILY' slide is displayed</dd>
200+ <dd>The slideshow is entirely in your language</dd>
201+ <dt>Wait for the installer to finish</dt>
202+ <dd>An 'Installation Complete' dialog appears</dd>
203+ <dt>Click the 'Restart into FAMILY XX.XX' button</dt>
204+ <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
205+ <dt>Remove the disc and press enter</dt>
206+ <dd>The machine is rebooted</dd>
207+ </ut:test>
208+
209+ <ut:test id="reboot-ubuntu">
210+ <dt>Allow the machine to reboot</dt>
211+ <dd>The system boots properly and loads into FAMILY showing username selected</dd>
212+ </ut:test>
213+
214+ <ut:test id="reboot-encrypted">
215+ <dt>Allow the machine to reboot</dt>
216+ <dd>The system boots properly</dd>
217+ <dd>A text entry is displayed to enter your password to decrypt the disk</dd>
218+ <dd>The system loads into FAMILY showing username selected</dd>
219+ </ut:test>
220+
221+ <ut:case id="1760_Canary Install (entire disk)">
222+ <ut:include ref="grub" />
223+ <ut:include ref="try-or-install" />
224+ <ut:include ref="start" />
225+ <ut:include ref="select-installation-type" />
226+ <ut:include ref="entire-disk" />
227+ <ut:include ref="setup" />
228+ <ut:include ref="reboot-ubuntu" />
229+ </ut:case>
230+
231+ <ut:test id="reuse-postinst">
232+ <dt>Login, ensure that the /home partition is still in use and the data from the previous installation have been preserved</dt>
233+ </ut:test>
234+
235+ <ut:case id="1761_Canary Install (manual partitioning)">
236+ <ut:include ref="grub" />
237+ <ut:include ref="try-or-install" />
238+ <ut:include ref="start" />
239+ <ut:include ref="select-installation-type" />
240+ <ut:include ref="custom-partition"><ut:define name="partition-instruction"></ut:define></ut:include>
241+ <ut:include ref="setup" />
242+ <ut:include ref="reboot-ubuntu" />
243+ </ut:case>
244+
245+ <ut:case id="1762_Canary Install (auto-resize)">
246+ <ut:include ref="grub" />
247+ <ut:include ref="try-or-install" />
248+ <ut:include ref="start" />
249+ <ut:include ref="select-installation-type" />
250+ <ut:include ref="resize" />
251+ <ut:include ref="setup" />
252+ <ut:include ref="reboot-ubuntu" />
253+ </ut:case>
254+
255+ <ut:case id="1763_Canary Install (entire disk with lvm and encryption)">
256+ <ut:include ref="grub" />
257+ <ut:include ref="try-or-install" />
258+ <ut:include ref="start" />
259+ <ut:include ref="select-installation-type" />
260+ <ut:include ref="disk-lvm-encryption" />
261+ <ut:include ref="setup" />
262+ <ut:include ref="reboot-ubuntu" />
263+ </ut:case>
264+
265+ <ut:case id="1764_Canary Install (Safe Graphics mode)">
266+ <ut:include ref="grub" />
267+ <ut:include ref="safe-graphics" />
268+ <ut:include ref="start" />
269+ <ut:include ref="select-installation-type" />
270+ <ut:include ref="entire-disk" />
271+ <ut:include ref="setup" />
272+ <ut:include ref="reboot-ubuntu" />
273+ </ut:case>
274+
275+ <ut:case id="1765_Canary Install RST">
276+ <ut:include ref="rst-config" />
277+ <ut:include ref="grub" />
278+ <ut:include ref="try-or-install" />
279+ <ut:include ref="start" />
280+ <ut:include ref="select-installation-type" />
281+ <ut:include ref="entire-disk" />
282+ <ut:include ref="rst-screen" />
283+ <ut:include ref="start" />
284+ <ut:include ref="select-installation-type" />
285+ <ut:include ref="entire-disk" />
286+ <ut:include ref="setup" />
287+ <ut:include ref="reboot-ubuntu" />
288+ </ut:case>
289+
290+ <ut:case id="1766_Canary Install Bitlocker">
291+ <ut:include ref="bitlocker-config" />
292+ <ut:include ref="grub" />
293+ <ut:include ref="try-or-install" />
294+ <ut:include ref="start" />
295+ <ut:include ref="select-installation-type" />
296+ <ut:include ref="entire-disk" />
297+ <ut:include ref="bitlocker-screen" />
298+ <ut:include ref="start" />
299+ <ut:include ref="select-installation-type" />
300+ <ut:include ref="entire-disk" />
301+ <ut:include ref="setup" />
302+ <ut:include ref="reboot-ubuntu" />
303+ </ut:case>
304+
305+ <ut:case id="1767_Canary Live Session">
306+ <ut:include ref="session-start" />
307+ </ut:case>
308+
309+ <ut:case id="1768_Canary Install (manual partitioning re-using home partition)">
310+ <ut:include ref="grub" />
311+ <ut:include ref="try-or-install" />
312+ <ut:include ref="start" />
313+ <ut:include ref="select-installation-type" />
314+ <ut:include ref="reuse-partition" />
315+ <ut:include ref="setup" />
316+ <ut:include ref="reboot-ubuntu" />
317+ <ut:include ref="reuse-postinst" />
318+ </ut:case>
319+
320+ <ut:case id="1769_Canary Non-English Installation No Network">
321+ <p>The goal of this test case is to check that localization support is
322+ functional during the installation, and that language packs are
323+ installed correctly for those languages in the ISO, and that an
324+ informational message is shown prompting users to connect to the
325+ Internet to fully install language support for those languages not included.</p>
326+ <ut:include ref="grub" />
327+ <ut:include ref="try-or-install" />
328+ <ut:include ref="start" />
329+ <ut:include ref="select-installation-type" />
330+ <ut:include ref="entire-disk" />
331+ <ut:include ref="setup" />
332+ <ut:include ref="reboot-ubuntu" />
333+ <dt>Verify that your system is localized and that the calendar shows the regional settings correctly</dt>
334+ </ut:case>
335+
336+ <ut:case id="1770_Canary Install (Screen Reader)">
337+ <p>This is an installation using the Screen-Reader as done by a visually blind individual.
338+ Please cover your monitor, lay it face down or turn it off during this installation.
339+ You will require speakers or headphones to hear the screen-reader.
340+ As you press Enter to continue on each page, it can take several minutes to advance
341+ to the next installer page.</p>
342+ <ut:include ref="grub" />
343+ <ut:include ref="try-or-install" />
344+ <dt>Wait to hear the drums and press Alt+Super+S to start the screen-reader</dt>
345+ <dd>The screen reader should be active now and read elements allow a keyboard navigation without screen</dd>
346+ <ut:include ref="start" />
347+ <ut:include ref="select-installation-type" />
348+ <ut:include ref="entire-disk" />
349+ <ut:include ref="setup" />
350+ <ut:include ref="reboot-ubuntu" />
351+ <dd>The screen reader should still be active</dd>
352+ </ut:case>
353+
354+ <ut:case id="1771_Canary Install UEFI SecureBoot nVidia">
355+ <p>This test is to ensure that the image boots in UEFI, that the
356+ resulting installation can boot in UEFI as well, regardless of network
357+ availability and that nVidia proprietary drivers are installed and loaded.</p>
358+ <dt>Boot up the image in UEFI mode with <b>Secure Boot enabled</b></dt>
359+ <ut:include ref="grub" />
360+ <ut:include ref="try-or-install" />
361+ <dt>Disconnect from any network using the top panel controls.</dt>
362+ <ut:include ref="start" />
363+ <dt>Check 'Install third-party software for graphics and Wi-Fi hardware'</dt>
364+ <dt>Click on 'Continue'</dt>
365+ <dd>The 'Configure secure boot' screen is displayed</dd>
366+ <dt>Enter a security key and confirm it</dt>
367+ <ut:include ref="select-installation-type" />
368+ <ut:include ref="entire-disk" />
369+ <ut:include ref="setup" />
370+ <dt>Allow the machine to reboot</dt>
371+ <dd>A blue screen titled 'Perform MOK management' is displayed</dd>
372+ <dt>In the list of commands select 'Enroll MOK'</dt>
373+ <dd>The 'Enroll MOK' screen is displayed</dd>
374+ <dt>Select 'Continue'</dt>
375+ <dd>The 'Enroll the key(s)' screen is displayed</dd>
376+ <dt>Select 'Yes' and enter the password you set in the 'Preparing to install FAMILY' page of the installer</dt>
377+ <dd>If the password is correct, the screen 'Perform MOK management' is displayed again</dd>
378+ <dt>Select 'Reboot' and allow the machine to reboot</dt>
379+ <dd>The system boots properly and loads into FAMILY showing username selected</dd>
380+ </ut:case>
381+
382+ <ut:case id="1772_Canary Install (erase and re-install)">
383+ <ut:include ref="grub" />
384+ <ut:include ref="try-or-install" />
385+ <ut:include ref="start" />
386+ <ut:include ref="select-installation-type" />
387+ <ut:include ref="custom-partition">
388+ <ut:define name="partition-instruction">
389+ <dt>Ensure that your scheme also has a separated /home partition included</dt>
390+ <dd>You will need the separated /home partition to verify that erasing and reinstalling FAMILY will wipe it out</dd>
391+ </ut:define>
392+ </ut:include>
393+ <ut:include ref="setup" />
394+ <ut:include ref="reboot-ubuntu" />
395+ <dt>Login as the user you created, or ensure that you are auto-logged in as the user created during setup if you checked the auto-login option</dt>
396+ <dd>The new user's desktop is presented</dd>
397+ <dt>Create a new folder on the desktop by right clicking on it and title it 'test', open Firefox and browse to a couple of sites</dt>
398+ <dd>Now you have a test folder on the desktop and some browsing history, this will be needed to check if erasing and reinstall of FAMILY will wipe them out </dd>
399+ <dt>Reboot using the iso with a CD/DVD or USB Key to perform a reinstall of FAMILY</dt>
400+ <ut:include ref="try-or-install" />
401+ <ut:include ref="start" />
402+ <ut:include ref="select-installation-type" />
403+<!-- Canary doesn't have the 'reuse' option at the moment?-->
404+ <ut:include ref="custom-partition">
405+ <ut:define name="partition-instruction">
406+ <dt>Use the same /home partition than in the first installation and unsure the format checkbox is not selected</dt>
407+ <dd>You will need the separated /home partition to verify that erasing and reinstalling FAMILY will wipe it out</dd>
408+ </ut:define>
409+ </ut:include>
410+ <ut:include ref="setup" />
411+ <ut:include ref="reboot-ubuntu" />
412+ </ut:case>
413+
414+ <ut:case id="1773_Canary Non-English Installation Online and CJK Input">
415+ <p>The goal of this test case is to check that localization support is functional during the installation, that language packs are downloaded and installed correctly from the Internet and that the input methods for either Chinese, Japanese or Korean are working.</p>
416+ <ut:include ref="grub" />
417+ <ut:include ref="try-or-install" />
418+ <dt>Select a CJK language (Chinese, Japanese, Korean)</dt>
419+ <dd>Check that the strings are correctly showing translated and with the right font</dd>
420+ <ut:include ref="start" />
421+ <ut:include ref="select-installation-type" />
422+ <ut:include ref="entire-disk" />
423+ <ut:include ref="setup" />
424+ <ut:include ref="reboot-ubuntu" />
425+ <dt>Verify that your system is localized</dt>
426+ <dt>Verify that the input method works correctly by entering text in the editor. The input method of choice should be available from the panel and typing in the editor should properly display the ibus chars selector.</dt>
427+ </ut:case>
428+
429+ <!-- is that meant to work with Canary today?-->
430+ <ut:case id="1774_Canary VMWare Easy Install">
431+ <p>The goal of this test case is to check that the Easy Install option in VMWare Player works correctly with the Ubuntu image.</p>
432+ </ut:case>
433+
434+</ut:configuration>
435diff --git a/testcases/image/1760_Canary Install (entire disk) b/testcases/image/1760_Canary Install (entire disk)
436new file mode 100644
437index 0000000..7482820
438--- /dev/null
439+++ b/testcases/image/1760_Canary Install (entire disk)
440@@ -0,0 +1,89 @@
441+<!-- Please do not edit this file directly; it was generated with the
442+ tools/test_case_gen script using the following configuration as input:
443+ definitions/canary_desktop_cases.xml
444+-->
445+
446+ <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
447+ <dl>
448+
449+
450+ <dt>Boot up the image</dt>
451+ <dd>If you see the GRUB boot menu you should see the following:</dd>
452+ <dd>
453+ <li>'Try or Install FAMILY'</li>
454+ <li>'FAMILY (safe graphics)'</li>
455+ <li>'OEM install (for manufacturers)'</li>
456+ <li>'Memory test' (only on BIOS systems)</li>
457+ </dd>
458+
459+
460+ <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
461+ <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
462+
463+
464+ <dt>Click on 'Continue'</dt>
465+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
466+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
467+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
468+ <dd>The 'Keyboard layout' screen appears</dd>
469+ <dd>The proposed keyboard corresponds with your keyboard</dd>
470+ <dt>Select your keyboard layout and click on Continue</dt>
471+ <dd>The 'Connect to internet' screen is displayed</dd>
472+ <dd>The screen should reflect the current status and display those elements</dd>
473+ <dd>
474+ <li>Wired connection</li>
475+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
476+ <li>Connect to a hidden Wi-Fi network</li>
477+ <li>I don't want to connect to internet for now</li>
478+ </dd>
479+ <dt>Click on 'Continue'</dt>
480+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
481+
482+
483+ <dt>Click on 'Continue'</dt>
484+ <dd>The 'Installation type' screen is displayed</dd>
485+
486+
487+ <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
488+ <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
489+ <dt>Click on 'Continue'</dt>
490+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
491+ <dt>Verify that the partitioning details make sense</dt>
492+ <dd>The available disk should be used for the installation</dd>
493+ <dt>Click 'Start Installing'</dt>
494+
495+
496+ <dd>The 'Where are you?' screen is displayed</dd>
497+ <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
498+ <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
499+ <dt>Select your timezone, and click on the Continue button</dt>
500+ <dd>The 'Who are you?' screen appears</dd>
501+ <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
502+
503+ <dd>Name, username and password are accepted.</dd>
504+ <dd>Continue button becomes available</dd>
505+ <dt>Click on 'Continue'</dt>
506+ <dd>The 'Choose your look' screen is displayed showing light and dark options</dd>
507+ <dt>Click on 'Continue'</dt>
508+ <dd>The 'Welcome to FAMILY' slide is displayed</dd>
509+ <dd>The slideshow is entirely in your language</dd>
510+ <dt>Wait for the installer to finish</dt>
511+ <dd>An 'Installation Complete' dialog appears</dd>
512+ <dt>Click the 'Restart into FAMILY XX.XX' button</dt>
513+ <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
514+ <dt>Remove the disc and press enter</dt>
515+ <dd>The machine is rebooted</dd>
516+
517+
518+ <dt>Allow the machine to reboot</dt>
519+ <dd>The system boots properly and loads into FAMILY showing username selected</dd>
520+
521+
522+ </dl>
523+ <p>If <strong>all</strong> actions produce the expected results described,
524+ please <a href="results#add_result">submit</a> a 'passed' result.</p>
525+ <p>If <strong>any</strong> action fails, or produces an unexpected result,
526+ please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include
527+ the bug number when you <a href="results#add_result">submit</a> your
528+ result.</p>
529+
530\ No newline at end of file
531diff --git a/testcases/image/1761_Canary Install (manual partitioning) b/testcases/image/1761_Canary Install (manual partitioning)
532new file mode 100644
533index 0000000..334564e
534--- /dev/null
535+++ b/testcases/image/1761_Canary Install (manual partitioning)
536@@ -0,0 +1,91 @@
537+<!-- Please do not edit this file directly; it was generated with the
538+ tools/test_case_gen script using the following configuration as input:
539+ definitions/canary_desktop_cases.xml
540+-->
541+
542+ <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
543+ <dl>
544+
545+
546+ <dt>Boot up the image</dt>
547+ <dd>If you see the GRUB boot menu you should see the following:</dd>
548+ <dd>
549+ <li>'Try or Install FAMILY'</li>
550+ <li>'FAMILY (safe graphics)'</li>
551+ <li>'OEM install (for manufacturers)'</li>
552+ <li>'Memory test' (only on BIOS systems)</li>
553+ </dd>
554+
555+
556+ <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
557+ <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
558+
559+
560+ <dt>Click on 'Continue'</dt>
561+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
562+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
563+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
564+ <dd>The 'Keyboard layout' screen appears</dd>
565+ <dd>The proposed keyboard corresponds with your keyboard</dd>
566+ <dt>Select your keyboard layout and click on Continue</dt>
567+ <dd>The 'Connect to internet' screen is displayed</dd>
568+ <dd>The screen should reflect the current status and display those elements</dd>
569+ <dd>
570+ <li>Wired connection</li>
571+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
572+ <li>Connect to a hidden Wi-Fi network</li>
573+ <li>I don't want to connect to internet for now</li>
574+ </dd>
575+ <dt>Click on 'Continue'</dt>
576+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
577+
578+
579+ <dt>Click on 'Continue'</dt>
580+ <dd>The 'Installation type' screen is displayed</dd>
581+
582+
583+
584+ <dt>Select 'Something Else' and click 'Continue'</dt>
585+ <dd>A screen showing the current hard disks and partition layouts is displayed</dd>
586+ <dt>Select the drive you wish to partition and use the Add '+', Change 'Change', and Delete '-' buttons to create your desired scheme</dt>
587+ <dd>The screen updates showing your desired partitions and mount points</dd>
588+ <dt>Once you have your required partitioning scheme laid out, click on 'Continue'</dt>
589+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
590+ <dt>Verify that the partitioning details make sense</dt>
591+ <dt>Click 'Start Installing'</dt>
592+
593+
594+ <dd>The 'Where are you?' screen is displayed</dd>
595+ <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
596+ <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
597+ <dt>Select your timezone, and click on the Continue button</dt>
598+ <dd>The 'Who are you?' screen appears</dd>
599+ <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
600+
601+ <dd>Name, username and password are accepted.</dd>
602+ <dd>Continue button becomes available</dd>
603+ <dt>Click on 'Continue'</dt>
604+ <dd>The 'Choose your look' screen is displayed showing light and dark options</dd>
605+ <dt>Click on 'Continue'</dt>
606+ <dd>The 'Welcome to FAMILY' slide is displayed</dd>
607+ <dd>The slideshow is entirely in your language</dd>
608+ <dt>Wait for the installer to finish</dt>
609+ <dd>An 'Installation Complete' dialog appears</dd>
610+ <dt>Click the 'Restart into FAMILY XX.XX' button</dt>
611+ <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
612+ <dt>Remove the disc and press enter</dt>
613+ <dd>The machine is rebooted</dd>
614+
615+
616+ <dt>Allow the machine to reboot</dt>
617+ <dd>The system boots properly and loads into FAMILY showing username selected</dd>
618+
619+
620+ </dl>
621+ <p>If <strong>all</strong> actions produce the expected results described,
622+ please <a href="results#add_result">submit</a> a 'passed' result.</p>
623+ <p>If <strong>any</strong> action fails, or produces an unexpected result,
624+ please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include
625+ the bug number when you <a href="results#add_result">submit</a> your
626+ result.</p>
627+
628\ No newline at end of file
629diff --git a/testcases/image/1762_Canary Install (auto-resize) b/testcases/image/1762_Canary Install (auto-resize)
630new file mode 100644
631index 0000000..aa92422
632--- /dev/null
633+++ b/testcases/image/1762_Canary Install (auto-resize)
634@@ -0,0 +1,95 @@
635+<!-- Please do not edit this file directly; it was generated with the
636+ tools/test_case_gen script using the following configuration as input:
637+ definitions/canary_desktop_cases.xml
638+-->
639+
640+ <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
641+ <dl>
642+
643+
644+ <dt>Boot up the image</dt>
645+ <dd>If you see the GRUB boot menu you should see the following:</dd>
646+ <dd>
647+ <li>'Try or Install FAMILY'</li>
648+ <li>'FAMILY (safe graphics)'</li>
649+ <li>'OEM install (for manufacturers)'</li>
650+ <li>'Memory test' (only on BIOS systems)</li>
651+ </dd>
652+
653+
654+ <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
655+ <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
656+
657+
658+ <dt>Click on 'Continue'</dt>
659+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
660+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
661+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
662+ <dd>The 'Keyboard layout' screen appears</dd>
663+ <dd>The proposed keyboard corresponds with your keyboard</dd>
664+ <dt>Select your keyboard layout and click on Continue</dt>
665+ <dd>The 'Connect to internet' screen is displayed</dd>
666+ <dd>The screen should reflect the current status and display those elements</dd>
667+ <dd>
668+ <li>Wired connection</li>
669+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
670+ <li>Connect to a hidden Wi-Fi network</li>
671+ <li>I don't want to connect to internet for now</li>
672+ </dd>
673+ <dt>Click on 'Continue'</dt>
674+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
675+
676+
677+ <dt>Click on 'Continue'</dt>
678+ <dd>The 'Installation type' screen is displayed</dd>
679+
680+
681+ <dt>Select 'Install FAMILY XX.XX alongside SYSTEM YY'</dt>
682+ <dd>(SYSTEM YY is the name of the system already installed on disk (FAMILY 12.04, Windows 7, ...)</dd>
683+ <dt>Click on 'Continue'</dt>
684+ <dd>The Screen Install FAMILY XX.XX alongside SYSTEM YY appears</dd>
685+ <dt>Note the drive selected on the Select drive list and the bar state</dt>
686+ <strong>If the target drive has a free partition with sufficient free space, install will proceed without further partitioning intervention</strong>
687+ <dd>The drive corresponds to the drive on the chart (e.g /dev/sda) and the bar is divided</dd>
688+ <dt>Move the bar that separates the sections as appropriate</dt>
689+ <dd>The slider bar can be set as appropriate</dd>
690+ <dt>Click on the 'Install Now' button</dt>
691+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
692+ <dt>Verify that the partitioning details make sense</dt>
693+ <dt>Click 'Start Installing'</dt>
694+
695+
696+ <dd>The 'Where are you?' screen is displayed</dd>
697+ <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
698+ <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
699+ <dt>Select your timezone, and click on the Continue button</dt>
700+ <dd>The 'Who are you?' screen appears</dd>
701+ <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
702+
703+ <dd>Name, username and password are accepted.</dd>
704+ <dd>Continue button becomes available</dd>
705+ <dt>Click on 'Continue'</dt>
706+ <dd>The 'Choose your look' screen is displayed showing light and dark options</dd>
707+ <dt>Click on 'Continue'</dt>
708+ <dd>The 'Welcome to FAMILY' slide is displayed</dd>
709+ <dd>The slideshow is entirely in your language</dd>
710+ <dt>Wait for the installer to finish</dt>
711+ <dd>An 'Installation Complete' dialog appears</dd>
712+ <dt>Click the 'Restart into FAMILY XX.XX' button</dt>
713+ <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
714+ <dt>Remove the disc and press enter</dt>
715+ <dd>The machine is rebooted</dd>
716+
717+
718+ <dt>Allow the machine to reboot</dt>
719+ <dd>The system boots properly and loads into FAMILY showing username selected</dd>
720+
721+
722+ </dl>
723+ <p>If <strong>all</strong> actions produce the expected results described,
724+ please <a href="results#add_result">submit</a> a 'passed' result.</p>
725+ <p>If <strong>any</strong> action fails, or produces an unexpected result,
726+ please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include
727+ the bug number when you <a href="results#add_result">submit</a> your
728+ result.</p>
729+
730\ No newline at end of file
731diff --git a/testcases/image/1763_Canary Install (entire disk with lvm and encryption) b/testcases/image/1763_Canary Install (entire disk with lvm and encryption)
732new file mode 100644
733index 0000000..0bb3439
734--- /dev/null
735+++ b/testcases/image/1763_Canary Install (entire disk with lvm and encryption)
736@@ -0,0 +1,103 @@
737+<!-- Please do not edit this file directly; it was generated with the
738+ tools/test_case_gen script using the following configuration as input:
739+ definitions/canary_desktop_cases.xml
740+-->
741+
742+ <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
743+ <dl>
744+
745+
746+ <dt>Boot up the image</dt>
747+ <dd>If you see the GRUB boot menu you should see the following:</dd>
748+ <dd>
749+ <li>'Try or Install FAMILY'</li>
750+ <li>'FAMILY (safe graphics)'</li>
751+ <li>'OEM install (for manufacturers)'</li>
752+ <li>'Memory test' (only on BIOS systems)</li>
753+ </dd>
754+
755+
756+ <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
757+ <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
758+
759+
760+ <dt>Click on 'Continue'</dt>
761+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
762+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
763+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
764+ <dd>The 'Keyboard layout' screen appears</dd>
765+ <dd>The proposed keyboard corresponds with your keyboard</dd>
766+ <dt>Select your keyboard layout and click on Continue</dt>
767+ <dd>The 'Connect to internet' screen is displayed</dd>
768+ <dd>The screen should reflect the current status and display those elements</dd>
769+ <dd>
770+ <li>Wired connection</li>
771+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
772+ <li>Connect to a hidden Wi-Fi network</li>
773+ <li>I don't want to connect to internet for now</li>
774+ </dd>
775+ <dt>Click on 'Continue'</dt>
776+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
777+
778+
779+ <dt>Click on 'Continue'</dt>
780+ <dd>The 'Installation type' screen is displayed</dd>
781+
782+
783+ <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
784+ <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
785+ <dt>Click on the 'Advanced features...' button</dt>
786+ <dd>The 'Advanced Features' dialog is displayed</dd>
787+ <dt>Select 'Use LVM with the new FAMILY installation' and check 'Encrypt the new FAMILY installation for security'</dt>
788+ <dd>'Use LVM with the new FAMILY Installation' is selected and 'Encrypt the new FAMILY Installation for security' is checked</dd>
789+ <dt>Click on the 'OK' button</dt>
790+ <dd>The dialog closes and 'LVM and encryption selected' is displayed next to the 'Advanced features...' button</dd>
791+ <dt>Click on 'Continue'</dt>
792+ <dd>The 'Choose a security key' screen is displayed with the 'Cotinue' button greyed out</dd>
793+ <dt>Enter a security key and type a different key into the 'confirm the security key' input box</dt>
794+ <dd>The installer displays 'The security keys do not match'</dd>
795+ <dt>Enter a security key and type the same key into the 'Confirm the security key' input box</dt>
796+ <dd>The passwords are accepted and the 'Continue' button can be clicked</dd>
797+ <dt>Click the 'Show security key' checkbox</dt>
798+ <dd>The box is checked and the passwords are displayed</dd>
799+ <dt>Click on 'Continue'</dt>
800+ <dd>'Write the changes to disks' dialogue appears</dd>
801+ <dt>Verify that the partitioning details make sense</dt>
802+ <dt>Click 'Start installing'</dt>
803+ <dd>The 'Where are you?' screen is displayed</dd>
804+
805+
806+ <dd>The 'Where are you?' screen is displayed</dd>
807+ <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
808+ <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
809+ <dt>Select your timezone, and click on the Continue button</dt>
810+ <dd>The 'Who are you?' screen appears</dd>
811+ <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
812+
813+ <dd>Name, username and password are accepted.</dd>
814+ <dd>Continue button becomes available</dd>
815+ <dt>Click on 'Continue'</dt>
816+ <dd>The 'Choose your look' screen is displayed showing light and dark options</dd>
817+ <dt>Click on 'Continue'</dt>
818+ <dd>The 'Welcome to FAMILY' slide is displayed</dd>
819+ <dd>The slideshow is entirely in your language</dd>
820+ <dt>Wait for the installer to finish</dt>
821+ <dd>An 'Installation Complete' dialog appears</dd>
822+ <dt>Click the 'Restart into FAMILY XX.XX' button</dt>
823+ <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
824+ <dt>Remove the disc and press enter</dt>
825+ <dd>The machine is rebooted</dd>
826+
827+
828+ <dt>Allow the machine to reboot</dt>
829+ <dd>The system boots properly and loads into FAMILY showing username selected</dd>
830+
831+
832+ </dl>
833+ <p>If <strong>all</strong> actions produce the expected results described,
834+ please <a href="results#add_result">submit</a> a 'passed' result.</p>
835+ <p>If <strong>any</strong> action fails, or produces an unexpected result,
836+ please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include
837+ the bug number when you <a href="results#add_result">submit</a> your
838+ result.</p>
839+
840\ No newline at end of file
841diff --git a/testcases/image/1764_Canary Install (Safe Graphics mode) b/testcases/image/1764_Canary Install (Safe Graphics mode)
842new file mode 100644
843index 0000000..fc18dd5
844--- /dev/null
845+++ b/testcases/image/1764_Canary Install (Safe Graphics mode)
846@@ -0,0 +1,89 @@
847+<!-- Please do not edit this file directly; it was generated with the
848+ tools/test_case_gen script using the following configuration as input:
849+ definitions/canary_desktop_cases.xml
850+-->
851+
852+ <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
853+ <dl>
854+
855+
856+ <dt>Boot up the image</dt>
857+ <dd>If you see the GRUB boot menu you should see the following:</dd>
858+ <dd>
859+ <li>'Try or Install FAMILY'</li>
860+ <li>'FAMILY (safe graphics)'</li>
861+ <li>'OEM install (for manufacturers)'</li>
862+ <li>'Memory test' (only on BIOS systems)</li>
863+ </dd>
864+
865+
866+ <dt>Select the 'FAMILY (safe graphics)' option and press Enter</dt>
867+ <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
868+
869+
870+ <dt>Click on 'Continue'</dt>
871+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
872+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
873+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
874+ <dd>The 'Keyboard layout' screen appears</dd>
875+ <dd>The proposed keyboard corresponds with your keyboard</dd>
876+ <dt>Select your keyboard layout and click on Continue</dt>
877+ <dd>The 'Connect to internet' screen is displayed</dd>
878+ <dd>The screen should reflect the current status and display those elements</dd>
879+ <dd>
880+ <li>Wired connection</li>
881+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
882+ <li>Connect to a hidden Wi-Fi network</li>
883+ <li>I don't want to connect to internet for now</li>
884+ </dd>
885+ <dt>Click on 'Continue'</dt>
886+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
887+
888+
889+ <dt>Click on 'Continue'</dt>
890+ <dd>The 'Installation type' screen is displayed</dd>
891+
892+
893+ <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
894+ <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
895+ <dt>Click on 'Continue'</dt>
896+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
897+ <dt>Verify that the partitioning details make sense</dt>
898+ <dd>The available disk should be used for the installation</dd>
899+ <dt>Click 'Start Installing'</dt>
900+
901+
902+ <dd>The 'Where are you?' screen is displayed</dd>
903+ <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
904+ <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
905+ <dt>Select your timezone, and click on the Continue button</dt>
906+ <dd>The 'Who are you?' screen appears</dd>
907+ <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
908+
909+ <dd>Name, username and password are accepted.</dd>
910+ <dd>Continue button becomes available</dd>
911+ <dt>Click on 'Continue'</dt>
912+ <dd>The 'Choose your look' screen is displayed showing light and dark options</dd>
913+ <dt>Click on 'Continue'</dt>
914+ <dd>The 'Welcome to FAMILY' slide is displayed</dd>
915+ <dd>The slideshow is entirely in your language</dd>
916+ <dt>Wait for the installer to finish</dt>
917+ <dd>An 'Installation Complete' dialog appears</dd>
918+ <dt>Click the 'Restart into FAMILY XX.XX' button</dt>
919+ <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
920+ <dt>Remove the disc and press enter</dt>
921+ <dd>The machine is rebooted</dd>
922+
923+
924+ <dt>Allow the machine to reboot</dt>
925+ <dd>The system boots properly and loads into FAMILY showing username selected</dd>
926+
927+
928+ </dl>
929+ <p>If <strong>all</strong> actions produce the expected results described,
930+ please <a href="results#add_result">submit</a> a 'passed' result.</p>
931+ <p>If <strong>any</strong> action fails, or produces an unexpected result,
932+ please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include
933+ the bug number when you <a href="results#add_result">submit</a> your
934+ result.</p>
935+
936\ No newline at end of file
937diff --git a/testcases/image/1765_Canary Install RST b/testcases/image/1765_Canary Install RST
938new file mode 100644
939index 0000000..541f10f
940--- /dev/null
941+++ b/testcases/image/1765_Canary Install RST
942@@ -0,0 +1,133 @@
943+<!-- Please do not edit this file directly; it was generated with the
944+ tools/test_case_gen script using the following configuration as input:
945+ definitions/canary_desktop_cases.xml
946+-->
947+
948+ <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
949+ <dl>
950+
951+
952+ <dt>Boot up the image in UEFI mode</dt>
953+ <dt>In GRUB boot menu, select UEFI Firmware settings</dt>
954+ <dt>Check hardware settings for the hard-drive and if set to ACPI mode, change it to "RAID" or "RST"</dt>
955+ <dt>Save and exit the firmware</dt>
956+
957+
958+ <dt>Boot up the image</dt>
959+ <dd>If you see the GRUB boot menu you should see the following:</dd>
960+ <dd>
961+ <li>'Try or Install FAMILY'</li>
962+ <li>'FAMILY (safe graphics)'</li>
963+ <li>'OEM install (for manufacturers)'</li>
964+ <li>'Memory test' (only on BIOS systems)</li>
965+ </dd>
966+
967+
968+ <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
969+ <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
970+
971+
972+ <dt>Click on 'Continue'</dt>
973+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
974+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
975+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
976+ <dd>The 'Keyboard layout' screen appears</dd>
977+ <dd>The proposed keyboard corresponds with your keyboard</dd>
978+ <dt>Select your keyboard layout and click on Continue</dt>
979+ <dd>The 'Connect to internet' screen is displayed</dd>
980+ <dd>The screen should reflect the current status and display those elements</dd>
981+ <dd>
982+ <li>Wired connection</li>
983+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
984+ <li>Connect to a hidden Wi-Fi network</li>
985+ <li>I don't want to connect to internet for now</li>
986+ </dd>
987+ <dt>Click on 'Continue'</dt>
988+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
989+
990+
991+ <dt>Click on 'Continue'</dt>
992+ <dd>The 'Installation type' screen is displayed</dd>
993+
994+
995+ <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
996+ <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
997+ <dt>Click on 'Continue'</dt>
998+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
999+ <dt>Verify that the partitioning details make sense</dt>
1000+ <dd>The available disk should be used for the installation</dd>
1001+ <dt>Click 'Start Installing'</dt>
1002+
1003+
1004+ <dd>The 'Turn off RST' screen is displayed and there is no way to continue the installation</dd>
1005+ <dt>Scan the QR code with a phone</dt>
1006+ <dd>Verify that the page help.ubuntu.com/rst opens with detailed information about RST and how to disable it.</dd>
1007+ <dt>Follow the instructions on the page OR disable RST from UEFI firmware</dt>
1008+
1009+
1010+ <dt>Click on 'Continue'</dt>
1011+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
1012+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
1013+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
1014+ <dd>The 'Keyboard layout' screen appears</dd>
1015+ <dd>The proposed keyboard corresponds with your keyboard</dd>
1016+ <dt>Select your keyboard layout and click on Continue</dt>
1017+ <dd>The 'Connect to internet' screen is displayed</dd>
1018+ <dd>The screen should reflect the current status and display those elements</dd>
1019+ <dd>
1020+ <li>Wired connection</li>
1021+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
1022+ <li>Connect to a hidden Wi-Fi network</li>
1023+ <li>I don't want to connect to internet for now</li>
1024+ </dd>
1025+ <dt>Click on 'Continue'</dt>
1026+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
1027+
1028+
1029+ <dt>Click on 'Continue'</dt>
1030+ <dd>The 'Installation type' screen is displayed</dd>
1031+
1032+
1033+ <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
1034+ <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
1035+ <dt>Click on 'Continue'</dt>
1036+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
1037+ <dt>Verify that the partitioning details make sense</dt>
1038+ <dd>The available disk should be used for the installation</dd>
1039+ <dt>Click 'Start Installing'</dt>
1040+
1041+
1042+ <dd>The 'Where are you?' screen is displayed</dd>
1043+ <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
1044+ <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
1045+ <dt>Select your timezone, and click on the Continue button</dt>
1046+ <dd>The 'Who are you?' screen appears</dd>
1047+ <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
1048+
1049+ <dd>Name, username and password are accepted.</dd>
1050+ <dd>Continue button becomes available</dd>
1051+ <dt>Click on 'Continue'</dt>
1052+ <dd>The 'Choose your look' screen is displayed showing light and dark options</dd>
1053+ <dt>Click on 'Continue'</dt>
1054+ <dd>The 'Welcome to FAMILY' slide is displayed</dd>
1055+ <dd>The slideshow is entirely in your language</dd>
1056+ <dt>Wait for the installer to finish</dt>
1057+ <dd>An 'Installation Complete' dialog appears</dd>
1058+ <dt>Click the 'Restart into FAMILY XX.XX' button</dt>
1059+ <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
1060+ <dt>Remove the disc and press enter</dt>
1061+ <dd>The machine is rebooted</dd>
1062+
1063+
1064+ <dt>Allow the machine to reboot</dt>
1065+ <dd>The system boots properly and loads into FAMILY showing username selected</dd>
1066+
1067+
1068+ </dl>
1069+ <p>If <strong>all</strong> actions produce the expected results described,
1070+ please <a href="results#add_result">submit</a> a 'passed' result.</p>
1071+ <p>If <strong>any</strong> action fails, or produces an unexpected result,
1072+ please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include
1073+ the bug number when you <a href="results#add_result">submit</a> your
1074+ result.</p>
1075+
1076\ No newline at end of file
1077diff --git a/testcases/image/1766_Canary Install Bitlocker b/testcases/image/1766_Canary Install Bitlocker
1078new file mode 100644
1079index 0000000..701bf2e
1080--- /dev/null
1081+++ b/testcases/image/1766_Canary Install Bitlocker
1082@@ -0,0 +1,130 @@
1083+<!-- Please do not edit this file directly; it was generated with the
1084+ tools/test_case_gen script using the following configuration as input:
1085+ definitions/canary_desktop_cases.xml
1086+-->
1087+
1088+ <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
1089+ <dl>
1090+
1091+
1092+ <dt>Try installing on a machine with a Windows installation and a bitlocker partition</dt>
1093+
1094+
1095+ <dt>Boot up the image</dt>
1096+ <dd>If you see the GRUB boot menu you should see the following:</dd>
1097+ <dd>
1098+ <li>'Try or Install FAMILY'</li>
1099+ <li>'FAMILY (safe graphics)'</li>
1100+ <li>'OEM install (for manufacturers)'</li>
1101+ <li>'Memory test' (only on BIOS systems)</li>
1102+ </dd>
1103+
1104+
1105+ <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
1106+ <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
1107+
1108+
1109+ <dt>Click on 'Continue'</dt>
1110+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
1111+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
1112+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
1113+ <dd>The 'Keyboard layout' screen appears</dd>
1114+ <dd>The proposed keyboard corresponds with your keyboard</dd>
1115+ <dt>Select your keyboard layout and click on Continue</dt>
1116+ <dd>The 'Connect to internet' screen is displayed</dd>
1117+ <dd>The screen should reflect the current status and display those elements</dd>
1118+ <dd>
1119+ <li>Wired connection</li>
1120+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
1121+ <li>Connect to a hidden Wi-Fi network</li>
1122+ <li>I don't want to connect to internet for now</li>
1123+ </dd>
1124+ <dt>Click on 'Continue'</dt>
1125+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
1126+
1127+
1128+ <dt>Click on 'Continue'</dt>
1129+ <dd>The 'Installation type' screen is displayed</dd>
1130+
1131+
1132+ <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
1133+ <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
1134+ <dt>Click on 'Continue'</dt>
1135+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
1136+ <dt>Verify that the partitioning details make sense</dt>
1137+ <dd>The available disk should be used for the installation</dd>
1138+ <dt>Click 'Start Installing'</dt>
1139+
1140+
1141+ <dd>The 'Turn off BitLocker' screen is displayed and there is no way to continue the installation</dd>
1142+ <dt>Scan the QR code with a phone</dt>
1143+ <dd>Verify that the page help.ubuntu.com/rst opens with detailed information about RST and how to disable it.</dd>
1144+ <dt>Follow the instructions on the page OR disable RST from UEFI firmware</dt>
1145+
1146+
1147+ <dt>Click on 'Continue'</dt>
1148+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
1149+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
1150+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
1151+ <dd>The 'Keyboard layout' screen appears</dd>
1152+ <dd>The proposed keyboard corresponds with your keyboard</dd>
1153+ <dt>Select your keyboard layout and click on Continue</dt>
1154+ <dd>The 'Connect to internet' screen is displayed</dd>
1155+ <dd>The screen should reflect the current status and display those elements</dd>
1156+ <dd>
1157+ <li>Wired connection</li>
1158+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
1159+ <li>Connect to a hidden Wi-Fi network</li>
1160+ <li>I don't want to connect to internet for now</li>
1161+ </dd>
1162+ <dt>Click on 'Continue'</dt>
1163+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
1164+
1165+
1166+ <dt>Click on 'Continue'</dt>
1167+ <dd>The 'Installation type' screen is displayed</dd>
1168+
1169+
1170+ <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
1171+ <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
1172+ <dt>Click on 'Continue'</dt>
1173+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
1174+ <dt>Verify that the partitioning details make sense</dt>
1175+ <dd>The available disk should be used for the installation</dd>
1176+ <dt>Click 'Start Installing'</dt>
1177+
1178+
1179+ <dd>The 'Where are you?' screen is displayed</dd>
1180+ <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
1181+ <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
1182+ <dt>Select your timezone, and click on the Continue button</dt>
1183+ <dd>The 'Who are you?' screen appears</dd>
1184+ <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
1185+
1186+ <dd>Name, username and password are accepted.</dd>
1187+ <dd>Continue button becomes available</dd>
1188+ <dt>Click on 'Continue'</dt>
1189+ <dd>The 'Choose your look' screen is displayed showing light and dark options</dd>
1190+ <dt>Click on 'Continue'</dt>
1191+ <dd>The 'Welcome to FAMILY' slide is displayed</dd>
1192+ <dd>The slideshow is entirely in your language</dd>
1193+ <dt>Wait for the installer to finish</dt>
1194+ <dd>An 'Installation Complete' dialog appears</dd>
1195+ <dt>Click the 'Restart into FAMILY XX.XX' button</dt>
1196+ <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
1197+ <dt>Remove the disc and press enter</dt>
1198+ <dd>The machine is rebooted</dd>
1199+
1200+
1201+ <dt>Allow the machine to reboot</dt>
1202+ <dd>The system boots properly and loads into FAMILY showing username selected</dd>
1203+
1204+
1205+ </dl>
1206+ <p>If <strong>all</strong> actions produce the expected results described,
1207+ please <a href="results#add_result">submit</a> a 'passed' result.</p>
1208+ <p>If <strong>any</strong> action fails, or produces an unexpected result,
1209+ please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include
1210+ the bug number when you <a href="results#add_result">submit</a> your
1211+ result.</p>
1212+
1213\ No newline at end of file
1214diff --git a/testcases/image/1767_Canary Live Session b/testcases/image/1767_Canary Live Session
1215new file mode 100644
1216index 0000000..27da137
1217--- /dev/null
1218+++ b/testcases/image/1767_Canary Live Session
1219@@ -0,0 +1,35 @@
1220+<!-- Please do not edit this file directly; it was generated with the
1221+ tools/test_case_gen script using the following configuration as input:
1222+ definitions/canary_desktop_cases.xml
1223+-->
1224+
1225+ <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
1226+ <dl>
1227+
1228+
1229+ Test-case Live Session Start
1230+ <dl>
1231+ <dt>Boot up the image</dt>
1232+ <dd>FAMILY boot screen is displayed</dd>
1233+ <dt>When the installer starts select your language in the left column</dt>
1234+ <dd>Language is selected, all labels are changed to translated versions</dd>
1235+ <dt>Click on 'Continue'</dt>
1236+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
1237+ <dt>Click on the 'Try FAMILY' icon to select the option and click on the 'Continue' button</dt>
1238+ <dd>The default desktop is displayed</dd>
1239+ </dl>
1240+ Test-case Live Session Usage
1241+ <dl>
1242+ <dt>Use and execute the default applications found for the desktop environment being run</dt>
1243+ <dd>All applications should function without error</dd>
1244+ </dl>
1245+
1246+
1247+ </dl>
1248+ <p>If <strong>all</strong> actions produce the expected results described,
1249+ please <a href="results#add_result">submit</a> a 'passed' result.</p>
1250+ <p>If <strong>any</strong> action fails, or produces an unexpected result,
1251+ please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include
1252+ the bug number when you <a href="results#add_result">submit</a> your
1253+ result.</p>
1254+
1255\ No newline at end of file
1256diff --git a/testcases/image/1768_Canary Install (manual partitioning re-using home partition) b/testcases/image/1768_Canary Install (manual partitioning re-using home partition)
1257new file mode 100644
1258index 0000000..afdda2d
1259--- /dev/null
1260+++ b/testcases/image/1768_Canary Install (manual partitioning re-using home partition)
1261@@ -0,0 +1,94 @@
1262+<!-- Please do not edit this file directly; it was generated with the
1263+ tools/test_case_gen script using the following configuration as input:
1264+ definitions/canary_desktop_cases.xml
1265+-->
1266+
1267+ <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
1268+ <dl>
1269+
1270+
1271+ <dt>Boot up the image</dt>
1272+ <dd>If you see the GRUB boot menu you should see the following:</dd>
1273+ <dd>
1274+ <li>'Try or Install FAMILY'</li>
1275+ <li>'FAMILY (safe graphics)'</li>
1276+ <li>'OEM install (for manufacturers)'</li>
1277+ <li>'Memory test' (only on BIOS systems)</li>
1278+ </dd>
1279+
1280+
1281+ <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
1282+ <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
1283+
1284+
1285+ <dt>Click on 'Continue'</dt>
1286+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
1287+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
1288+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
1289+ <dd>The 'Keyboard layout' screen appears</dd>
1290+ <dd>The proposed keyboard corresponds with your keyboard</dd>
1291+ <dt>Select your keyboard layout and click on Continue</dt>
1292+ <dd>The 'Connect to internet' screen is displayed</dd>
1293+ <dd>The screen should reflect the current status and display those elements</dd>
1294+ <dd>
1295+ <li>Wired connection</li>
1296+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
1297+ <li>Connect to a hidden Wi-Fi network</li>
1298+ <li>I don't want to connect to internet for now</li>
1299+ </dd>
1300+ <dt>Click on 'Continue'</dt>
1301+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
1302+
1303+
1304+ <dt>Click on 'Continue'</dt>
1305+ <dd>The 'Installation type' screen is displayed</dd>
1306+
1307+
1308+ <dt>Select 'Something Else' and click 'Continue'</dt>
1309+ <dd>A screen showing the current hard disks and partition layouts is displayed</dd>
1310+ <dt>Select the drive you wish to partition and use the Add '+', Change 'Change', and Delete '-' buttons to create your desired scheme</dt>
1311+ <dd>The screen updates showing your desired partitions and mount points</dd>
1312+ <em>Make sure that your scheme also includes a separate /home partition</em>
1313+ <dt>Once you have your required partitioning scheme laid out, click on 'Continue'</dt>
1314+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
1315+ <dt>Verify that the partitioning details make sense</dt>
1316+ <dt>Click 'Start Installing'</dt>
1317+
1318+
1319+ <dd>The 'Where are you?' screen is displayed</dd>
1320+ <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
1321+ <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
1322+ <dt>Select your timezone, and click on the Continue button</dt>
1323+ <dd>The 'Who are you?' screen appears</dd>
1324+ <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
1325+
1326+ <dd>Name, username and password are accepted.</dd>
1327+ <dd>Continue button becomes available</dd>
1328+ <dt>Click on 'Continue'</dt>
1329+ <dd>The 'Choose your look' screen is displayed showing light and dark options</dd>
1330+ <dt>Click on 'Continue'</dt>
1331+ <dd>The 'Welcome to FAMILY' slide is displayed</dd>
1332+ <dd>The slideshow is entirely in your language</dd>
1333+ <dt>Wait for the installer to finish</dt>
1334+ <dd>An 'Installation Complete' dialog appears</dd>
1335+ <dt>Click the 'Restart into FAMILY XX.XX' button</dt>
1336+ <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
1337+ <dt>Remove the disc and press enter</dt>
1338+ <dd>The machine is rebooted</dd>
1339+
1340+
1341+ <dt>Allow the machine to reboot</dt>
1342+ <dd>The system boots properly and loads into FAMILY showing username selected</dd>
1343+
1344+
1345+ <dt>Login, ensure that the /home partition is still in use and the data from the previous installation have been preserved</dt>
1346+
1347+
1348+ </dl>
1349+ <p>If <strong>all</strong> actions produce the expected results described,
1350+ please <a href="results#add_result">submit</a> a 'passed' result.</p>
1351+ <p>If <strong>any</strong> action fails, or produces an unexpected result,
1352+ please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include
1353+ the bug number when you <a href="results#add_result">submit</a> your
1354+ result.</p>
1355+
1356\ No newline at end of file
1357diff --git a/testcases/image/1769_Canary Non-English Installation No Network b/testcases/image/1769_Canary Non-English Installation No Network
1358new file mode 100644
1359index 0000000..c3a014d
1360--- /dev/null
1361+++ b/testcases/image/1769_Canary Non-English Installation No Network
1362@@ -0,0 +1,95 @@
1363+<!-- Please do not edit this file directly; it was generated with the
1364+ tools/test_case_gen script using the following configuration as input:
1365+ definitions/canary_desktop_cases.xml
1366+-->
1367+
1368+ <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
1369+ <dl>
1370+
1371+ <p>The goal of this test case is to check that localization support is
1372+ functional during the installation, and that language packs are
1373+ installed correctly for those languages in the ISO, and that an
1374+ informational message is shown prompting users to connect to the
1375+ Internet to fully install language support for those languages not included.</p>
1376+
1377+ <dt>Boot up the image</dt>
1378+ <dd>If you see the GRUB boot menu you should see the following:</dd>
1379+ <dd>
1380+ <li>'Try or Install FAMILY'</li>
1381+ <li>'FAMILY (safe graphics)'</li>
1382+ <li>'OEM install (for manufacturers)'</li>
1383+ <li>'Memory test' (only on BIOS systems)</li>
1384+ </dd>
1385+
1386+
1387+ <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
1388+ <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
1389+
1390+
1391+ <dt>Click on 'Continue'</dt>
1392+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
1393+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
1394+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
1395+ <dd>The 'Keyboard layout' screen appears</dd>
1396+ <dd>The proposed keyboard corresponds with your keyboard</dd>
1397+ <dt>Select your keyboard layout and click on Continue</dt>
1398+ <dd>The 'Connect to internet' screen is displayed</dd>
1399+ <dd>The screen should reflect the current status and display those elements</dd>
1400+ <dd>
1401+ <li>Wired connection</li>
1402+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
1403+ <li>Connect to a hidden Wi-Fi network</li>
1404+ <li>I don't want to connect to internet for now</li>
1405+ </dd>
1406+ <dt>Click on 'Continue'</dt>
1407+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
1408+
1409+
1410+ <dt>Click on 'Continue'</dt>
1411+ <dd>The 'Installation type' screen is displayed</dd>
1412+
1413+
1414+ <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
1415+ <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
1416+ <dt>Click on 'Continue'</dt>
1417+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
1418+ <dt>Verify that the partitioning details make sense</dt>
1419+ <dd>The available disk should be used for the installation</dd>
1420+ <dt>Click 'Start Installing'</dt>
1421+
1422+
1423+ <dd>The 'Where are you?' screen is displayed</dd>
1424+ <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
1425+ <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
1426+ <dt>Select your timezone, and click on the Continue button</dt>
1427+ <dd>The 'Who are you?' screen appears</dd>
1428+ <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
1429+
1430+ <dd>Name, username and password are accepted.</dd>
1431+ <dd>Continue button becomes available</dd>
1432+ <dt>Click on 'Continue'</dt>
1433+ <dd>The 'Choose your look' screen is displayed showing light and dark options</dd>
1434+ <dt>Click on 'Continue'</dt>
1435+ <dd>The 'Welcome to FAMILY' slide is displayed</dd>
1436+ <dd>The slideshow is entirely in your language</dd>
1437+ <dt>Wait for the installer to finish</dt>
1438+ <dd>An 'Installation Complete' dialog appears</dd>
1439+ <dt>Click the 'Restart into FAMILY XX.XX' button</dt>
1440+ <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
1441+ <dt>Remove the disc and press enter</dt>
1442+ <dd>The machine is rebooted</dd>
1443+
1444+
1445+ <dt>Allow the machine to reboot</dt>
1446+ <dd>The system boots properly and loads into FAMILY showing username selected</dd>
1447+
1448+ <dt>Verify that your system is localized and that the calendar shows the regional settings correctly</dt>
1449+
1450+ </dl>
1451+ <p>If <strong>all</strong> actions produce the expected results described,
1452+ please <a href="results#add_result">submit</a> a 'passed' result.</p>
1453+ <p>If <strong>any</strong> action fails, or produces an unexpected result,
1454+ please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include
1455+ the bug number when you <a href="results#add_result">submit</a> your
1456+ result.</p>
1457+
1458\ No newline at end of file
1459diff --git a/testcases/image/1770_Canary Install (Screen Reader) b/testcases/image/1770_Canary Install (Screen Reader)
1460new file mode 100644
1461index 0000000..798568c
1462--- /dev/null
1463+++ b/testcases/image/1770_Canary Install (Screen Reader)
1464@@ -0,0 +1,97 @@
1465+<!-- Please do not edit this file directly; it was generated with the
1466+ tools/test_case_gen script using the following configuration as input:
1467+ definitions/canary_desktop_cases.xml
1468+-->
1469+
1470+ <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
1471+ <dl>
1472+
1473+ <p>This is an installation using the Screen-Reader as done by a visually blind individual.
1474+ Please cover your monitor, lay it face down or turn it off during this installation.
1475+ You will require speakers or headphones to hear the screen-reader.
1476+ As you press Enter to continue on each page, it can take several minutes to advance
1477+ to the next installer page.</p>
1478+
1479+ <dt>Boot up the image</dt>
1480+ <dd>If you see the GRUB boot menu you should see the following:</dd>
1481+ <dd>
1482+ <li>'Try or Install FAMILY'</li>
1483+ <li>'FAMILY (safe graphics)'</li>
1484+ <li>'OEM install (for manufacturers)'</li>
1485+ <li>'Memory test' (only on BIOS systems)</li>
1486+ </dd>
1487+
1488+
1489+ <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
1490+ <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
1491+
1492+ <dt>Wait to hear the drums and press Alt+Super+S to start the screen-reader</dt>
1493+ <dd>The screen reader should be active now and read elements allow a keyboard navigation without screen</dd>
1494+
1495+ <dt>Click on 'Continue'</dt>
1496+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
1497+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
1498+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
1499+ <dd>The 'Keyboard layout' screen appears</dd>
1500+ <dd>The proposed keyboard corresponds with your keyboard</dd>
1501+ <dt>Select your keyboard layout and click on Continue</dt>
1502+ <dd>The 'Connect to internet' screen is displayed</dd>
1503+ <dd>The screen should reflect the current status and display those elements</dd>
1504+ <dd>
1505+ <li>Wired connection</li>
1506+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
1507+ <li>Connect to a hidden Wi-Fi network</li>
1508+ <li>I don't want to connect to internet for now</li>
1509+ </dd>
1510+ <dt>Click on 'Continue'</dt>
1511+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
1512+
1513+
1514+ <dt>Click on 'Continue'</dt>
1515+ <dd>The 'Installation type' screen is displayed</dd>
1516+
1517+
1518+ <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
1519+ <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
1520+ <dt>Click on 'Continue'</dt>
1521+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
1522+ <dt>Verify that the partitioning details make sense</dt>
1523+ <dd>The available disk should be used for the installation</dd>
1524+ <dt>Click 'Start Installing'</dt>
1525+
1526+
1527+ <dd>The 'Where are you?' screen is displayed</dd>
1528+ <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
1529+ <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
1530+ <dt>Select your timezone, and click on the Continue button</dt>
1531+ <dd>The 'Who are you?' screen appears</dd>
1532+ <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
1533+
1534+ <dd>Name, username and password are accepted.</dd>
1535+ <dd>Continue button becomes available</dd>
1536+ <dt>Click on 'Continue'</dt>
1537+ <dd>The 'Choose your look' screen is displayed showing light and dark options</dd>
1538+ <dt>Click on 'Continue'</dt>
1539+ <dd>The 'Welcome to FAMILY' slide is displayed</dd>
1540+ <dd>The slideshow is entirely in your language</dd>
1541+ <dt>Wait for the installer to finish</dt>
1542+ <dd>An 'Installation Complete' dialog appears</dd>
1543+ <dt>Click the 'Restart into FAMILY XX.XX' button</dt>
1544+ <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
1545+ <dt>Remove the disc and press enter</dt>
1546+ <dd>The machine is rebooted</dd>
1547+
1548+
1549+ <dt>Allow the machine to reboot</dt>
1550+ <dd>The system boots properly and loads into FAMILY showing username selected</dd>
1551+
1552+ <dd>The screen reader should still be active</dd>
1553+
1554+ </dl>
1555+ <p>If <strong>all</strong> actions produce the expected results described,
1556+ please <a href="results#add_result">submit</a> a 'passed' result.</p>
1557+ <p>If <strong>any</strong> action fails, or produces an unexpected result,
1558+ please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include
1559+ the bug number when you <a href="results#add_result">submit</a> your
1560+ result.</p>
1561+
1562\ No newline at end of file
1563diff --git a/testcases/image/1771_Canary Install UEFI SecureBoot nVidia b/testcases/image/1771_Canary Install UEFI SecureBoot nVidia
1564new file mode 100644
1565index 0000000..c4f992e
1566--- /dev/null
1567+++ b/testcases/image/1771_Canary Install UEFI SecureBoot nVidia
1568@@ -0,0 +1,104 @@
1569+<!-- Please do not edit this file directly; it was generated with the
1570+ tools/test_case_gen script using the following configuration as input:
1571+ definitions/canary_desktop_cases.xml
1572+-->
1573+
1574+ <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
1575+ <dl>
1576+
1577+ <p>This test is to ensure that the image boots in UEFI, that the
1578+ resulting installation can boot in UEFI as well, regardless of network
1579+ availability and that nVidia proprietary drivers are installed and loaded.</p>
1580+ <dt>Boot up the image in UEFI mode with <b>Secure Boot enabled</b></dt>
1581+
1582+ <dt>Boot up the image</dt>
1583+ <dd>If you see the GRUB boot menu you should see the following:</dd>
1584+ <dd>
1585+ <li>'Try or Install FAMILY'</li>
1586+ <li>'FAMILY (safe graphics)'</li>
1587+ <li>'OEM install (for manufacturers)'</li>
1588+ <li>'Memory test' (only on BIOS systems)</li>
1589+ </dd>
1590+
1591+
1592+ <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
1593+ <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
1594+
1595+ <dt>Disconnect from any network using the top panel controls.</dt>
1596+
1597+ <dt>Click on 'Continue'</dt>
1598+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
1599+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
1600+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
1601+ <dd>The 'Keyboard layout' screen appears</dd>
1602+ <dd>The proposed keyboard corresponds with your keyboard</dd>
1603+ <dt>Select your keyboard layout and click on Continue</dt>
1604+ <dd>The 'Connect to internet' screen is displayed</dd>
1605+ <dd>The screen should reflect the current status and display those elements</dd>
1606+ <dd>
1607+ <li>Wired connection</li>
1608+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
1609+ <li>Connect to a hidden Wi-Fi network</li>
1610+ <li>I don't want to connect to internet for now</li>
1611+ </dd>
1612+ <dt>Click on 'Continue'</dt>
1613+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
1614+
1615+ <dt>Check 'Install third-party software for graphics and Wi-Fi hardware'</dt>
1616+ <dt>Click on 'Continue'</dt>
1617+ <dd>The 'Configure secure boot' screen is displayed</dd>
1618+ <dt>Enter a security key and confirm it</dt>
1619+
1620+ <dt>Click on 'Continue'</dt>
1621+ <dd>The 'Installation type' screen is displayed</dd>
1622+
1623+
1624+ <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
1625+ <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
1626+ <dt>Click on 'Continue'</dt>
1627+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
1628+ <dt>Verify that the partitioning details make sense</dt>
1629+ <dd>The available disk should be used for the installation</dd>
1630+ <dt>Click 'Start Installing'</dt>
1631+
1632+
1633+ <dd>The 'Where are you?' screen is displayed</dd>
1634+ <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
1635+ <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
1636+ <dt>Select your timezone, and click on the Continue button</dt>
1637+ <dd>The 'Who are you?' screen appears</dd>
1638+ <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
1639+
1640+ <dd>Name, username and password are accepted.</dd>
1641+ <dd>Continue button becomes available</dd>
1642+ <dt>Click on 'Continue'</dt>
1643+ <dd>The 'Choose your look' screen is displayed showing light and dark options</dd>
1644+ <dt>Click on 'Continue'</dt>
1645+ <dd>The 'Welcome to FAMILY' slide is displayed</dd>
1646+ <dd>The slideshow is entirely in your language</dd>
1647+ <dt>Wait for the installer to finish</dt>
1648+ <dd>An 'Installation Complete' dialog appears</dd>
1649+ <dt>Click the 'Restart into FAMILY XX.XX' button</dt>
1650+ <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
1651+ <dt>Remove the disc and press enter</dt>
1652+ <dd>The machine is rebooted</dd>
1653+
1654+ <dt>Allow the machine to reboot</dt>
1655+ <dd>A blue screen titled 'Perform MOK management' is displayed</dd>
1656+ <dt>In the list of commands select 'Enroll MOK'</dt>
1657+ <dd>The 'Enroll MOK' screen is displayed</dd>
1658+ <dt>Select 'Continue'</dt>
1659+ <dd>The 'Enroll the key(s)' screen is displayed</dd>
1660+ <dt>Select 'Yes' and enter the password you set in the 'Preparing to install FAMILY' page of the installer</dt>
1661+ <dd>If the password is correct, the screen 'Perform MOK management' is displayed again</dd>
1662+ <dt>Select 'Reboot' and allow the machine to reboot</dt>
1663+ <dd>The system boots properly and loads into FAMILY showing username selected</dd>
1664+
1665+ </dl>
1666+ <p>If <strong>all</strong> actions produce the expected results described,
1667+ please <a href="results#add_result">submit</a> a 'passed' result.</p>
1668+ <p>If <strong>any</strong> action fails, or produces an unexpected result,
1669+ please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include
1670+ the bug number when you <a href="results#add_result">submit</a> your
1671+ result.</p>
1672+
1673\ No newline at end of file
1674diff --git a/testcases/image/1772_Canary Install (erase and re-install) b/testcases/image/1772_Canary Install (erase and re-install)
1675new file mode 100644
1676index 0000000..fa1ce59
1677--- /dev/null
1678+++ b/testcases/image/1772_Canary Install (erase and re-install)
1679@@ -0,0 +1,167 @@
1680+<!-- Please do not edit this file directly; it was generated with the
1681+ tools/test_case_gen script using the following configuration as input:
1682+ definitions/canary_desktop_cases.xml
1683+-->
1684+
1685+ <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
1686+ <dl>
1687+
1688+
1689+ <dt>Boot up the image</dt>
1690+ <dd>If you see the GRUB boot menu you should see the following:</dd>
1691+ <dd>
1692+ <li>'Try or Install FAMILY'</li>
1693+ <li>'FAMILY (safe graphics)'</li>
1694+ <li>'OEM install (for manufacturers)'</li>
1695+ <li>'Memory test' (only on BIOS systems)</li>
1696+ </dd>
1697+
1698+
1699+ <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
1700+ <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
1701+
1702+
1703+ <dt>Click on 'Continue'</dt>
1704+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
1705+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
1706+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
1707+ <dd>The 'Keyboard layout' screen appears</dd>
1708+ <dd>The proposed keyboard corresponds with your keyboard</dd>
1709+ <dt>Select your keyboard layout and click on Continue</dt>
1710+ <dd>The 'Connect to internet' screen is displayed</dd>
1711+ <dd>The screen should reflect the current status and display those elements</dd>
1712+ <dd>
1713+ <li>Wired connection</li>
1714+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
1715+ <li>Connect to a hidden Wi-Fi network</li>
1716+ <li>I don't want to connect to internet for now</li>
1717+ </dd>
1718+ <dt>Click on 'Continue'</dt>
1719+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
1720+
1721+
1722+ <dt>Click on 'Continue'</dt>
1723+ <dd>The 'Installation type' screen is displayed</dd>
1724+
1725+
1726+ <dt>Select 'Something Else' and click 'Continue'</dt>
1727+ <dd>A screen showing the current hard disks and partition layouts is displayed</dd>
1728+ <dt>Select the drive you wish to partition and use the Add '+', Change 'Change', and Delete '-' buttons to create your desired scheme</dt>
1729+ <dd>The screen updates showing your desired partitions and mount points</dd>
1730+
1731+ <dt>Ensure that your scheme also has a separated /home partition included</dt>
1732+ <dd>You will need the separated /home partition to verify that erasing and reinstalling FAMILY will wipe it out</dd>
1733+
1734+ <dt>Once you have your required partitioning scheme laid out, click on 'Continue'</dt>
1735+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
1736+ <dt>Verify that the partitioning details make sense</dt>
1737+ <dt>Click 'Start Installing'</dt>
1738+
1739+
1740+ <dd>The 'Where are you?' screen is displayed</dd>
1741+ <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
1742+ <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
1743+ <dt>Select your timezone, and click on the Continue button</dt>
1744+ <dd>The 'Who are you?' screen appears</dd>
1745+ <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
1746+
1747+ <dd>Name, username and password are accepted.</dd>
1748+ <dd>Continue button becomes available</dd>
1749+ <dt>Click on 'Continue'</dt>
1750+ <dd>The 'Choose your look' screen is displayed showing light and dark options</dd>
1751+ <dt>Click on 'Continue'</dt>
1752+ <dd>The 'Welcome to FAMILY' slide is displayed</dd>
1753+ <dd>The slideshow is entirely in your language</dd>
1754+ <dt>Wait for the installer to finish</dt>
1755+ <dd>An 'Installation Complete' dialog appears</dd>
1756+ <dt>Click the 'Restart into FAMILY XX.XX' button</dt>
1757+ <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
1758+ <dt>Remove the disc and press enter</dt>
1759+ <dd>The machine is rebooted</dd>
1760+
1761+
1762+ <dt>Allow the machine to reboot</dt>
1763+ <dd>The system boots properly and loads into FAMILY showing username selected</dd>
1764+
1765+ <dt>Login as the user you created, or ensure that you are auto-logged in as the user created during setup if you checked the auto-login option</dt>
1766+ <dd>The new user's desktop is presented</dd>
1767+ <dt>Create a new folder on the desktop by right clicking on it and title it 'test', open Firefox and browse to a couple of sites</dt>
1768+ <dd>Now you have a test folder on the desktop and some browsing history, this will be needed to check if erasing and reinstall of FAMILY will wipe them out </dd>
1769+ <dt>Reboot using the iso with a CD/DVD or USB Key to perform a reinstall of FAMILY</dt>
1770+
1771+ <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
1772+ <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
1773+
1774+
1775+ <dt>Click on 'Continue'</dt>
1776+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
1777+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
1778+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
1779+ <dd>The 'Keyboard layout' screen appears</dd>
1780+ <dd>The proposed keyboard corresponds with your keyboard</dd>
1781+ <dt>Select your keyboard layout and click on Continue</dt>
1782+ <dd>The 'Connect to internet' screen is displayed</dd>
1783+ <dd>The screen should reflect the current status and display those elements</dd>
1784+ <dd>
1785+ <li>Wired connection</li>
1786+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
1787+ <li>Connect to a hidden Wi-Fi network</li>
1788+ <li>I don't want to connect to internet for now</li>
1789+ </dd>
1790+ <dt>Click on 'Continue'</dt>
1791+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
1792+
1793+
1794+ <dt>Click on 'Continue'</dt>
1795+ <dd>The 'Installation type' screen is displayed</dd>
1796+
1797+
1798+
1799+ <dt>Select 'Something Else' and click 'Continue'</dt>
1800+ <dd>A screen showing the current hard disks and partition layouts is displayed</dd>
1801+ <dt>Select the drive you wish to partition and use the Add '+', Change 'Change', and Delete '-' buttons to create your desired scheme</dt>
1802+ <dd>The screen updates showing your desired partitions and mount points</dd>
1803+
1804+ <dt>Use the same /home partition than in the first installation and unsure the format checkbox is not selected</dt>
1805+ <dd>You will need the separated /home partition to verify that erasing and reinstalling FAMILY will wipe it out</dd>
1806+
1807+ <dt>Once you have your required partitioning scheme laid out, click on 'Continue'</dt>
1808+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
1809+ <dt>Verify that the partitioning details make sense</dt>
1810+ <dt>Click 'Start Installing'</dt>
1811+
1812+
1813+ <dd>The 'Where are you?' screen is displayed</dd>
1814+ <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
1815+ <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
1816+ <dt>Select your timezone, and click on the Continue button</dt>
1817+ <dd>The 'Who are you?' screen appears</dd>
1818+ <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
1819+
1820+ <dd>Name, username and password are accepted.</dd>
1821+ <dd>Continue button becomes available</dd>
1822+ <dt>Click on 'Continue'</dt>
1823+ <dd>The 'Choose your look' screen is displayed showing light and dark options</dd>
1824+ <dt>Click on 'Continue'</dt>
1825+ <dd>The 'Welcome to FAMILY' slide is displayed</dd>
1826+ <dd>The slideshow is entirely in your language</dd>
1827+ <dt>Wait for the installer to finish</dt>
1828+ <dd>An 'Installation Complete' dialog appears</dd>
1829+ <dt>Click the 'Restart into FAMILY XX.XX' button</dt>
1830+ <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
1831+ <dt>Remove the disc and press enter</dt>
1832+ <dd>The machine is rebooted</dd>
1833+
1834+
1835+ <dt>Allow the machine to reboot</dt>
1836+ <dd>The system boots properly and loads into FAMILY showing username selected</dd>
1837+
1838+
1839+ </dl>
1840+ <p>If <strong>all</strong> actions produce the expected results described,
1841+ please <a href="results#add_result">submit</a> a 'passed' result.</p>
1842+ <p>If <strong>any</strong> action fails, or produces an unexpected result,
1843+ please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include
1844+ the bug number when you <a href="results#add_result">submit</a> your
1845+ result.</p>
1846+
1847\ No newline at end of file
1848diff --git a/testcases/image/1773_Canary Non-English Installation Online and CJK Input b/testcases/image/1773_Canary Non-English Installation Online and CJK Input
1849new file mode 100644
1850index 0000000..f2f24c0
1851--- /dev/null
1852+++ b/testcases/image/1773_Canary Non-English Installation Online and CJK Input
1853@@ -0,0 +1,94 @@
1854+<!-- Please do not edit this file directly; it was generated with the
1855+ tools/test_case_gen script using the following configuration as input:
1856+ definitions/canary_desktop_cases.xml
1857+-->
1858+
1859+ <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
1860+ <dl>
1861+
1862+ <p>The goal of this test case is to check that localization support is functional during the installation, that language packs are downloaded and installed correctly from the Internet and that the input methods for either Chinese, Japanese or Korean are working.</p>
1863+
1864+ <dt>Boot up the image</dt>
1865+ <dd>If you see the GRUB boot menu you should see the following:</dd>
1866+ <dd>
1867+ <li>'Try or Install FAMILY'</li>
1868+ <li>'FAMILY (safe graphics)'</li>
1869+ <li>'OEM install (for manufacturers)'</li>
1870+ <li>'Memory test' (only on BIOS systems)</li>
1871+ </dd>
1872+
1873+
1874+ <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
1875+ <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
1876+
1877+ <dt>Select a CJK language (Chinese, Japanese, Korean)</dt>
1878+ <dd>Check that the strings are correctly showing translated and with the right font</dd>
1879+
1880+ <dt>Click on 'Continue'</dt>
1881+ <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
1882+ <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
1883+ <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
1884+ <dd>The 'Keyboard layout' screen appears</dd>
1885+ <dd>The proposed keyboard corresponds with your keyboard</dd>
1886+ <dt>Select your keyboard layout and click on Continue</dt>
1887+ <dd>The 'Connect to internet' screen is displayed</dd>
1888+ <dd>The screen should reflect the current status and display those elements</dd>
1889+ <dd>
1890+ <li>Wired connection</li>
1891+ <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
1892+ <li>Connect to a hidden Wi-Fi network</li>
1893+ <li>I don't want to connect to internet for now</li>
1894+ </dd>
1895+ <dt>Click on 'Continue'</dt>
1896+ <dd>The 'Updates and other software' screen is displayed, listing normal and minimal installation.</dd>
1897+
1898+
1899+ <dt>Click on 'Continue'</dt>
1900+ <dd>The 'Installation type' screen is displayed</dd>
1901+
1902+
1903+ <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
1904+ <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
1905+ <dt>Click on 'Continue'</dt>
1906+ <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
1907+ <dt>Verify that the partitioning details make sense</dt>
1908+ <dd>The available disk should be used for the installation</dd>
1909+ <dt>Click 'Start Installing'</dt>
1910+
1911+
1912+ <dd>The 'Where are you?' screen is displayed</dd>
1913+ <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
1914+ <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
1915+ <dt>Select your timezone, and click on the Continue button</dt>
1916+ <dd>The 'Who are you?' screen appears</dd>
1917+ <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
1918+
1919+ <dd>Name, username and password are accepted.</dd>
1920+ <dd>Continue button becomes available</dd>
1921+ <dt>Click on 'Continue'</dt>
1922+ <dd>The 'Choose your look' screen is displayed showing light and dark options</dd>
1923+ <dt>Click on 'Continue'</dt>
1924+ <dd>The 'Welcome to FAMILY' slide is displayed</dd>
1925+ <dd>The slideshow is entirely in your language</dd>
1926+ <dt>Wait for the installer to finish</dt>
1927+ <dd>An 'Installation Complete' dialog appears</dd>
1928+ <dt>Click the 'Restart into FAMILY XX.XX' button</dt>
1929+ <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
1930+ <dt>Remove the disc and press enter</dt>
1931+ <dd>The machine is rebooted</dd>
1932+
1933+
1934+ <dt>Allow the machine to reboot</dt>
1935+ <dd>The system boots properly and loads into FAMILY showing username selected</dd>
1936+
1937+ <dt>Verify that your system is localized</dt>
1938+ <dt>Verify that the input method works correctly by entering text in the editor. The input method of choice should be available from the panel and typing in the editor should properly display the ibus chars selector.</dt>
1939+
1940+ </dl>
1941+ <p>If <strong>all</strong> actions produce the expected results described,
1942+ please <a href="results#add_result">submit</a> a 'passed' result.</p>
1943+ <p>If <strong>any</strong> action fails, or produces an unexpected result,
1944+ please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include
1945+ the bug number when you <a href="results#add_result">submit</a> your
1946+ result.</p>
1947+
1948\ No newline at end of file
1949diff --git a/testcases/image/1774_Canary VMWare Easy Install b/testcases/image/1774_Canary VMWare Easy Install
1950new file mode 100644
1951index 0000000..d214264
1952--- /dev/null
1953+++ b/testcases/image/1774_Canary VMWare Easy Install
1954@@ -0,0 +1,18 @@
1955+<!-- Please do not edit this file directly; it was generated with the
1956+ tools/test_case_gen script using the following configuration as input:
1957+ definitions/canary_desktop_cases.xml
1958+-->
1959+
1960+ <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
1961+ <dl>
1962+
1963+ <p>The goal of this test case is to check that the Easy Install option in VMWare Player works correctly with the Ubuntu image.</p>
1964+
1965+ </dl>
1966+ <p>If <strong>all</strong> actions produce the expected results described,
1967+ please <a href="results#add_result">submit</a> a 'passed' result.</p>
1968+ <p>If <strong>any</strong> action fails, or produces an unexpected result,
1969+ please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include
1970+ the bug number when you <a href="results#add_result">submit</a> your
1971+ result.</p>
1972+
1973\ No newline at end of file

Subscribers

People subscribed via source and target branches