From Fedora Project Wiki

< QA‎ | TestCases

m (fix numbering)
No edit summary
Line 1: Line 1:
= PartitioningSwapOnLvmDevice =
{{QA/Test_Case
== Description ==
|description=A complete installation using a LVM device for the swap filesystem.
A complete installation using a LVM device for the swap filesystem.
|actions=
 
== Steps To Reproduce ==
 
# Perform an install where SWAP exists on a logical volume
# Perform an install where SWAP exists on a logical volume
 
|results=
 
== Expected Results ==
 
# Anaconda completes successfully
# Anaconda completes successfully
# Reboot successfully into installed system
# Reboot successfully into installed system
# swap is a logical volume (e.g. /dev/mapper/vg01-lv01)
# swap is a logical volume (e.g. /dev/mapper/vg01-lv01)
}}


[[Category:Installer Test Cases|PartitioningSwapOnLvmDevice]]
[[Category:Installer Test Cases|PartitioningSwapOnLvmDevice]]

Revision as of 08:06, 15 December 2009

Description

A complete installation using a LVM device for the swap filesystem.


How to test

  1. Perform an install where SWAP exists on a logical volume

Expected Results

  1. Anaconda completes successfully
  2. Reboot successfully into installed system
  3. swap is a logical volume (e.g. /dev/mapper/vg01-lv01)