From Fedora Project Wiki

< QA‎ | TestCases

(Per ticket#47, marking as obsolete)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= PartitioningPreExistingRaidRaid =
{{QA/Test_Case
== Description ==
|description=A complete installation using a RAID device for the / (rootfs) filesystem.  The previous state of the disk partitions should contain a legacy RAID installation.
A complete installation using a RAID device for the / (rootfs) filesystem.  The previous state of the disk partitions should contain a legacy RAID installation.
|actions=
 
== Steps To Reproduce ==
 
# Perform a manual install, using RAID during partitioning (the initial, legacy system)
# Perform a manual install, using RAID during partitioning (the initial, legacy system)
# Then perform a second manual install, using RAID during partitioning that utilizes the previous partition setup.
# Perform a second manual install, reusing the existing array.
 
|results=
== Expected Results ==
 
# Anaconda completes successfully
# Anaconda completes successfully
# Reboot successfully into installed system
# Reboot successfully into installed system
# / is on a RAID volume (e.g. /dev/md0)
# / is on a RAID volume (e.g. /dev/md0)
}}


[[Category:Installer Test Cases|PartitioningPreExistingRaidRaid]]
[[Category:Installer Partitioning Test Cases]]
[[Category:Obsolete_Test_Cases]]

Latest revision as of 18:35, 26 January 2010

Description

A complete installation using a RAID device for the / (rootfs) filesystem. The previous state of the disk partitions should contain a legacy RAID installation.


How to test

  1. Perform a manual install, using RAID during partitioning (the initial, legacy system)
  2. Perform a second manual install, reusing the existing array.

Expected Results

  1. Anaconda completes successfully
  2. Reboot successfully into installed system
  3. / is on a RAID volume (e.g. /dev/md0)