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 | |||
# Boot the installer using any available means | |||
# 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= | ||
# | # All installable BIOS RAID devices are successfully detected by installer and are available for partitioning. | ||
# | # 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
- Configure hardware for dmraid
- Boot the installer using any available means
- 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
Expected Results
- All installable BIOS RAID devices are successfully detected by installer and are available for partitioning.
- Partitions are created and formatted properly.
- Install completes successfully
- Package errors (install.log) should not occur
- System boots successfully recognizing filesystems created on the BIOS RAID device(s).