Merge ubuntu-manual-tests:calamares_installer-prompt_miscellaneous into ubuntu-manual-tests:main

Proposed by ԜаӀtеr Ⅼарсһуnѕkі
Status: Merged
Approved by: Erich Eickmeyer
Approved revision: e5cf90082ccd0fd06b20c41684f2cf21b83d9325
Merged at revision: a6811f6b14b1c3aa078de308e594745b84780e2e
Proposed branch: ubuntu-manual-tests:calamares_installer-prompt_miscellaneous
Merge into: ubuntu-manual-tests:main
Diff against target: 398 lines (+274/-12)
10 files modified
testcases/image/1796_Install using Calamares+installer-prompt (BIOS) (+3/-3)
testcases/image/1797_Install using Calamares+installer-prompt (EFI + Secure Boot) (+3/-3)
testcases/image/1798_Install using Calamares+installer-prompt (EFI) (+3/-3)
testcases/image/1799_Install using Calamares+installer-prompt (entire disk) (+3/-3)
testcases/image/Install using Calamares+installer-prompt (OEM) (+61/-0)
testcases/image/Install using Calamares+installer-prompt (autologin) (+39/-0)
testcases/image/Install using Calamares+installer-prompt (encryption) (+43/-0)
testcases/image/Install using Calamares+installer-prompt (no Internet) (+39/-0)
testcases/image/Install using Calamares+installer-prompt (non-English) (+40/-0)
testcases/image/Install using Calamares+installer-prompt (updates) (+40/-0)
Reviewer Review Type Date Requested Status
Erich Eickmeyer Approve
Review via email: mp+465170@code.launchpad.net

Commit message

Update for Calamares+installer-prompt: miscellany

Description of the change

The last of a series of rewrites for the Calamares installer plus installer prompt.

This one covers all the miscellaneous bits:
 * no Internet
 * non-English
 * OEM
 * autologin
 * updates
 * encryption

To post a comment you must log in.
Revision history for this message
Erich Eickmeyer (eeickmeyer) wrote :

LGTM (Looks GREAT to me), Approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/testcases/image/1796_Install using Calamares+installer-prompt (BIOS) b/testcases/image/1796_Install using Calamares+installer-prompt (BIOS)
2index 7d0daf9..3e9ac67 100755
3--- a/testcases/image/1796_Install using Calamares+installer-prompt (BIOS)
4+++ b/testcases/image/1796_Install using Calamares+installer-prompt (BIOS)
5@@ -6,7 +6,7 @@
6 <dd>FAMILY boot screen is displayed</dd>
7 <dt>When installer-prompt starts select your language in the first prompt</dt>
8 <dd>Language is selected, all labels are changed to translated versions</dd>
9- <dd>Current internet connection is shown in the second prompt</dd>
10+ <dd>Current internet connection is shown in the second prompt</dd>
11 <dt>Press "Install FAMILY" and wait for Calamares installer to start</dt>
12 <dt>After the "Welcome" pane is shown click "Next"</dt>
13 <dt>The "Location" pane is shown with a map and options to select region, time zone, language, and number/date locale</dt>
14@@ -23,9 +23,9 @@
15 <dd>At the top, the correct storage device should be selected</dd>
16 <dd>Under the radio button, "Swap to file" should be selected from the drop down and "No swap" is the other option</dd>
17 <dd>Next to the swap drop down, "ext4" is selected from a second drop down and "xfs" and "btrfs" are the other options</dd>
18- <dd>Above the partition layout, "Encrypt system" should be unchecked</dd>
19+ <dd>Above the partition layout, "Encrypt system" should be unchecked</dd>
20 <dd>At the bottom, a partition layout should be shown which uses all disk space</dd>
21- <dd>Below the partition layout, the bootloader should show that it's being installed to the correct location</dd>
22+ <dd>Below the partition layout, the bootloader should show that it's being installed to the correct location</dd>
23 <dt>At the "Users" pane, enter details about the main system user and click "Next"</dt>
24 <dd>All details should be correctly filled in</dd>
25 <dt>At the "Summary" pane, confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
26diff --git a/testcases/image/1797_Install using Calamares+installer-prompt (EFI + Secure Boot) b/testcases/image/1797_Install using Calamares+installer-prompt (EFI + Secure Boot)
27index 20dcd03..ea629df 100755
28--- a/testcases/image/1797_Install using Calamares+installer-prompt (EFI + Secure Boot)
29+++ b/testcases/image/1797_Install using Calamares+installer-prompt (EFI + Secure Boot)
30@@ -6,7 +6,7 @@
31 <dd>FAMILY boot screen is displayed</dd>
32 <dt>When installer-prompt starts select your language in the first prompt</dt>
33 <dd>Language is selected, all labels are changed to translated versions</dd>
34- <dd>Current internet connection is shown in the second prompt</dd>
35+ <dd>Current internet connection is shown in the second prompt</dd>
36 <dt>Press "Install FAMILY" and wait for Calamares installer to start</dt>
37 <dt>After the "Welcome" pane is shown click "Next"</dt>
38 <dt>The "Location" pane is shown with a map and options to select region, time zone, language, and number/date locale</dt>
39@@ -23,9 +23,9 @@
40 <dd>At the top, the correct storage device should be selected</dd>
41 <dd>Under the radio button, "Swap to file" should be selected from the drop down and "No swap" is the other option</dd>
42 <dd>Next to the swap drop down, "ext4" is selected from a second drop down and "xfs" and "btrfs" are the other options</dd>
43- <dd>Above the partition layout, "Encrypt system" should be unchecked</dd>
44+ <dd>Above the partition layout, "Encrypt system" should be unchecked</dd>
45 <dd>At the bottom, a partition layout should be shown which uses all disk space</dd>
46- <dd>Below the partition layout, the bootloader should show that it's being installed to the correct location</dd>
47+ <dd>Below the partition layout, the bootloader should show that it's being installed to the correct location</dd>
48 <dt>At the "Users" pane, enter details about the main system user and click "Next"</dt>
49 <dd>All details should be correctly filled in</dd>
50 <dt>At the "Summary" pane, confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
51diff --git a/testcases/image/1798_Install using Calamares+installer-prompt (EFI) b/testcases/image/1798_Install using Calamares+installer-prompt (EFI)
52index 5b34cf7..b03706b 100755
53--- a/testcases/image/1798_Install using Calamares+installer-prompt (EFI)
54+++ b/testcases/image/1798_Install using Calamares+installer-prompt (EFI)
55@@ -6,7 +6,7 @@
56 <dd>FAMILY boot screen is displayed</dd>
57 <dt>When installer-prompt starts select your language in the first prompt</dt>
58 <dd>Language is selected, all labels are changed to translated versions</dd>
59- <dd>Current internet connection is shown in the second prompt</dd>
60+ <dd>Current internet connection is shown in the second prompt</dd>
61 <dt>Press "Install FAMILY" and wait for Calamares installer to start</dt>
62 <dt>After the "Welcome" pane is shown click "Next"</dt>
63 <dt>The "Location" pane is shown with a map and options to select region, time zone, language, and number/date locale</dt>
64@@ -23,9 +23,9 @@
65 <dd>At the top, the correct storage device should be selected</dd>
66 <dd>Under the radio button, "Swap to file" should be selected from the drop down and "No swap" is the other option</dd>
67 <dd>Next to the swap drop down, "ext4" is selected from a second drop down and "xfs" and "btrfs" are the other options</dd>
68- <dd>Above the partition layout, "Encrypt system" should be unchecked</dd>
69+ <dd>Above the partition layout, "Encrypt system" should be unchecked</dd>
70 <dd>At the bottom, a partition layout should be shown which uses all disk space</dd>
71- <dd>Below the partition layout, the bootloader should show that it's being installed to the correct location</dd>
72+ <dd>Below the partition layout, the bootloader should show that it's being installed to the correct location</dd>
73 <dt>At the "Users" pane, enter details about the main system user and click "Next"</dt>
74 <dd>All details should be correctly filled in</dd>
75 <dt>At the "Summary" pane, confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
76diff --git a/testcases/image/1799_Install using Calamares+installer-prompt (entire disk) b/testcases/image/1799_Install using Calamares+installer-prompt (entire disk)
77index 82e5513..da9a675 100755
78--- a/testcases/image/1799_Install using Calamares+installer-prompt (entire disk)
79+++ b/testcases/image/1799_Install using Calamares+installer-prompt (entire disk)
80@@ -5,7 +5,7 @@
81 <dd>FAMILY boot screen is displayed</dd>
82 <dt>When installer-prompt starts select your language in the first prompt</dt>
83 <dd>Language is selected, all labels are changed to translated versions</dd>
84- <dd>Current internet connection is shown in the second prompt</dd>
85+ <dd>Current internet connection is shown in the second prompt</dd>
86 <dt>Press "Install FAMILY" and wait for Calamares installer to start</dt>
87 <dt>After the "Welcome" pane is shown click "Next"</dt>
88 <dt>The "Location" pane is shown with a map and options to select region, time zone, language, and number/date locale</dt>
89@@ -21,9 +21,9 @@
90 <dd>At the top, the correct storage device should be selected</dd>
91 <dd>Under the radio button, "Swap to file" should be selected from the drop down and "No swap" is the other option</dd>
92 <dd>Next to the swap drop down, "ext4" is selected from a second drop down and "xfs" and "btrfs" are the other options</dd>
93- <dd>Above the partition layout, "Encrypt system" should be unchecked</dd>
94+ <dd>Above the partition layout, "Encrypt system" should be unchecked</dd>
95 <dd>At the bottom, a partition layout should be shown which uses all disk space</dd>
96- <dd>Below the partition layout, the bootloader should show that it's being installed to the correct location</dd>
97+ <dd>Below the partition layout, the bootloader should show that it's being installed to the correct location</dd>
98 <dt>At the "Users" pane, enter details about the main system user and click "Next"</dt>
99 <dd>All details should be correctly filled in</dd>
100 <dt>At the "Summary" pane, confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
101diff --git a/testcases/image/Install using Calamares+installer-prompt (OEM) b/testcases/image/Install using Calamares+installer-prompt (OEM)
102new file mode 100755
103index 0000000..f84cdfe
104--- /dev/null
105+++ b/testcases/image/Install using Calamares+installer-prompt (OEM)
106@@ -0,0 +1,61 @@
107+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
108+
109+<dl>
110+ <dt>Boot up the image</dt>
111+ <dd>FAMILY boot screen is displayed</dd>
112+ <dt>Select "OEM Install (for manufacturers)" and hit Enter</dt>
113+ <dt>At the OEM mode informational dialog, click "Yes" to continue</dt>
114+ <dd>The Calamares installer starts</dd>
115+ <dt>After the "Welcome" pane is shown click "Next"</dt>
116+ <dt>After the "OEM Configuration" pane is shown, click "Next"</dt>
117+ <dd>The "Batch" identifier is shown as FAMILY-XXYY-year-month-day</dd>
118+ <dt>The "Location" pane is shown with a map and options to select region, time zone, language, and number/date locale</dt>
119+ <dt>Select the appropriate locale options and click "Next"</dt>
120+ <dd>The display should reflect your selections</dd>
121+ <dt>In the "Keyboard" pane, select your keyboard layout and click "Next"</dt>
122+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
123+ <dt>At the "Customize" pane, click "Next"</dt>
124+ <dd>"Normal Installation" should be selected, but there are also options for "Full Installation" and "Minimal Installation"</dd>
125+ <dd>"Download and install updates following installation" should be unchecked</dd>
126+ <dd>The checkboxes under "Install additional third-party packages" should be unchecked</dd>
127+ <dt>At the "Partions" pane, select the "Erase disk" radio button and click "Next"</dt>
128+ <dd>At the top, the correct storage device should be selected</dd>
129+ <dd>Under the radio button, "Swap to file" should be selected from the drop down and "No swap" is the other option</dd>
130+ <dd>Next to the swap drop down, "ext4" is selected from a second drop down and "xfs" and "btrfs" are the other options</dd>
131+ <dd>Above the partition layout, "Encrypt system" should be unchecked</dd>
132+ <dd>At the bottom, a partition layout should be shown which uses all disk space</dd>
133+ <dd>Below the partition layout, the bootloader should show that it's being installed to the correct location</dd>
134+ <dt>At the "Users" pane, enter details about the computer and password and click "Next"</dt>
135+ <dd>The name field is already filled with "OEM configuration"</dd>
136+ <dd>The login name field is already filled with "oem"</dd>
137+ <dd>All details should be correctly filled in</dd>
138+ <dt>At the "Summary" pane, confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
139+ <dd>All details should match what you entered</dd>
140+ <dd>The slideshow should correctly display</dd>
141+ <dt>At the "Finish" pane, "Restart now" is checked. Click "Done" to restart</dt>
142+ <dt>Remove the media when prompted and hit enter as instructed</dt>
143+ <dt>Allow the machine to reboot</dt>
144+ <dd>The system boots properly and loads into FAMILY</dd>
145+ <dd>The desktop is shown without having to enter a password</dd>
146+ <dt>Double click on the "Finish OEM preparation" icon on the desktop</dt>
147+ <dt>At the OEM mode informational dialog, click "Yes" to continue</dt>
148+ <dt>At the dialog saying that the account setup wizard will be run at next bootup, click "OK"</dt>
149+ <dt>Reboot the machine</dt>
150+ <dd>The system boots straight to the Calamares installer</dd>
151+ <dt>At the "Welcome to FAMILY setup" pane, click "Next"</dt>
152+ <dt>The "Location" pane is shown with a map and options to select region, time zone, language, and number/date locale</dt>
153+ <dt>Select the appropriate locale options and click "Next"</dt>
154+ <dd>The display should reflect your selections</dd>
155+ <dt>In the "Keyboard" pane, select your keyboard layout and click "Next"</dt>
156+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
157+ <dt>At the "Users" pane, enter details about the main system user and click "Set Up"</dt>
158+ <dd>All details should be correctly filled in</dd>
159+ <dt>At the confirmation dialog, click "Set Up Now"</dt>
160+ <dd>The slideshow should correctly display</dd>
161+ <dt>At the "Finish" pane, "Restart now" is checked. Click "Done" to restart</dt>
162+ <dt>Allow the machine to reboot</dt>
163+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
164+
165+ </dl>
166+ <strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
167+ If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result.</strong>
168diff --git a/testcases/image/Install using Calamares+installer-prompt (autologin) b/testcases/image/Install using Calamares+installer-prompt (autologin)
169new file mode 100755
170index 0000000..47b8bbf
171--- /dev/null
172+++ b/testcases/image/Install using Calamares+installer-prompt (autologin)
173@@ -0,0 +1,39 @@
174+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
175+
176+<dl>
177+ <dt>Boot up the image</dt>
178+ <dd>FAMILY boot screen is displayed</dd>
179+ <dt>When installer-prompt starts select your language in the first prompt</dt>
180+ <dd>Language is selected, all labels are changed to translated versions</dd>
181+ <dd>Current internet connection is shown in the second prompt</dd>
182+ <dt>Press "Install FAMILY" and wait for Calamares installer to start</dt>
183+ <dt>After the "Welcome" pane is shown click "Next"</dt>
184+ <dt>The "Location" pane is shown with a map and options to select region, time zone, language, and number/date locale</dt>
185+ <dt>Select the appropriate locale options and click "Next"</dt>
186+ <dd>The display should reflect your selections</dd>
187+ <dt>In the "Keyboard" pane, select your keyboard layout and click "Next"</dt>
188+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
189+ <dt>At the "Customize" pane, click "Next"</dt>
190+ <dd>"Normal Installation" should be selected, but there are also options for "Full Installation" and "Minimal Installation"</dd>
191+ <dd>"Download and install updates following installation" should be unchecked</dd>
192+ <dd>The checkboxes under "Install additional third-party packages" should be unchecked</dd>
193+ <dt>At the "Partions" pane, select the "Erase disk" radio button and click "Next"</dt>
194+ <dd>At the top, the correct storage device should be selected</dd>
195+ <dd>Under the radio button, "Swap to file" should be selected from the drop down and "No swap" is the other option</dd>
196+ <dd>Next to the swap drop down, "ext4" is selected from a second drop down and "xfs" and "btrfs" are the other options</dd>
197+ <dd>Above the partition layout, "Encrypt system" should be unchecked</dd>
198+ <dd>At the bottom, a partition layout should be shown which uses all disk space</dd>
199+ <dd>Below the partition layout, the bootloader should show that it's being installed to the correct location</dd>
200+ <dt>At the "Users" pane, enter details about the main system user, check "Log in automatically without asking for the password," and click "Next"</dt>
201+ <dd>All details should be correctly filled in</dd>
202+ <dt>At the "Summary" pane, confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
203+ <dd>All details should match what you entered</dd>
204+ <dd>The slideshow should correctly display</dd>
205+ <dt>At the "Finish" pane, "Restart now" is checked. Click "Done" to restart</dt>
206+ <dt>Remove the media when prompted and hit enter as instructed</dt>
207+ <dt>Allow the machine to reboot</dt>
208+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
209+ <dd>No login screen is shown and no password is required to get to the desktop environment</dd>
210+</dl>
211+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
212+ If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result.</strong>
213diff --git a/testcases/image/Install using Calamares+installer-prompt (encryption) b/testcases/image/Install using Calamares+installer-prompt (encryption)
214new file mode 100755
215index 0000000..cb89024
216--- /dev/null
217+++ b/testcases/image/Install using Calamares+installer-prompt (encryption)
218@@ -0,0 +1,43 @@
219+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
220+
221+<dl>
222+ <dt>Boot up the image</dt>
223+ <dd>FAMILY boot screen is displayed</dd>
224+ <dt>When installer-prompt starts select your language in the first prompt</dt>
225+ <dd>Language is selected, all labels are changed to translated versions</dd>
226+ <dd>Current internet connection is shown in the second prompt</dd>
227+ <dt>Press "Install FAMILY" and wait for Calamares installer to start</dt>
228+ <dt>After the "Welcome" pane is shown click "Next"</dt>
229+ <dt>The "Location" pane is shown with a map and options to select region, time zone, language, and number/date locale</dt>
230+ <dt>Select the appropriate locale options and click "Next"</dt>
231+ <dd>The display should reflect your selections</dd>
232+ <dt>In the "Keyboard" pane, select your keyboard layout and click "Next"</dt>
233+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
234+ <dt>At the "Customize" pane, click "Next"</dt>
235+ <dd>"Normal Installation" should be selected, but there are also options for "Full Installation" and "Minimal Installation"</dd>
236+ <dd>"Download and install updates following installation" should be unchecked</dd>
237+ <dd>The checkboxes under "Install additional third-party packages" should be unchecked</dd>
238+ <dt>At the "Partions" pane, select the "Erase disk" radio button</dt>
239+ <dd>At the top, the correct storage device should be selected</dd>
240+ <dd>Under the radio button, "Swap to file" should be selected from the drop down and "No swap" is the other option</dd>
241+ <dd>Next to the swap drop down, "ext4" is selected from a second drop down and "xfs" and "btrfs" are the other options</dd>
242+ <dd>Above the partition layout, "Encrypt system" should be unchecked</dd>
243+ <dd>At the bottom, a partition layout should be shown which uses all disk space</dd>
244+ <dd>Below the partition layout, the bootloader should show that it's being installed to the correct location</dd>
245+ <dt>Check the "Encrypt system" checkbox</dt>
246+ <dd>Next to the checkbox, two prompts are shown: "Passphrase" and "Confirm passphrase"</dd>
247+ <dt>Enter two matching passphrases in the prompts and click "Next"</dt>
248+ <dd>Upon success, a green checkmark is shown to the right of the prompts</dd>
249+ <dd>The "After" partition layout at the bottom should show the target partition for the installation as LUKS2</dd>
250+ <dt>At the "Users" pane, enter details about the main system user and click "Next"</dt>
251+ <dd>All details should be correctly filled in</dd>
252+ <dt>At the "Summary" pane, confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
253+ <dd>All details should match what you entered</dd>
254+ <dd>The slideshow should correctly display</dd>
255+ <dt>At the "Finish" pane, "Restart now" is checked. Click "Done" to restart</dt>
256+ <dt>Remove the media when prompted and hit enter as instructed</dt>
257+ <dt>Allow the machine to reboot</dt>
258+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
259+</dl>
260+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
261+ If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result.</strong>
262diff --git a/testcases/image/Install using Calamares+installer-prompt (no Internet) b/testcases/image/Install using Calamares+installer-prompt (no Internet)
263new file mode 100755
264index 0000000..0ca483e
265--- /dev/null
266+++ b/testcases/image/Install using Calamares+installer-prompt (no Internet)
267@@ -0,0 +1,39 @@
268+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
269+
270+<dl>
271+ <dt>Before starting this test, make sure you are NOT connected to the Internet</dt>
272+ <dt>Boot up the image</dt>
273+ <dd>FAMILY boot screen is displayed</dd>
274+ <dt>When installer-prompt starts select your language in the first prompt</dt>
275+ <dd>Language is selected, all labels are changed to translated versions</dd>
276+ <dd>Internet connection is shown as "Disconnected" in the second prompt</dd>
277+ <dt>Press "Install FAMILY" and wait for Calamares installer to start</dt>
278+ <dt>After the "Welcome" pane is shown click "Next"</dt>
279+ <dd>A warning is shown: "The system is not connected to the Internet"</dd>
280+ <dt>The "Location" pane is shown with a map and options to select region, time zone, language, and number/date locale</dt>
281+ <dd>The default location shown is America/New York</dd>
282+ <dt>Select the appropriate locale options and click "Next"</dt>
283+ <dd>The display should reflect your selections</dd>
284+ <dt>In the "Keyboard" pane, select your keyboard layout and click "Next"</dt>
285+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
286+ <dt>At the "Customize" pane, click "Next"</dt>
287+ <dd>"Normal Installation" should be selected, but there is also a option for "Minimal Installation"</dd>
288+ <dt>At the "Partions" pane, select the "Erase disk" radio button and click "Next"</dt>
289+ <dd>At the top, the correct storage device should be selected</dd>
290+ <dd>Under the radio button, "Swap to file" should be selected from the drop down and "No swap" is the other option</dd>
291+ <dd>Next to the swap drop down, "ext4" is selected from a second drop down and "xfs" and "btrfs" are the other options</dd>
292+ <dd>Above the partition layout, "Encrypt system" should be unchecked</dd>
293+ <dd>At the bottom, a partition layout should be shown which uses all disk space</dd>
294+ <dd>Below the partition layout, the bootloader should show that it's being installed to the correct location</dd>
295+ <dt>At the "Users" pane, enter details about the main system user and click "Next"</dt>
296+ <dd>All details should be correctly filled in</dd>
297+ <dt>At the "Summary" pane, confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
298+ <dd>All details should match what you entered</dd>
299+ <dd>The slideshow should correctly display</dd>
300+ <dt>At the "Finish" pane, "Restart now" is checked. Click "Done" to restart</dt>
301+ <dt>Remove the media when prompted and hit enter as instructed</dt>
302+ <dt>Allow the machine to reboot</dt>
303+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
304+</dl>
305+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
306+ If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result.</strong>
307diff --git a/testcases/image/Install using Calamares+installer-prompt (non-English) b/testcases/image/Install using Calamares+installer-prompt (non-English)
308new file mode 100755
309index 0000000..b0e8d22
310--- /dev/null
311+++ b/testcases/image/Install using Calamares+installer-prompt (non-English)
312@@ -0,0 +1,40 @@
313+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
314+
315+<dl>
316+ <dt>Boot up the image</dt>
317+ <dd>FAMILY boot screen is displayed</dd>
318+ <dt>When installer-prompt starts select a non-English language in the first prompt</dt>
319+ <dd>Language is selected, all labels are changed to translated versions</dd>
320+ <dd>Current internet connection is shown in the second prompt</dd>
321+ <dt>Press "Install FAMILY" and wait for Calamares installer to start</dt>
322+ <dd>Calamares starts and all of its strings are shown in the selected language</dd>
323+ <dt>After the "Welcome" pane is shown click "Next"</dt>
324+ <dt>The "Location" pane is shown with a map and options to select region, time zone, language, and number/date locale</dt>
325+ <dt>Select the appropriate locale options and click "Next"</dt>
326+ <dd>The display should reflect your selections</dd>
327+ <dt>In the "Keyboard" pane, select your keyboard layout and click "Next"</dt>
328+ <dd>The default keyboard layout shown should be appropriate for the language selected</dd>
329+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
330+ <dt>At the "Customize" pane, click "Next"</dt>
331+ <dd>"Normal Installation" should be selected, but there are also options for "Full Installation" and "Minimal Installation"</dd>
332+ <dd>"Download and install updates following installation" should be unchecked</dd>
333+ <dd>The checkboxes under "Install additional third-party packages" should be unchecked</dd>
334+ <dt>At the "Partions" pane, select the "Erase disk" radio button and click "Next"</dt>
335+ <dd>At the top, the correct storage device should be selected</dd>
336+ <dd>Under the radio button, "Swap to file" should be selected from the drop down and "No swap" is the other option</dd>
337+ <dd>Next to the swap drop down, "ext4" is selected from a second drop down and "xfs" and "btrfs" are the other options</dd>
338+ <dd>Above the partition layout, "Encrypt system" should be unchecked</dd>
339+ <dd>At the bottom, a partition layout should be shown which uses all disk space</dd>
340+ <dd>Below the partition layout, the bootloader should show that it's being installed to the correct location</dd>
341+ <dt>At the "Users" pane, enter details about the main system user and click "Next"</dt>
342+ <dd>All details should be correctly filled in</dd>
343+ <dt>At the "Summary" pane, confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
344+ <dd>All details should match what you entered</dd>
345+ <dd>The slideshow should correctly display</dd>
346+ <dt>At the "Finish" pane, "Restart now" is checked. Click "Done" to restart</dt>
347+ <dt>Remove the media when prompted and hit enter as instructed</dt>
348+ <dt>Allow the machine to reboot</dt>
349+ <dd>The system boots properly and loads into FAMILY showing the username you entered and using the selected language</dd>
350+</dl>
351+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
352+ If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result.</strong>
353diff --git a/testcases/image/Install using Calamares+installer-prompt (updates) b/testcases/image/Install using Calamares+installer-prompt (updates)
354new file mode 100755
355index 0000000..6bd8117
356--- /dev/null
357+++ b/testcases/image/Install using Calamares+installer-prompt (updates)
358@@ -0,0 +1,40 @@
359+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
360+
361+<dl>
362+ <dt>Boot up the image</dt>
363+ <dd>FAMILY boot screen is displayed</dd>
364+ <dt>When installer-prompt starts select your language in the first prompt</dt>
365+ <dd>Language is selected, all labels are changed to translated versions</dd>
366+ <dd>Current internet connection is shown in the second prompt</dd>
367+ <dt>Press "Install FAMILY" and wait for Calamares installer to start</dt>
368+ <dt>After the "Welcome" pane is shown click "Next"</dt>
369+ <dt>The "Location" pane is shown with a map and options to select region, time zone, language, and number/date locale</dt>
370+ <dt>Select the appropriate locale options and click "Next"</dt>
371+ <dd>The display should reflect your selections</dd>
372+ <dt>In the "Keyboard" pane, select your keyboard layout and click "Next"</dt>
373+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
374+ <dt>At the "Customize" pane, check "Download and install updates following installation" and click "Next"</dt>
375+ <dd>"Normal Installation" should be selected, but there are also options for "Full Installation" and "Minimal Installation"</dd>
376+ <dd>The checkboxes under "Install additional third-party packages" should be unchecked</dd>
377+ <dt>At the "Partions" pane, select the "Erase disk" radio button and click "Next"</dt>
378+ <dd>At the top, the correct storage device should be selected</dd>
379+ <dd>Under the radio button, "Swap to file" should be selected from the drop down and "No swap" is the other option</dd>
380+ <dd>Next to the swap drop down, "ext4" is selected from a second drop down and "xfs" and "btrfs" are the other options</dd>
381+ <dd>Above the partition layout, "Encrypt system" should be unchecked</dd>
382+ <dd>At the bottom, a partition layout should be shown which uses all disk space</dd>
383+ <dd>Below the partition layout, the bootloader should show that it's being installed to the correct location</dd>
384+ <dt>At the "Users" pane, enter details about the main system user and click "Next"</dt>
385+ <dd>All details should be correctly filled in</dd>
386+ <dt>At the "Summary" pane, confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
387+ <dd>All details should match what you entered</dd>
388+ <dd>The slideshow should correctly display</dd>
389+ <dt>At the "Finish" pane, "Restart now" is checked. Click "Done" to restart</dt>
390+ <dt>Remove the media when prompted and hit enter as instructed</dt>
391+ <dt>Allow the machine to reboot</dt>
392+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
393+ <dt>Click to open the menu at the bottom left, mouse over "Preferences" and click "Lubuntu Update"</dt>
394+ <dd>Lubuntu Update loads with no updates available</dd>
395+ <dt>Click "Check for Updates" and enter your password when prompted</dt>
396+</dl>
397+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
398+ If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result.</strong>

Subscribers

People subscribed via source and target branches

to all changes: