From Fedora Project Wiki

(revise to use templates)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This install verifies that installing to a serial-attached SCSI (SAS) device works properly.  For more information on serial-attached SCSI storage devices, see http://en.wikipedia.org/wiki/Serial_attached_SCSI.
|description={{Template:Storage_device_description|SAS}} For more information on serial-attached SCSI storage devices, see http://en.wikipedia.org/wiki/Serial_attached_SCSI.
|setup=
{{Template:Storage_device_setup|SAS}}
|actions=
|actions=
# Boot the installer using any available means
{{Template:Storage_device_actions|SAS}}
# Choose appropriate installation source such as NFS or HTTP.
# Choose either automated partitioning or custom partitioning if you want to create your own disk layout.
# Review partitioning layout to confirm installer is installing to serial-attached SCSI device.
# Proceed with normal installation
|results=
|results=
# All installable SCSI devices are successfully detected by installer and are available for partitioning.
{{Template:Storage_device_results|SAS}}
# Partitions are created and formatted properly.
# Install completes successfully
# Package errors (install.log) should not occur
# System boots successfully recognizing filesystems created on the SAS device(s).
}}
}}


[[Category:Installer Block Device Test Cases]]
[[Category:Installer Block Device Test Cases]]

Revision as of 00:47, 29 March 2014

Description

This test case verifies that installing on a SAS device works properly. Testing on bare metal (not in a virtual machine) is preferred for this test case. For more information on serial-attached SCSI storage devices, see http://en.wikipedia.org/wiki/Serial_attached_SCSI.

Setup

  1. Prepare a test system with a working SAS storage device of sufficient size for a Fedora install, and a Fedora installation medium.

How to test

  1. Boot the installer using any available means
  2. Proceed to the installer's main screen, making sensible choices, and enter the Installation Destination screen
  3. On the Installation Destination screen, select your test SAS device as the target disk
  4. Partition as you like, but bugs in partitioning that are not related to the SAS device type are outside the scope of this test
  5. Complete the installation process, making sensible selections for all other installer options
  6. Boot the installed system

Expected Results

  1. All installable SAS devices are successfully detected by installer and are available for partitioning.
  2. Partitions are created and formatted properly.
  3. Install completes successfully.
  4. System boots successfully recognizing filesystems created on the SAS device(s).