Merge lp:~guiverc/ubuntu-manual-tests/lubuntu-calamares into lp:ubuntu-manual-tests

Proposed by Chris Guiver
Status: Needs review
Proposed branch: lp:~guiverc/ubuntu-manual-tests/lubuntu-calamares
Merge into: lp:ubuntu-manual-tests
Diff against target: 830 lines (+721/-0)
22 files modified
testcases/image/Auto login (+31/-0)
testcases/image/Custom partitioning on BTRFS (+30/-0)
testcases/image/Custom partitioning on XFS (+30/-0)
testcases/image/Custom partitioning with seperate home (+30/-0)
testcases/image/Full disk install encryption BIOS internet (+32/-0)
testcases/image/Full disk install encryption BIOS offline (+39/-0)
testcases/image/Full disk install encryption EFI internet (+32/-0)
testcases/image/Full disk install encryption EFI offline (+39/-0)
testcases/image/Full disk install encryption SecureEFI internet (+32/-0)
testcases/image/Full disk install encryption SecureEFI offline (+39/-0)
testcases/image/Full disk install no-encryption BIOS internet (+32/-0)
testcases/image/Full disk install no-encryption BIOS offline (+37/-0)
testcases/image/Full disk install no-encryption EFI internet (+32/-0)
testcases/image/Full disk install no-encryption EFI offline (+37/-0)
testcases/image/Full disk install no-encryption SecureEFI internet (+32/-0)
testcases/image/Full disk install no-encryption SecureEFI offline (+37/-0)
testcases/image/Install using another language (+29/-0)
testcases/image/Install with existing partition (+32/-0)
testcases/image/Modern Live (+20/-0)
testcases/image/Replace a partition (+30/-0)
testcases/image/Upgrade using GUI (+36/-0)
testcases/image/Upgrade using TUI (+33/-0)
To merge this branch: bzr merge lp:~guiverc/ubuntu-manual-tests/lubuntu-calamares
Reviewer Review Type Date Requested Status
Simon Quigley Pending
ԜаӀtеr Ⅼарсһуnѕkі Pending
Review via email: mp+380819@code.launchpad.net

Commit message

Intended for Lubuntu 20.04 and up, test cases with emphasis on Calamares installer and the various options (bios/uefi/uefi-secure, encrypt/no-encrypt, web/no-web). Lubuntu task https://phab.lubuntu.me/T56

In 19.10 got pushed to 20.04, due user error & lost drive array this got delayed and I was get anywhere with https://code.launchpad.net/~lubuntu-qa/ubuntu-manual-tests/lubuntu-calamares/+merge/372039 (minor fixes may have occurred since last successful update on 2019-12-31

This is a new submission of same files to get around whatever issue I had.

Description of the change

These started as "1701_Install using Calamares (entire disk)" which needs to be kept for Lubuntu 18.04[.5] LTS (we, and are primarily just small variations for different use cases ((bios/uefi/uefi-secure, encrypt/no-encrypt, web/no-web) and to avoid using https://phab.lubuntu.me/w/release-team/testing-checklist/ again...

The Secure-EFI & EFI are actually identical; and my filenames will almost certainly need changing.

For more details please see https://phab.lubuntu.me/T56#2271

To post a comment you must log in.
400. By Chris Guiver

Lubuntu 20.04 Calamares install variations

Revision history for this message
Chris Guiver (guiverc) wrote :

There were too large a difference between diff lines of https://code.launchpad.net/~lubuntu-qa/ubuntu-manual-tests/lubuntu-calamares/+merge/372039 and this change... turns out I'd missed the file

"Replace a partition" .. which has now been added.

Unmerged revisions

400. By Chris Guiver

Lubuntu 20.04 Calamares install variations

399. By Chris Guiver

Lubuntu 20.04 Calamares install variations

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'testcases/image/Auto login'
2--- testcases/image/Auto login 1970-01-01 00:00:00 +0000
3+++ testcases/image/Auto login 2020-03-18 11:41:29 +0000
4@@ -0,0 +1,31 @@
5+<em>Lubuntu QA-test: auto-login after install</em>
6+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
7+<em>Internet/No-internet won't matter in this test, but may alter some prompts to this testcase</em>
8+
9+<dl>
10+ <dt>Boot up the image and select your language</dt>
11+ <dd>The system boots properly and loads the language selection menu</dd>
12+ <dt>Press enter over the "Start FAMILY" text</dt>
13+ <dd>The system should boot to the live desktop</dd>
14+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
15+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
16+ <dd>The installer should be localized in your language</dd>
17+ <dt>Select your timezone and click "Next"</dt>
18+ <dd>A map should appear allowing you to select your timezone, and if the internet is connected, should already be accurate</dd>
19+ <dt>Select your keyboard layout and click "Next"</dt>
20+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
21+ <dt>Select "Erase disk" or "Manual partitioning" as you see fit</dt>
22+ <dd>If you selected Manual Partitioning create your desired partition scheme</dd>
23+ <dd>Confirm Boot Loader location is correct</dd>
24+ <dt>Enter details about the main system user and click "Next"</dt>
25+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
26+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
27+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
28+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
29+ <dt>Allow the machine to reboot</dt>
30+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
31+ <dd>You should not need to enter username or password as login should complete automatically</dd>
32+ <dd>Please ensure you have the partition(s) you created earlier)</dd>
33+</dl>
34+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
35+ 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>
36
37=== added file 'testcases/image/Custom partitioning on BTRFS'
38--- testcases/image/Custom partitioning on BTRFS 1970-01-01 00:00:00 +0000
39+++ testcases/image/Custom partitioning on BTRFS 2020-03-18 11:41:29 +0000
40@@ -0,0 +1,30 @@
41+<em>Lubuntu QA-test: Custom partitioning on BTRFS</em>
42+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
43+<em>Internet/No-internet won't matter in this test, but may alter some prompts to this testcase</em>
44+
45+<dl>
46+ <dt>Boot up the image and select your language</dt>
47+ <dd>The system boots properly and loads the language selection menu</dd>
48+ <dt>Press enter over the "Start FAMILY" text</dt>
49+ <dd>The system should boot to the live desktop</dd>
50+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
51+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
52+ <dd>The installer should be localized in your language</dd>
53+ <dt>Select your timezone and click "Next"</dt>
54+ <dd>A map should appear allowing you to select your timezone, and if the internet is connected, should already be accurate</dd>
55+ <dt>Select your keyboard layout and click "Next"</dt>
56+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
57+ <dt>Select "Manual partitioning" </dt>
58+ <dd>Please select or create a partition layout which has a / partition formatted using BTRFS. Additional partitions (eg. /home) are optional and can be any file-system</dd>
59+ <dd>Confirm Boot Loader location is correct</dd>
60+ <dt>Enter details about the main system user and click "Next"</dt>
61+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
62+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
63+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
64+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
65+ <dt>Allow the machine to reboot</dt>
66+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
67+ <dd>Please ensure you have the partition(s) you created earlier (esp. BTRFS used for /)</dd>
68+</dl>
69+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
70+ 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>
71
72=== added file 'testcases/image/Custom partitioning on XFS'
73--- testcases/image/Custom partitioning on XFS 1970-01-01 00:00:00 +0000
74+++ testcases/image/Custom partitioning on XFS 2020-03-18 11:41:29 +0000
75@@ -0,0 +1,30 @@
76+<em>Lubuntu QA-test: Custom partitioning on XFS</em>
77+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
78+<em>Internet/No-internet won't matter in this test, but may alter some prompts to this testcase</em>
79+
80+<dl>
81+ <dt>Boot up the image and select your language</dt>
82+ <dd>The system boots properly and loads the language selection menu</dd>
83+ <dt>Press enter over the "Start FAMILY" text</dt>
84+ <dd>The system should boot to the live desktop</dd>
85+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
86+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
87+ <dd>The installer should be localized in your language</dd>
88+ <dt>Select your timezone and click "Next"</dt>
89+ <dd>A map should appear allowing you to select your timezone, and if the internet is connected, should already be accurate</dd>
90+ <dt>Select your keyboard layout and click "Next"</dt>
91+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
92+ <dt>Select "Manual partitioning"</dt>
93+ <dd>Please select or create a partition layout which has a / partition formatted using XFS. Additional partitions (eg. /home) are optional and can be any file-system</dd>
94+ <dd>Confirm Boot Loader location is correct</dd>
95+ <dt>Enter details about the main system user and click "Next"</dt>
96+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
97+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
98+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
99+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
100+ <dt>Allow the machine to reboot</dt>
101+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
102+ <dd>Please ensure you have the partition(s) you created earlier (esp. XFS used for /)</dd>
103+</dl>
104+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
105+ 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>
106
107=== added file 'testcases/image/Custom partitioning with seperate home'
108--- testcases/image/Custom partitioning with seperate home 1970-01-01 00:00:00 +0000
109+++ testcases/image/Custom partitioning with seperate home 2020-03-18 11:41:29 +0000
110@@ -0,0 +1,30 @@
111+<em>Lubuntu QA-test: Custom partitioning with seperate home</em>
112+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
113+<em>Internet/No-internet won't matter in this test, but may alter some prompts to this testcase</em>
114+
115+<dl>
116+ <dt>Boot up the image and select your language</dt>
117+ <dd>The system boots properly and loads the language selection menu</dd>
118+ <dt>Press enter over the "Start FAMILY" text</dt>
119+ <dd>The system should boot to the live desktop</dd>
120+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
121+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
122+ <dd>The installer should be localized in your language</dd>
123+ <dt>Select your timezone and click "Next"</dt>
124+ <dd>A map should appear allowing you to select your timezone, and if the internet is connected, should already be accurate</dd>
125+ <dt>Select your keyboard layout and click "Next"</dt>
126+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
127+ <dt>Select "Manual partitioning"</dt>
128+ <dd>Please select or create a partition layout which has a seperate /home partition, thus you'll need to have at least two partitions (/ and /home)</dd>
129+ <dd>Confirm Boot Loader location is correct</dd>
130+ <dt>Enter details about the main system user and click "Next"</dt>
131+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
132+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
133+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
134+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
135+ <dt>Allow the machine to reboot</dt>
136+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
137+ <dd>Please ensure you have the partitions you created earlier (seperate /home and /, plus any others you selected)</dd>
138+</dl>
139+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
140+ 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>
141
142=== added file 'testcases/image/Full disk install encryption BIOS internet'
143--- testcases/image/Full disk install encryption BIOS internet 1970-01-01 00:00:00 +0000
144+++ testcases/image/Full disk install encryption BIOS internet 2020-03-18 11:41:29 +0000
145@@ -0,0 +1,32 @@
146+<em>Lubuntu QA-test: Full disk install, encryption, BIOS and internet</em>
147+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
148+
149+<dl>
150+ <dt>Boot up the image and select your language</dt>
151+ <dd>The system boots properly and loads the language selection menu</dd>
152+ <dt>Press enter over the "Start FAMILY" text</dt>
153+ <dd>The system should boot to the live desktop</dd>
154+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
155+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
156+ <dd>The installer should be localized in your language</dd>
157+ <dt>Select your timezone and click "Next"</dt>
158+ <dd>A map should appear allowing you to select your timezone, and if the internet is connected, should already be accurate</dd>
159+ <dt>Select your keyboard layout and click "Next"</dt>
160+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
161+ <dt>Select the "Erase disk" and "Encrypt system" radio boxes, enter details and click "Next"</dt>
162+ <dd>Please ensure you see BIOS listed besides your drive. If you see EFI it's covered in another testcase</dd>
163+ <dd>A partition layout should be shown which uses all disk space, and the bootloader should be installed to the correct disk</dd>
164+ <dd>After ticking the "Encrypt system" radio box, please enter (and confirm) passphrase</dd>
165+ <dd>Confirm Boot Loader location is correct</dd>
166+ <dd>If "Erase disk" does not show, your target device has a mounted partition. Please close installer, umount your partitions (possibly a swap partition that was mounted on boot), and return to the 'click the "Install FAMILY XX.YY" icon step'</dd>
167+ <dt>Enter details about the main system user and click "Next"</dt>
168+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
169+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
170+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
171+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
172+ <dt>Allow the machine to reboot</dt>
173+ <dd>You should be required to enter the encryption passphrase before login</dd>
174+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
175+</dl>
176+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
177+ 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>
178
179=== added file 'testcases/image/Full disk install encryption BIOS offline'
180--- testcases/image/Full disk install encryption BIOS offline 1970-01-01 00:00:00 +0000
181+++ testcases/image/Full disk install encryption BIOS offline 2020-03-18 11:41:29 +0000
182@@ -0,0 +1,39 @@
183+<em>Lubuntu QA-test: Full disk install, encryption, BIOS and no internet</em>
184+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
185+<em>Please ensure you have no internet for this test (unplug cable or disable if VM)</em>
186+
187+<dl>
188+ <dt>Boot up the image and select your language</dt>
189+ <dd>The system boots properly and loads the language selection menu</dd>
190+ <dt>Press enter over the "Start FAMILY" text</dt>
191+ <dd>The system should boot to the live desktop</dd>
192+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
193+ <dd>You should note a prominent warning ""The system is not connected to the Internet"</dd>
194+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
195+ <dd>The installer should be localized in your language</dd>
196+ <dt>Select your timezone and click "Next"</dt>
197+ <dd>A map should appear allowing you to select your timezone, and if the internet was connected, it should already be accurate. In this case inaccurate is expected.</dd>
198+ <dd>Select Region from Region dropdown</dd>
199+ <dd>Select Zone from Zone dropdown</dd>
200+ <dd>Please note system language if it's not correct</dd>
201+ <dd>Please note numbers and dates locale if it's not correct</dd>
202+ <dt>Select your keyboard layout and click "Next"</dt>
203+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
204+ <dt>Select the "Erase disk" and "Encrypt system" radio boxes, enter details and click "Next"</dt>
205+ <dd>If "Erase disk" does not show, your target device has a mounted partition. Please close installer, umount your partitions (possibly a swap partition that was mounted on boot), and return to the 'click the "Install FAMILY XX.YY" icon step'</dd>
206+ <dd>Please ensure you see BIOS listed besides your drive. If you see EFI it's covered in another testcase</dd>
207+ <dd>A partition layout should be shown which uses all disk space, and the bootloader should be installed to the correct disk</dd>
208+ <dd>After ticking the "Encrypt system" radio box, please enter (and confirm) passphrase</dd>
209+ <dd>Ensure "Encrypt system" checkbox is not ticked</dd>
210+ <dd>Confirm Boot Loader location is correct</dd>
211+ <dt>Enter details about the main system user and click "Next"</dt>
212+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
213+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
214+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
215+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
216+ <dt>Allow the machine to reboot</dt>
217+ <dd>You should be required to enter the encryption passphrase before login</dd>
218+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
219+</dl>
220+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
221+ 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>
222
223=== added file 'testcases/image/Full disk install encryption EFI internet'
224--- testcases/image/Full disk install encryption EFI internet 1970-01-01 00:00:00 +0000
225+++ testcases/image/Full disk install encryption EFI internet 2020-03-18 11:41:29 +0000
226@@ -0,0 +1,32 @@
227+<em>Lubuntu QA-test: Full disk install, encryption, EFI and internet</em>
228+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
229+
230+<dl>
231+ <dt>Boot up the image and select your language</dt>
232+ <dd>The system boots properly and loads the language selection menu</dd>
233+ <dt>Press enter over the "Start FAMILY" text</dt>
234+ <dd>The system should boot to the live desktop</dd>
235+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
236+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
237+ <dd>The installer should be localized in your language</dd>
238+ <dt>Select your timezone and click "Next"</dt>
239+ <dd>A map should appear allowing you to select your timezone, and if the internet is connected, should already be accurate</dd>
240+ <dt>Select your keyboard layout and click "Next"</dt>
241+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
242+ <dt>Select the "Erase disk" and "Encrypt system" radio boxes, enter details and click "Next"</dt>
243+ <dd>Please ensure you see EFI listed besides your drive. If you see BIOS it's covered in another testcase</dd>
244+ <dd>A partition layout should be shown which uses all disk space, and the bootloader should be installed to the correct disk</dd>
245+ <dd>After ticking the "Encrypt system" radio box, please enter (and confirm) passphrase</dd>
246+ <dd>Confirm Boot Loader location is correct</dd>
247+ <dd>If "Erase disk" does not show, your target device has a mounted partition. Please close installer, umount your partitions (possibly a swap partition that was mounted on boot), and return to the 'click the "Install FAMILY XX.YY" icon step'</dd>
248+ <dt>Enter details about the main system user and click "Next"</dt>
249+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
250+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
251+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
252+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
253+ <dt>Allow the machine to reboot</dt>
254+ <dd>You should be required to enter the encryption passphrase before login</dd>
255+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
256+</dl>
257+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
258+ 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>
259
260=== added file 'testcases/image/Full disk install encryption EFI offline'
261--- testcases/image/Full disk install encryption EFI offline 1970-01-01 00:00:00 +0000
262+++ testcases/image/Full disk install encryption EFI offline 2020-03-18 11:41:29 +0000
263@@ -0,0 +1,39 @@
264+<em>Lubuntu QA-test: Full disk install, encryption, EFI and no internet</em>
265+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
266+<em>Please ensure you have no internet for this test (unplug cable or disable if VM)</em>
267+
268+<dl>
269+ <dt>Boot up the image and select your language</dt>
270+ <dd>The system boots properly and loads the language selection menu</dd>
271+ <dt>Press enter over the "Start FAMILY" text</dt>
272+ <dd>The system should boot to the live desktop</dd>
273+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
274+ <dd>You should note a prominent warning ""The system is not connected to the Internet"</dd>
275+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
276+ <dd>The installer should be localized in your language</dd>
277+ <dt>Select your timezone and click "Next"</dt>
278+ <dd>A map should appear allowing you to select your timezone, and if the internet was connected, it should already be accurate. In this case inaccurate is expected.</dd>
279+ <dd>Select Region from Region dropdown</dd>
280+ <dd>Select Zone from Zone dropdown</dd>
281+ <dd>Please note system language if it's not correct</dd>
282+ <dd>Please note numbers and dates locale if it's not correct</dd>
283+ <dt>Select your keyboard layout and click "Next"</dt>
284+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
285+ <dt>Select the "Erase disk" and "Encrypt system" radio boxes, enter details and click "Next"</dt>
286+ <dd>If "Erase disk" does not show, your target device has a mounted partition. Please close installer, umount your partitions (possibly a swap partition that was mounted on boot), and return to the 'click the "Install FAMILY XX.YY" icon step'</dd>
287+ <dd>Please ensure you see EFI listed besides your drive. If you see BIOS it's covered in another testcase</dd>
288+ <dd>A partition layout should be shown which uses all disk space, and the bootloader should be installed to the correct disk</dd>
289+ <dd>After ticking the "Encrypt system" radio box, please enter (and confirm) passphrase</dd>
290+ <dd>Ensure "Encrypt system" checkbox is not ticked</dd>
291+ <dd>Confirm Boot Loader location is correct</dd>
292+ <dt>Enter details about the main system user and click "Next"</dt>
293+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
294+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
295+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
296+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
297+ <dt>Allow the machine to reboot</dt>
298+ <dd>You should be required to enter the encryption passphrase before login</dd>
299+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
300+</dl>
301+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
302+ 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>
303
304=== added file 'testcases/image/Full disk install encryption SecureEFI internet'
305--- testcases/image/Full disk install encryption SecureEFI internet 1970-01-01 00:00:00 +0000
306+++ testcases/image/Full disk install encryption SecureEFI internet 2020-03-18 11:41:29 +0000
307@@ -0,0 +1,32 @@
308+<em>Lubuntu QA-test: Full disk install, encryption, Secure EFI and internet</em>
309+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
310+
311+<dl>
312+ <dt>Boot up the image and select your language</dt>
313+ <dd>The system boots properly and loads the language selection menu</dd>
314+ <dt>Press enter over the "Start FAMILY" text</dt>
315+ <dd>The system should boot to the live desktop</dd>
316+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
317+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
318+ <dd>The installer should be localized in your language</dd>
319+ <dt>Select your timezone and click "Next"</dt>
320+ <dd>A map should appear allowing you to select your timezone, and if the internet is connected, should already be accurate</dd>
321+ <dt>Select your keyboard layout and click "Next"</dt>
322+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
323+ <dt>Select the "Erase disk" and "Encrypt system" radio boxes, enter details and click "Next"</dt>
324+ <dd>Please ensure you see EFI listed besides your drive. If you see BIOS it's covered in another testcase</dd>
325+ <dd>A partition layout should be shown which uses all disk space, and the bootloader should be installed to the correct disk</dd>
326+ <dd>After ticking the "Encrypt system" radio box, please enter (and confirm) passphrase</dd>
327+ <dd>Confirm Boot Loader location is correct</dd>
328+ <dd>If "Erase disk" does not show, your target device has a mounted partition. Please close installer, umount your partitions (possibly a swap partition that was mounted on boot), and return to the 'click the "Install FAMILY XX.YY" icon step'</dd>
329+ <dt>Enter details about the main system user and click "Next"</dt>
330+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
331+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
332+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
333+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
334+ <dt>Allow the machine to reboot</dt>
335+ <dd>You should be required to enter the encryption passphrase before login</dd>
336+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
337+</dl>
338+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
339+ 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>
340
341=== added file 'testcases/image/Full disk install encryption SecureEFI offline'
342--- testcases/image/Full disk install encryption SecureEFI offline 1970-01-01 00:00:00 +0000
343+++ testcases/image/Full disk install encryption SecureEFI offline 2020-03-18 11:41:29 +0000
344@@ -0,0 +1,39 @@
345+<em>Lubuntu QA-test: Full disk install, encryption, Secure EFI and no internet</em>
346+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
347+<em>Please ensure you have no internet for this test (unplug cable or disable if VM)</em>
348+
349+<dl>
350+ <dt>Boot up the image and select your language</dt>
351+ <dd>The system boots properly and loads the language selection menu</dd>
352+ <dt>Press enter over the "Start FAMILY" text</dt>
353+ <dd>The system should boot to the live desktop</dd>
354+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
355+ <dd>You should note a prominent warning ""The system is not connected to the Internet"</dd>
356+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
357+ <dd>The installer should be localized in your language</dd>
358+ <dt>Select your timezone and click "Next"</dt>
359+ <dd>A map should appear allowing you to select your timezone, and if the internet was connected, it should already be accurate. In this case inaccurate is expected.</dd>
360+ <dd>Select Region from Region dropdown</dd>
361+ <dd>Select Zone from Zone dropdown</dd>
362+ <dd>Please note system language if it's not correct</dd>
363+ <dd>Please note numbers and dates locale if it's not correct</dd>
364+ <dt>Select your keyboard layout and click "Next"</dt>
365+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
366+ <dt>Select the "Erase disk" and "Encrypt system" radio boxes, enter details and click "Next"</dt>
367+ <dd>If "Erase disk" does not show, your target device has a mounted partition. Please close installer, umount your partitions (possibly a swap partition that was mounted on boot), and return to the 'click the "Install FAMILY XX.YY" icon step'</dd>
368+ <dd>Please ensure you see EFI listed besides your drive. If you see BIOS it's covered in another testcase</dd>
369+ <dd>A partition layout should be shown which uses all disk space, and the bootloader should be installed to the correct disk</dd>
370+ <dd>After ticking the "Encrypt system" radio box, please enter (and confirm) passphrase</dd>
371+ <dd>Ensure "Encrypt system" checkbox is not ticked</dd>
372+ <dd>Confirm Boot Loader location is correct</dd>
373+ <dt>Enter details about the main system user and click "Next"</dt>
374+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
375+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
376+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
377+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
378+ <dt>Allow the machine to reboot</dt>
379+ <dd>You should be required to enter the encryption passphrase before login</dd>
380+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
381+</dl>
382+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
383+ 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>
384
385=== added file 'testcases/image/Full disk install no-encryption BIOS internet'
386--- testcases/image/Full disk install no-encryption BIOS internet 1970-01-01 00:00:00 +0000
387+++ testcases/image/Full disk install no-encryption BIOS internet 2020-03-18 11:41:29 +0000
388@@ -0,0 +1,32 @@
389+<em>Lubuntu QA-test: Full disk install, no encryption, BIOS and internet</em>
390+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
391+<em>Please ensure you have internet for this test</em>
392+
393+<dl>
394+ <dt>Boot up the image and select your language</dt>
395+ <dd>The system boots properly and loads the language selection menu</dd>
396+ <dt>Press enter over the "Start FAMILY" text</dt>
397+ <dd>The system should boot to the live desktop</dd>
398+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
399+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
400+ <dd>The installer should be localized in your language</dd>
401+ <dt>Select your timezone and click "Next"</dt>
402+ <dd>A map should appear allowing you to select your timezone, and if the internet is connected, should already be accurate</dd>
403+ <dt>Select your keyboard layout and click "Next"</dt>
404+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
405+ <dt>Select the "Erase disk" radio box and click "Next"</dt>
406+ <dd>Please ensure you see BIOS listed besides your drive. If you see EFI it's covered in another testcase</dd>
407+ <dd>A partition layout should be shown which uses all disk space, and the bootloader should be installed to the correct disk</dd>
408+ <dd>Ensure "Encrypt system" checkbox is not ticked</dd>
409+ <dd>Confirm Boot Loader location is correct</dd>
410+ <dd>If "Erase disk" does not show, your target device has a mounted partition. Please close installer, umount your partitions (possibly a swap partition that was mounted on boot), and return to the 'click the "Install FAMILY XX.YY" icon step'</dd>
411+ <dt>Enter details about the main system user and click "Next"</dt>
412+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
413+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
414+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
415+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
416+ <dt>Allow the machine to reboot</dt>
417+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
418+</dl>
419+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
420+ 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>
421
422=== added file 'testcases/image/Full disk install no-encryption BIOS offline'
423--- testcases/image/Full disk install no-encryption BIOS offline 1970-01-01 00:00:00 +0000
424+++ testcases/image/Full disk install no-encryption BIOS offline 2020-03-18 11:41:29 +0000
425@@ -0,0 +1,37 @@
426+<em>Lubuntu QA-test: Full disk install, no encryption, BIOS and no internet</em>
427+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
428+<em>Please ensure you have no internet for this test (unplug cable or disable if VM)</em>
429+
430+<dl>
431+ <dt>Boot up the image and select your language</dt>
432+ <dd>The system boots properly and loads the language selection menu</dd>
433+ <dt>Press enter over the "Start FAMILY" text</dt>
434+ <dd>The system should boot to the live desktop</dd>
435+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
436+ <dd>You should note a prominent warning ""The system is not connected to the Internet"</dd>
437+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
438+ <dd>The installer should be localized in your language</dd>
439+ <dt>Select your timezone and click "Next"</dt>
440+ <dd>A map should appear allowing you to select your timezone, and if the internet was connected, it should already be accurate. In this case inaccurate is expected.</dd>
441+ <dd>Select Region from Region dropdown</dd>
442+ <dd>Select Zone from Zone dropdown</dd>
443+ <dd>Please note system language if it's not correct</dd>
444+ <dd>Please note numbers and dates locale if it's not correct</dd>
445+ <dt>Select your keyboard layout and click "Next"</dt>
446+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
447+ <dt>Select the "Erase disk" radio box and click "Next"</dt>
448+ <dd>Please ensure you see BIOS listed besides your drive. If you see EFI it's covered in another testcase</dd>
449+ <dd>A partition layout should be shown which uses all disk space, and the bootloader should be installed to the correct disk</dd>
450+ <dd>Ensure "Encrypt system" checkbox is not ticked</dd>
451+ <dd>Confirm Boot Loader location is correct</dd>
452+ <dd>If "Erase disk" does not show, your target device has a mounted partition. Please close installer, umount your partitions (possibly a swap partition that was mounted on boot), and return to the 'click the "Install FAMILY XX.YY" icon step'</dd>
453+ <dt>Enter details about the main system user and click "Next"</dt>
454+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
455+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
456+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
457+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
458+ <dt>Allow the machine to reboot</dt>
459+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
460+</dl>
461+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
462+ 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>
463
464=== added file 'testcases/image/Full disk install no-encryption EFI internet'
465--- testcases/image/Full disk install no-encryption EFI internet 1970-01-01 00:00:00 +0000
466+++ testcases/image/Full disk install no-encryption EFI internet 2020-03-18 11:41:29 +0000
467@@ -0,0 +1,32 @@
468+<em>Lubuntu QA-test: Full disk install, no encryption, EFI and internet</em>
469+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
470+<em>Please ensure you have internet for this test</em>
471+
472+<dl>
473+ <dt>Boot up the image and select your language</dt>
474+ <dd>The system boots properly and loads the language selection menu</dd>
475+ <dt>Press enter over the "Start FAMILY" text</dt>
476+ <dd>The system should boot to the live desktop</dd>
477+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
478+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
479+ <dd>The installer should be localized in your language</dd>
480+ <dt>Select your timezone and click "Next"</dt>
481+ <dd>A map should appear allowing you to select your timezone, and if the internet is connected, should already be accurate</dd>
482+ <dt>Select your keyboard layout and click "Next"</dt>
483+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
484+ <dt>Select the "Erase disk" radio box and click "Next"</dt>
485+ <dd>Please ensure you see EFI listed besides your drive. If you see BIOS it's covered in another testcase</dd>
486+ <dd>A partition layout should be shown which uses all disk space, and the bootloader should be installed to the correct disk</dd>
487+ <dd>Ensure "Encrypt system" checkbox is not ticked</dd>
488+ <dd>Confirm Boot Loader location is correct</dd>
489+ <dd>If "Erase disk" does not show, your target device has a mounted partition. Please close installer, umount your partitions (possibly a swap partition that was mounted on boot), and return to the 'click the "Install FAMILY XX.YY" icon step'</dd>
490+ <dt>Enter details about the main system user and click "Next"</dt>
491+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
492+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
493+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
494+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
495+ <dt>Allow the machine to reboot</dt>
496+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
497+</dl>
498+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
499+ 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>
500
501=== added file 'testcases/image/Full disk install no-encryption EFI offline'
502--- testcases/image/Full disk install no-encryption EFI offline 1970-01-01 00:00:00 +0000
503+++ testcases/image/Full disk install no-encryption EFI offline 2020-03-18 11:41:29 +0000
504@@ -0,0 +1,37 @@
505+<em>Lubuntu QA-test: Full disk install, no encryption, EFI and no internet</em>
506+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
507+<em>Please ensure you have no internet for this test (unplug cable or disable if VM)</em>
508+
509+<dl>
510+ <dt>Boot up the image and select your language</dt>
511+ <dd>The system boots properly and loads the language selection menu</dd>
512+ <dt>Press enter over the "Start FAMILY" text</dt>
513+ <dd>The system should boot to the live desktop</dd>
514+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
515+ <dd>You should note a prominent warning ""The system is not connected to the Internet"</dd>
516+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
517+ <dd>The installer should be localized in your language</dd>
518+ <dt>Select your timezone and click "Next"</dt>
519+ <dd>A map should appear allowing you to select your timezone, and if the internet was connected, it should already be accurate. In this case inaccurate is expected.</dd>
520+ <dd>Select Region from Region dropdown</dd>
521+ <dd>Select Zone from Zone dropdown</dd>
522+ <dd>Please note system language if it's not correct</dd>
523+ <dd>Please note numbers and dates locale if it's not correct</dd>
524+ <dt>Select your keyboard layout and click "Next"</dt>
525+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
526+ <dt>Select the "Erase disk" radio box and click "Next"</dt>
527+ <dd>Please ensure you see EFI listed besides your drive. If you see BIOS it's covered in another testcase</dd>
528+ <dd>A partition layout should be shown which uses all disk space, and the bootloader should be installed to the correct disk</dd>
529+ <dd>Ensure "Encrypt system" checkbox is not ticked</dd>
530+ <dd>Confirm Boot Loader location is correct</dd>
531+ <dd>If "Erase disk" does not show, your target device has a mounted partition. Please close installer, umount your partitions (possibly a swap partition that was mounted on boot), and return to the 'click the "Install FAMILY XX.YY" icon step'</dd>
532+ <dt>Enter details about the main system user and click "Next"</dt>
533+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
534+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
535+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
536+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
537+ <dt>Allow the machine to reboot</dt>
538+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
539+</dl>
540+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
541+ 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>
542
543=== added file 'testcases/image/Full disk install no-encryption SecureEFI internet'
544--- testcases/image/Full disk install no-encryption SecureEFI internet 1970-01-01 00:00:00 +0000
545+++ testcases/image/Full disk install no-encryption SecureEFI internet 2020-03-18 11:41:29 +0000
546@@ -0,0 +1,32 @@
547+<em>Lubuntu QA-test: Full disk install, no encryption, Secure EFI and internet</em>
548+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
549+<em>Please ensure you have internet for this test</em>
550+
551+<dl>
552+ <dt>Boot up the image and select your language</dt>
553+ <dd>The system boots properly and loads the language selection menu</dd>
554+ <dt>Press enter over the "Start FAMILY" text</dt>
555+ <dd>The system should boot to the live desktop</dd>
556+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
557+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
558+ <dd>The installer should be localized in your language</dd>
559+ <dt>Select your timezone and click "Next"</dt>
560+ <dd>A map should appear allowing you to select your timezone, and if the internet is connected, should already be accurate</dd>
561+ <dt>Select your keyboard layout and click "Next"</dt>
562+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
563+ <dt>Select the "Erase disk" radio box and click "Next"</dt>
564+ <dd>Please ensure you see EFI listed besides your drive. If you see BIOS it's covered in another testcase</dd>
565+ <dd>A partition layout should be shown which uses all disk space, and the bootloader should be installed to the correct disk</dd>
566+ <dd>Ensure "Encrypt system" checkbox is not ticked</dd>
567+ <dd>Confirm Boot Loader location is correct</dd>
568+ <dd>If "Erase disk" does not show, your target device has a mounted partition. Please close installer, umount your partitions (possibly a swap partition that was mounted on boot), and return to the 'click the "Install FAMILY XX.YY" icon step'</dd>
569+ <dt>Enter details about the main system user and click "Next"</dt>
570+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
571+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
572+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
573+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
574+ <dt>Allow the machine to reboot</dt>
575+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
576+</dl>
577+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
578+ 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>
579
580=== added file 'testcases/image/Full disk install no-encryption SecureEFI offline'
581--- testcases/image/Full disk install no-encryption SecureEFI offline 1970-01-01 00:00:00 +0000
582+++ testcases/image/Full disk install no-encryption SecureEFI offline 2020-03-18 11:41:29 +0000
583@@ -0,0 +1,37 @@
584+<em>Lubuntu QA-test: Full disk install, no encryption, Secure EFI and no internet</em>
585+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
586+<em>Please ensure you have no internet for this test (unplug cable or disable if VM)</em>
587+
588+<dl>
589+ <dt>Boot up the image and select your language</dt>
590+ <dd>The system boots properly and loads the language selection menu</dd>
591+ <dt>Press enter over the "Start FAMILY" text</dt>
592+ <dd>The system should boot to the live desktop</dd>
593+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
594+ <dd>You should note a prominent warning ""The system is not connected to the Internet"</dd>
595+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
596+ <dd>The installer should be localized in your language</dd>
597+ <dt>Select your timezone and click "Next"</dt>
598+ <dd>A map should appear allowing you to select your timezone, and if the internet was connected, it should already be accurate. In this case inaccurate is expected.</dd>
599+ <dd>Select Region from Region dropdown</dd>
600+ <dd>Select Zone from Zone dropdown</dd>
601+ <dd>Please note system language if it's not correct</dd>
602+ <dd>Please note numbers and dates locale if it's not correct</dd>
603+ <dt>Select your keyboard layout and click "Next"</dt>
604+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
605+ <dt>Select the "Erase disk" radio box and click "Next"</dt>
606+ <dd>Please ensure you see EFI listed besides your drive. If you see BIOS it's covered in another testcase</dd>
607+ <dd>A partition layout should be shown which uses all disk space, and the bootloader should be installed to the correct disk</dd>
608+ <dd>Ensure "Encrypt system" checkbox is not ticked</dd>
609+ <dd>Confirm Boot Loader location is correct</dd>
610+ <dd>If "Erase disk" does not show, your target device has a mounted partition. Please close installer, umount your partitions (possibly a swap partition that was mounted on boot), and return to the 'click the "Install FAMILY XX.YY" icon step'</dd>
611+ <dt>Enter details about the main system user and click "Next"</dt>
612+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
613+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
614+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
615+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
616+ <dt>Allow the machine to reboot</dt>
617+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
618+</dl>
619+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
620+ 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>
621
622=== added file 'testcases/image/Install using another language'
623--- testcases/image/Install using another language 1970-01-01 00:00:00 +0000
624+++ testcases/image/Install using another language 2020-03-18 11:41:29 +0000
625@@ -0,0 +1,29 @@
626+<em>Lubuntu QA-test: Install, non-english language</em>
627+<em>Proceed in your native language. Instructions will remain in English</em>
628+<em>Options used in this test are optional, please note them in comments, but internet is assumed</em>
629+
630+<dl>
631+ <dt>Boot up the image and select your language</dt>
632+ <dd>The system boots properly and loads the language selection menu</dd>
633+ <dt>Press enter over the "Start FAMILY" text</dt>
634+ <dd>The system should boot to the live desktop</dd>
635+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
636+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
637+ <dd>This test is for a non-english language, so please don't use english</dd>
638+ <dd>The installer should be localized in your language</dd>
639+ <dt>Select your timezone and click "Next"</dt>
640+ <dd>A map should appear allowing you to select your timezone, and if the internet is connected, should already be accurate</dd>
641+ <dt>Select your keyboard layout and click "Next"</dt>
642+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
643+ <dt>The install options you choose are not important. The test is that it works in a non-english language</dt>
644+ <dd>Use full disk install, replace partition, encryption, no-encryption as you see fit. Please note your choice in QA-test comments</dd>
645+ <dd>Prompts that follow should be appropriate for your choices</dd>
646+ <dt>Enter details about the main system, answer questions as appropriate</dt>
647+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
648+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
649+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
650+ <dt>Allow the machine to reboot</dt>
651+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
652+</dl>
653+<strong>If all actions produce the expected (chosen) results, please <a href="results#add_result">submit</a> a 'passed' result.
654+ 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>
655
656=== added file 'testcases/image/Install with existing partition'
657--- testcases/image/Install with existing partition 1970-01-01 00:00:00 +0000
658+++ testcases/image/Install with existing partition 2020-03-18 11:41:29 +0000
659@@ -0,0 +1,32 @@
660+<em>Lubuntu QA-test: Install with existing partition</em>
661+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
662+<em>Internet/No-internet won't matter in this test, but may alter some prompts to this testcase</em>
663+<em>As system directories will be erased during install, you'll need a file somewhere on an existing partition that you'll take note of, and check is still present after install has completed</em>
664+
665+<dl>
666+ <dt>Boot up the image and select your language</dt>
667+ <dd>The system boots properly and loads the language selection menu</dd>
668+ <dt>Press enter over the "Start FAMILY" text</dt>
669+ <dd>The system should boot to the live desktop</dd>
670+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
671+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
672+ <dd>The installer should be localized in your language</dd>
673+ <dt>Select your timezone and click "Next"</dt>
674+ <dd>A map should appear allowing you to select your timezone, and if the internet is connected, should already be accurate</dd>
675+ <dt>Select your keyboard layout and click "Next"</dt>
676+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
677+ <dt>Select "Manual partitioning"</dt>
678+ <dd>Please select or create a partition layout where one partition is re-used. As system directories will be erased it'll be hard to notice a new install if you use a recent install. You should have created a file or something to look for prior to running this install</dd>
679+ <dd>Confirm Boot Loader location is correct</dd>
680+ <dt>Enter details about the main system user and click "Next"</dt>
681+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
682+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
683+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
684+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
685+ <dt>Allow the machine to reboot</dt>
686+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
687+ <dd>Please ensure you have the partitions you created earlier plus your re-used partition(s) is as expected</dd>
688+ <dd>Your selected file should be confirmed to be present on an already mounted partition</dd>
689+</dl>
690+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
691+ 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>
692
693=== added file 'testcases/image/Modern Live'
694--- testcases/image/Modern Live 1970-01-01 00:00:00 +0000
695+++ testcases/image/Modern Live 2020-03-18 11:41:29 +0000
696@@ -0,0 +1,20 @@
697+<em>Lubuntu QA-test: Live test</em>
698+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
699+
700+Test-case Live Session Start
701+<dl>
702+ <dt>Boot up the image</dt>
703+ <dd>FAMILY boot screen is displayed</dd>
704+ <dt>Select "Start FAMILY" and wait for the Live session to start</dt>
705+ <dd>The default desktop is displayed</dd>
706+</dl>
707+
708+Test-case Live Session Usage
709+<dl>
710+ <dt>Use and execute the default applications found for the desktop enviroment being run</dt>
711+ <dd>All applications should function without error</dd>
712+</dl>
713+<strong>
714+ If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
715+ If you get many strange errors, using the 'Check disc for defects' option is worth using to ensure a valid ISO was used
716+ 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>
717
718=== added file 'testcases/image/Replace a partition'
719--- testcases/image/Replace a partition 1970-01-01 00:00:00 +0000
720+++ testcases/image/Replace a partition 2020-03-18 11:41:29 +0000
721@@ -0,0 +1,30 @@
722+<em>Lubuntu QA-test: Replace an existing partition</em>
723+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
724+<em>Internet/No-internet won't matter in this test, but may alter some prompts to this testcase</em>
725+
726+<dl>
727+ <dt>Boot up the image and select your language</dt>
728+ <dd>The system boots properly and loads the language selection menu</dd>
729+ <dt>Press enter over the "Start FAMILY" text</dt>
730+ <dd>The system should boot to the live desktop</dd>
731+ <dt>On the desktop, click the "Install FAMILY XX.YY" icon to open the installer</dt>
732+ <dt>Select your language/localization in the dropdown menu and click "Next"</dt>
733+ <dd>The installer should be localized in your language</dd>
734+ <dt>Select your timezone and click "Next"</dt>
735+ <dd>A map should appear allowing you to select your timezone, and if the internet is connected, should already be accurate</dd>
736+ <dt>Select your keyboard layout and click "Next"</dt>
737+ <dd>Test the keyboard layout in the given box, which should be set correctly</dd>
738+ <dt>Select "Replace a partition"</dt>
739+ <dd>Please select "Replace a partition". You will also need to pick a partition from the diagram showing your partitions on the bottom of the screen.</dd>
740+ <dd>Confirm Boot Loader location is correct. and click "Next"</dd>
741+ <dt>Enter details about the main system user and click "Next"</dt>
742+ <dd>All details (name, username box-name etc) should be correctly filled in</dd>
743+ <dt>Confirm the details you entered throughout the install are accurate and click "Install", then "Install now"</dt>
744+ <dd>All details (location, keyboard, partitions etc) should match what you entered</dd>
745+ <dd>The slideshow should correctly display, and when the installation is done, a menu should display asking you to confirm your settings</dd>
746+ <dt>Allow the machine to reboot</dt>
747+ <dd>The system boots properly and loads into FAMILY showing the username you entered</dd>
748+ <dd>Please ensure the system partitions are as you expect, ie. the partitions you selected was the partition replaced with your new install</dd>
749+</dl>
750+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
751+ 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>
752
753=== added file 'testcases/image/Upgrade using GUI'
754--- testcases/image/Upgrade using GUI 1970-01-01 00:00:00 +0000
755+++ testcases/image/Upgrade using GUI 2020-03-18 11:41:29 +0000
756@@ -0,0 +1,36 @@
757+<em>Lubuntu QA-test: Upgrading from prior release using GUI</em>
758+<em>To execute this test, a pre-existing Lubuntu installation is required, please report in comments what you release was pre-upgrade (it should be the prior release
759+ For reference on upgrading Lubuntu - current manual page is https://manual.lubuntu.me/D/upgrading.html </em>
760+
761+<em>Proceed in your native language if you wish. Instructions will remain in English.</em>
762+
763+<dl>
764+ <dt>Install all updates available for your current Lubuntu release (`sudo apt update && sudo apt full-upgrade` which should complete without errors). If upgrades are found, please reboot to ensure any kernel etc. updates are applied.</dt>
765+ <dt>Navigate through menu to Settings -> Software.Updater. It should scan for upgrades and if a newer release is found, you'll be asked to Upgrade. If no release is found you can click Settings and ensure in the Updates tab, that "For any new version" is selected in the bottom new Ubuntu version option</dt>
766+ <dt>If however you're testing a pre-release upgrade path it may not be found, so please use `do-release-upgrade -d -m desktop -f DistUpgradeViewKDE`</dt>
767+
768+ <dt>Start upgrade with `do-release-upgrade -m desktop -f DistUpgradeViewKDE`. This should find the next release if it's been released, however a `-d` flag may be required if QA-testing prior to release.</dt>
769+ <dt>If upgrade isn't found, you may need to change /etc/update-manager/release-upgrades and re-try</dt>
770+ <dt>Please allow upgrade to continue, if asked questions you may answer appropriately. Watch it upgrade, noting any errors</dt>
771+ <dt>On completion, Reboot into your new system:</dt>
772+ <dd>
773+ <ul>
774+ <li>Were any errors encountered during the upgrade?</li>
775+ <li>Were any errors encountered after rebooting to new desktop?</li>
776+ <li>Does your hardware still work properly?</li>
777+ <li>Are you experiencing any application or background service crashes?</li>
778+ </ul>
779+ </dd>
780+
781+ <dt>Open a terminal and enter the command <code>grep Prompt= /etc/update-manager/release-upgrades</code></dt>
782+ <dd>For a <em>normal to normal</em>upgrade, terminal will show Prompt=normal</dd>
783+ <dd>For a <em>normal to LTS</em> upgrade, terminal will show Prompt=lts</dd>
784+ <dd>For a <em>LTS to normal</em> upgrade, terminal will show Prompt=normal</dd>
785+ <dd>For a <em>LTS to LTS</em> upgrade, terminal will show Prompt=lts</dd>
786+
787+ <dt>Open a terminal and enter the command <code>lsb_release -r</code></dt>
788+ <dd>Terminal will show the upgraded version</dd>
789+</dl>
790+
791+<strong>If all actions produce the expected results, please <a href="results#add_result">submit</a> a 'passed' result.
792+ 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>
793
794=== added file 'testcases/image/Upgrade using TUI'
795--- testcases/image/Upgrade using TUI 1970-01-01 00:00:00 +0000
796+++ testcases/image/Upgrade using TUI 2020-03-18 11:41:29 +0000
797@@ -0,0 +1,33 @@
798+<em>Lubuntu QA-test: Upgrading from prior release using TUI</em>
799+<em>To execute this test, a pre-existing Lubuntu installation is required, please report in comments what you release was pre-upgrade (it should be the prior release
800+ For reference on upgrading Lubuntu - current manual page is https://manual.lubuntu.me/D/upgrading.html</em>
801+
802+<em>Proceed in your native language if you wish. Instructions will remain in English.</em>
803+
804+<dl>
805+ <dt>Install all updates available for your current Lubuntu release (`sudo apt update && sudo apt full-upgrade` which should complete without errors). If upgrades are found, please reboot to ensure any kernel etc. updates are applied.</dt>
806+ <dt>Start upgrade with `sudo do-release-upgrade`. This should find the next release if it's been released, however a `-d` flag may be required if QA-testing prior to release.</dt>
807+ <dt>If upgrade isn't found, you may need to change /etc/update-manager/release-upgrades and re-try</dt>
808+ <dt>Please allow upgrade to continue, if asked questions you may answer appropriately. Watch it upgrade, noting any errors</dt>
809+ <dt>On completion, Reboot into your new system:</dt>
810+ <dd>
811+ <ul>
812+ <li>Were any errors encountered during the upgrade?</li>
813+ <li>Were any errors encountered after rebooting to new desktop?</li>
814+ <li>Does your hardware still work properly?</li>
815+ <li>Are you experiencing any application or background service crashes?</li>
816+ </ul>
817+ </dd>
818+
819+ <dt>Open a terminal and enter the command <code>grep Prompt= /etc/update-manager/release-upgrades</code></dt>
820+ <dd>For a <em>normal to normal</em>upgrade, terminal will show Prompt=normal</dd>
821+ <dd>For a <em>normal to LTS</em> upgrade, terminal will show Prompt=lts</dd>
822+ <dd>For a <em>LTS to normal</em> upgrade, terminal will show Prompt=normal</dd>
823+ <dd>For a <em>LTS to LTS</em> upgrade, terminal will show Prompt=lts</dd>
824+
825+ <dt>Open a terminal and enter the command <code>lsb_release -r</code></dt>
826+ <dd>Terminal will show the upgraded version</dd>
827+</dl>
828+
829+<strong>If all actions produce the expected results, please <a href="results#add_result">submit</a> a 'passed' result.
830+ 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