Diff comments:
> diff --git a/testcases/image/1716_Install (entire disk with ZFS)
> b/testcases/image/1716_Install (entire disk with ZFS)
> new file mode 100755
> index 0000000..4ae293c
> --- /dev/null
> +++ b/testcases/image/1716_Install (entire disk with ZFS)
> @@ -0,0 +1,100 @@
> +<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 properly and loads the installer displaying
> Welcome dialog with language selection and 'Try FAMILY' and 'Install FAMILY'
> buttons</dd>
> + <dt>Click on the release notes hyperlink to confirm that a browser
> launches and you are taken to the release notes wiki 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>Note the state of the 'Erase disk and install FAMILY' radio
> button</dt>
> + <dd>The 'Erase disk and install FAMILY' radio button is selected and
> the 'Advanced features' button is active</dd>
> + <dt>Click on the 'Advanced features...' button</dt>
> + <dd>The 'Advanced features' dialog is displayed</dd>
> + <dt>Check 'Erase disk and use ZFS'</dt>
> + <dd>'Erase disk and use ZFS'</dd>
> + <dt>Click on the 'OK' button</dt>
> + <dd>The dialog closes and 'Erase disk and use ZFS'</dd>
> + <dt>Click on the 'Install Now' button</dt>
> + <dd>The 'Choose a security key' screen is displayed with the
> 'Install now' button greyed out</dd>
> + <dt>Enter a security key and type a different key into the 'confirm the
> security key' input box</dt>
> + <dd>The installer displays 'Passwords do not match'</dd>
> + <dt>Enter a security key and type the same key into the 'confirm the
> security key' input box</dt>
> + <dd>The passwords are accepted and the 'Install Now' button can be
> clicked</dd>
> + <dt>Check 'Overwrite empty disk space' and click the 'Install Now'
> button</dt>
> + <dd>The screen advances</dd>
> + <dt>If there is only one hard disk, skip to step 14 (On the 'Where are
> you?' screen...). Otherwise, on the 'Installation type' screen verify that
> the drive selected on the Select drive list corresponds to the drive on the
> chart (e.g /dev/sda)</dt>
> + <dd>Selected drive is displayed 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 (Note admin can not be
> used - it is a dedicated Linux User)</dt>
> + <dd>Name, username and password are accepted. Additionally, the
> continue button is enabled</dd>
> + <dt>Click on the continue button</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</dd>
> + <dd>Upon login, open a terminal, run the following commands and
> verify it matches the output</dd>
> + <dd><code>$ zfs mount
> + rpool/ROOT/ubuntu_UUID /
> + bpool/BOOT/ubuntu_UUID /boot
> + rpool/USERDATA/root_0y7dio /root
> + rpool/ROOT/ubuntu_UUID/srv /srv
> + rpool/USERDATA/u_0y7dio /home/u
> + rpool/ROOT/ubuntu_UUID/usr/local /usr/local
> + rpool/ROOT/ubuntu_UUID/var/lib /var/lib
> + rpool/ROOT/ubuntu_UUID/var/games /var/games
> + rpool/ROOT/ubuntu_UUID/var/mail /var/mail
> + rpool/ROOT/ubuntu_UUID/var/snap /var/snap
> + rpool/ROOT/ubuntu_UUID/var/log /var/log
> + rpool/ROOT/ubuntu_UUID/var/www /var/www
> + rpool/ROOT/ubuntu_UUID/var/spool /var/spool
> + rpool/ROOT/ubuntu_UUID/var/lib/AccountServices
> /var/lib/AccountServices
You're right, nice catch. It's a bug that has been there since day 1 and no one
noticed :(
> + rpool/ROOT/ubuntu_UUID/var/lib/NetworkManager
> /var/lib/NetworkManager
> + rpool/ROOT/ubuntu_UUID/var/lib/apt /var/lib/apt
> + rpool/ROOT/ubuntu_UUID/var/lib/dpkg /var/lib/dpkg
> + </code></dd>
> + <dd><code>$ zsysctl show
> + Name: rpool/ROOT/ubuntu_UUID
> + ZSys: true
> + Last Used: current
> + History:
> + - Name: rpool/ROOT/ubuntu_UUID@autozsys_SNAPID
> + Created on: 2020-04-14 16:37:10
> + Users:
> + - Name: root
> + History:
> + - rpool/USERDATA/root_0y7dio@autozsys_SNAPID (2020-04-14
> 16:37:10)
> + - Name: u
> + History:
> + - rpool/USERDATA/u_0y7dio@autozsys_SNAPID (2020-04-14
> 16:37:10)
> + - rpool/USERDATA/u_0y7dio@autozsys_SNAPID (2020-04-14
> 16:34:41)
> + </code></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>
--
https://code.launchpad.net/~ubuntu-testcase/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/382229
Your team Ubuntu Testcase Admins is requested to review the proposed merge of
ubuntu-manual-tests:advanced_features_dialog into ubuntu-manual-tests:master.
--
Mailing list: https://launchpad.net/~kubuntu-council
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kubuntu-council
More help : https://help.launchpad.net/ListHelp