From Fedora Project Wiki

m (Moved to different category and used QA/Test_Case template)
No edit summary
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=
|description=This install verifies that installing on a BIOS RAID device works properly.
A complete installation using a dmraid device for the / (rootfs) filesystem.  Refer to [[Image:QA_TestCases_PartitioningRootfsOnDmraidDevice_dmraid-install.png]]   
<!--A complete installation using a dmraid device for the / (rootfs) filesystem.  Refer to [[Image:QA_TestCases_PartitioningRootfsOnDmraidDevice_dmraid-install.png]]   
<br>for an example of a dmraid partitioning example.
<br>for an example of a dmraid partitioning example.-->
|actions=
|actions=
* Configure hardware for dmraid
# Configure hardware for dmraid
* Initiate an installation using any boot method and/or installation source
# Boot the installer using any available means
* At the disk partitioning step, choose anaconda defaults.
# Choose appropriate installation source such as NFS or HTTP.
# At type of devices step, choose ''Specialized Storage Devices'' and click ''Next''.
# Select BIOS RAID device and click ''next''. 
# 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 BIOS RAID device.
# Proceed with normal installation
|results=
|results=
# Anaconda completes successfully
# All installable BIOS RAID devices are successfully detected by installer and are available for partitioning.
# Reboot successfully into installed system
# Partitions are created and formatted properly.
# The default partitioning scheme will put the root file system on LVM on dmraid
# Install completes successfully
# VolGroup00 is made from physical volumes on a dmraid device
# Package errors (install.log) should not occur
# System boots successfully recognizing filesystems created on the BIOS RAID device(s).
<!--# The default partitioning scheme will put the root file system on LVM on dmraid
# VolGroup00 is made from physical volumes on a dmraid device-->
}}
}}


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

Revision as of 03:39, 20 April 2010

Description

This install verifies that installing on a BIOS RAID device works properly.


How to test

  1. Configure hardware for dmraid
  2. Boot the installer using any available means
  3. Choose appropriate installation source such as NFS or HTTP.
  4. At type of devices step, choose Specialized Storage Devices and click Next.
  5. Select BIOS RAID device and click next.
  6. Choose either automated partitioning or custom partitioning if you want to create your own disk layout.
  7. Review partitioning layout to confirm installer is installing to BIOS RAID device.
  8. Proceed with normal installation

Expected Results

  1. All installable BIOS RAID devices are successfully detected by installer and are available for partitioning.
  2. Partitions are created and formatted properly.
  3. Install completes successfully
  4. Package errors (install.log) should not occur
  5. System boots successfully recognizing filesystems created on the BIOS RAID device(s).