← Back to team overview

kubuntu-council team mailing list archive

[Merge] ~jawn-smith/ubuntu-manual-tests:safe_graphics_install into ubuntu-manual-tests:master

 

William Wilson has proposed merging ~jawn-smith/ubuntu-manual-tests:safe_graphics_install into ubuntu-manual-tests:master.

Commit message:
add test for safe graphics installation mode

Requested reviews:
  Brian Murray (brian-murray)

For more details, see:
https://code.launchpad.net/~jawn-smith/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/396611

Adding a new manual test case in for the "safe graphics" installation mode. Step 2 also addresses a bug previously found in that installation mode: LP: #1901043
-- 
Your team Ubuntu Testcase Admins is subscribed to branch ubuntu-manual-tests:master.
diff --git a/testcases/image/1733_Install (Safe Graphics mode) b/testcases/image/1733_Install (Safe Graphics mode)
new file mode 100755
index 0000000..42738ed
--- /dev/null
+++ b/testcases/image/1733_Install (Safe Graphics mode)
@@ -0,0 +1,58 @@
+<em>Proceed in your native language if you wish. Instructions will remain in English</em>
+
+<dl>
+    <dt>Boot up the image</dt>
+        <dd>The system boots to a grub menu</dd>
+    <dt>Select ‘Ubuntu (safe graphics)’ and press Enter</dt>
+        <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and 'Try FAMILY' and 'Install FAMILY' buttons</dd>
+        <dd>The system ready sound plays within 60 seconds of the installer starting</dd>
+    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes web page.</dt>
+    <dt>Click on the Install FAMILY button</dt>
+        <dd>The 'Keyboard Layout' screen appears</dd>
+        <dd>The proposed keyboard corresponds with your keyboard</dd>
+    <dt>Select your keyboard layout and click on continue</dt>
+        <dd>The 'Updates and other software' screen is displayed</dd>
+    <dt>On the screen 'Updates and other software', note the availability of the following components</dt>
+        <dd>Available options should represent the state of your system accurately</dd>
+        <dd>
+            <ul>
+                <li>(If network is available) Download updates while installing FAMILY</li>
+                <li>(If on a 'laptop') Is plugged to a power source</li>
+                <li>Install third-party software ... option available</li>
+            </ul>
+        </dd>
+    <dt>Click on the continue button</dt>
+        <dd>The 'Installation type' screen is displayed</dd>
+    <dt>Select Erase disk and install FAMILY</dt>
+        <dd>Installation screen expands to include encryption and LVM options</dd>
+    <dt>Click on the continue button (if there is only one hard disk in the system, the button should read 'Install now')</dt>
+        <dd>Write changes dialogue appears</dd>
+    <dt>Click continue</dt>
+        <dd>If there is only one hard disk, the installer skips to the "Where are you?' screen. Otherwise, the 'Installation type' screen is displayed</dd>
+    <dt>If there is only one hard disk, skip to step 13 (On the 'Where are you?' screen...). Otherwise, on the 'Installation type' page, select a drive in the 'Select drive' list.</dt>
+        <dd>Verify that the selected drive corresponds to the drive on the chart</dd>
+    <dt>Verify that the full drive space is allocated</dt>
+        <dd>Full drive space is allocated for installation</dd>
+    <dt>Click on the Install Now button</dt>
+        <dd>The 'Where are you?' screen is displayed</dd>
+    <dt>If your system is connected to the network, note the preselected timezone correspond with your timezone and the city indicated in the text box </dt>
+        <dd>The timezone and city displayed match your timezone and the main city from your area</dd>
+    <dt>Select your timezone, and click on the continue button</dt>
+        <dd>The 'Who are you?' screen appears</dd>
+    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
+        <dd>Name, username and password are accepted. Login options and home folder encryption choices shown</dd>
+        <dd>Continue button becomes available</dd>
+    <dt>Press continue</dt>
+        <dd>The 'Welcome to FAMILY ' slide is displayed</dd>
+        <dd>The slideshow is entirely in your language</dd> 
+    <dt>Wait for the installer to finish</dt>
+        <dd>An 'Installation Complete' dialog appears</dd>
+    <dt>Click the Restart now button</dt>
+        <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
+    <dt>Remove the disc and press enter</dt>
+        <dd>The machine is rebooted</dd>
+    <dt>Allow the machine to reboot</dt>
+        <dd>The system boots properly and loads into FAMILY showing username selected at step 15</dd>
+</dl>
+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
+    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>

Follow ups