From Fedora Project Wiki

< QA‎ | TestCases

No edit summary
No edit summary
Line 1: Line 1:
== Description ==
{{QA/Test_Case
A complete installation using the systems physical devices for the ext2 filesystem.  A detailed look at the ext2 filesystem can be found at [http://en.wikipedia.org/wiki/Ext2 http://en.wikipedia.org/wiki/Ext2]
|description=A complete installation using the systems physical devices for the ext2 filesystem.  A detailed look at the ext2 filesystem can be found at [http://en.wikipedia.org/wiki/Ext2 http://en.wikipedia.org/wiki/Ext2]
 
|actions=
== Steps To Reproduce ==
 
# Start an installation by any available means
# Start an installation by any available means
# Use a Custom Partition Layout
# Use a Custom Partition Layout
Line 9: Line 7:
#* formatted as '''ext2''' (this is '''NOT''' the default), and
#* formatted as '''ext2''' (this is '''NOT''' the default), and
#* not LVM or RAID.
#* not LVM or RAID.
 
|results=
== Expected Results ==
 
# Anaconda completes successfully
# Anaconda completes successfully
# Reboot successfully into installed system
# Reboot successfully into installed system
# Confirm that root partition is formatted as ext2 and is not a LVM or RAID volume
# Confirm that root partition is formatted as ext2 and is not a LVM or RAID volume
}}


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

Revision as of 08:01, 15 December 2009

Description

A complete installation using the systems physical devices for the ext2 filesystem. A detailed look at the ext2 filesystem can be found at http://en.wikipedia.org/wiki/Ext2


How to test

  1. Start an installation by any available means
  2. Use a Custom Partition Layout
  3. Partition the system so that the root (/) partition is:
    • formatted as ext2 (this is NOT the default), and
    • not LVM or RAID.

Expected Results

  1. Anaconda completes successfully
  2. Reboot successfully into installed system
  3. Confirm that root partition is formatted as ext2 and is not a LVM or RAID volume