Merge lp:~mwhudson/ubuntu-manual-tests/basic-server-live-tests into lp:ubuntu-manual-tests

Proposed by Michael Hudson-Doyle
Status: Merged
Approved by: Paride Legovini
Approved revision: 390
Merged at revision: 390
Proposed branch: lp:~mwhudson/ubuntu-manual-tests/basic-server-live-tests
Merge into: lp:ubuntu-manual-tests
Diff against target: 42 lines (+38/-0)
1 file modified
testcases/image/1703_Install RAID1 (Server live) (+38/-0)
To merge this branch: bzr merge lp:~mwhudson/ubuntu-manual-tests/basic-server-live-tests
Reviewer Review Type Date Requested Status
Ubuntu Testcase Admins Pending
Review via email: mp+374178@code.launchpad.net

Description of the change

Steve asked for this, blame him :-p

To post a comment you must log in.
Revision history for this message
Paride Legovini (paride) wrote :

With some handholding from bdmurray (thanks!) I merged this and added the new testcase to the "Ubuntu Subiquity amd64" testsuite as an Optional test.

I renamed the new test definition file form 1703_* to 1710_* to match the actual test cases number in the ISO tracker.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'testcases/image/1703_Install RAID1 (Server live)'
2--- testcases/image/1703_Install RAID1 (Server live) 1970-01-01 00:00:00 +0000
3+++ testcases/image/1703_Install RAID1 (Server live) 2019-10-15 23:45:58 +0000
4@@ -0,0 +1,38 @@
5+Scope of this test is to verify that the system is installed and you can login into it.
6+
7+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
8+
9+<dl>
10+ <dt>Boot up the image in UEFI mode in a system or VM with at least two disks attached.<`/dt>
11+ <dt>Choose the desired language</dt>
12+ <dt>On the network configuration screen, just select Done (it should be selected by default)</dt>
13+ <dt>On the filesystem setup screen, select "Manual"</dt>
14+ <dt>
15+ Create a partition on two drives. For each drive:
16+ <dl>
17+ <dt>If it already has partitions, select "Reformat" from the menu</dt>
18+ <dt>Select "Add partition" from the menu</dt>
19+ <dt>Leave size blank and select "Leave unformatted" for the format</dt>
20+ <dt>Click Done</dt>
21+ </dl>
22+ </dt>
23+ <dt>
24+ Create the RAID device and mount it as /:
25+ <dl>
26+ <dt>Select the "Create software RAID (md)" button</dt>
27+ <dt>Select the two partitions you created to be part of the RAID (they should be the only available options, unless the machine has more than two disks)</dt>
28+ <dt>Select create</dt>
29+ <dt>Select the md0 device and choose "Format" from the menu</dt>
30+ <dt>The default should be to format as ext4 and mount at /. Select Done</dt>
31+ </dl>
32+ </dt>
33+ <dt>The Done button should now be enabled. Select it</dt>
34+ <dt>In the confirmation dialog, select "Continue" (it should <b>not</b> be selected by default)</dt>
35+ <dt>Fill out the user information, making sure to import your SSH keys from somewhere</dt>
36+ <dt>Wait for the install to complete</dt>
37+ <dt>Remove the installation media (CDROM or USB key)</dt>
38+ <dt>Reboot the system</dt>
39+ <dt>Ensure that you can log into the system with the username and password you provided</dt>
40+</dl>
41+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
42+ 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