← Back to team overview

kubuntu-council team mailing list archive

[Merge] ~dbungert/ubuntu-manual-tests:fix-1715-boot into ubuntu-manual-tests:main

 

Dan Bungert has proposed merging ~dbungert/ubuntu-manual-tests:fix-1715-boot into ubuntu-manual-tests:main.

Commit message:
live-server: fix raid1 boot instructions



Requested reviews:
  Ubuntu Testcase Admins (ubuntu-testcase)
Related bugs:
  Bug #1902287 in Ubuntu Manual Tests: "RAID-1 setup should install two boot partitions"
  https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1902287

For more details, see:
https://code.launchpad.net/~dbungert/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/438999
-- 
Your team Ubuntu Testcase Admins is requested to review the proposed merge of ~dbungert/ubuntu-manual-tests:fix-1715-boot into ubuntu-manual-tests:main.
diff --git a/testcases/image/1710_Install RAID1 (Server live) b/testcases/image/1710_Install RAID1 (Server live)
index 0fbe9d9..82c884a 100644
--- a/testcases/image/1710_Install RAID1 (Server live)
+++ b/testcases/image/1710_Install RAID1 (Server live)
@@ -11,7 +11,8 @@ Scope of this test is to verify that the system is installed and you can login i
         Create a partition on two drives. For each drive:
         <dl>
             <dt>If it already has partitions, select "Reformat" from the menu</dt>
-            <dt>Select "Add partition" from the menu</dt>
+            <dt>Select "Use As Boot Device" from the menu - (on the second disk it will say "Add As Another Boot Device")</dt>
+            <dt>Select "Add GPT Partition" from the menu</dt>
             <dt>Leave size blank and select "Leave unformatted" for the format</dt>
             <dt>Click Done</dt>
        </dl>
diff --git a/testcases/image/1715_Degraded RAID1 (Server live) b/testcases/image/1715_Degraded RAID1 (Server live)
index 6a1bbea..234e8e8 100644
--- a/testcases/image/1715_Degraded RAID1 (Server live)
+++ b/testcases/image/1715_Degraded RAID1 (Server live)
@@ -11,7 +11,8 @@ Scope of this test is to verify that a system installed on a degraded raid still
         Create a partition on two drives. For each drive:
         <dl>
             <dt>If it already has partitions, select "Reformat" from the menu</dt>
-            <dt>Select "Add partition" from the menu</dt>
+            <dt>Select "Use As Boot Device" from the menu - (on the second disk it will say "Add As Another Boot Device")</dt>
+            <dt>Select "Add GPT Partition" from the menu</dt>
             <dt>Leave size blank and select "Leave unformatted" for the format</dt>
             <dt>Click Done</dt>
        </dl>

Follow ups