From Fedora Project Wiki

< QA‎ | TestCases

(unify the steps of partition cases)
 
(3 intermediate revisions by 3 users not shown)
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 ==
# Boot the installer using any available means (boot.iso, PXE, CD or DVD)
 
# Proceed to the installation partition screen by selecting appropriate defaults
# Start an installation by any available means
# At the first disk partitioning screen, select '''Create Custom Layout''', select ''Next''
# Use a Custom Partition Layout
# Place the root filesystem({{filename|/}}) on an ext2 formatted partition
# Partition the system so that the root (/) partition is:
# Continue installation, choosing all provided defaults and selecting ''Next''
#* formatted as '''ext2''' (this is '''NOT''' the default), and
|results=
#* not LVM or RAID.
 
== 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 ext3 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 Partitioning Test Cases]]

Latest revision as of 10:05, 13 June 2010

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. Boot the installer using any available means (boot.iso, PXE, CD or DVD)
  2. Proceed to the installation partition screen by selecting appropriate defaults
  3. At the first disk partitioning screen, select Create Custom Layout, select Next
  4. Place the root filesystem(/) on an ext2 formatted partition
  5. Continue installation, choosing all provided defaults and selecting Next

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