From Fedora Project Wiki

(create a palimpsest basic partition modification test)
 
(convert to new category system, use generic setup steps)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This test case tests whether the Palimpsest disk management tool can modify, delete and create partitions directly on a disk. It requires a system with a typical (SATA / PATA) hard disk, with some existing partitions and some free space
|description=This test case tests whether the Palimpsest disk management tool can modify, delete and create partitions directly on a disk. It requires a system with a typical (SATA / PATA) hard disk, with some existing partitions and some free space
|setup=
{{Testcase_diskmanagement_generic_setup}}
|actions=
|actions=
# Ensure the {{package|gnome-disk-utility}} packages is installed
# Select the free space on an existing disk and attempt to '''create''' a partition in it, and then '''mount''' that partition
# Launch Palimpsest, with the command {{command|palimpsest}} or as System Tools > Disk Utility on the system menus
# Select the partition you just created and attempt to '''modify''' it in some way, such as changing its label
# Select the free space on an existing disk and attempt to create a partition in it, and then mount that partition
# Attempt to '''delete''' the partition you just created
# Select the partition you just created and attempt to modify it in some way, such as changing its label
# Attempt to delete the partition you just created
|results=
|results=
# The tool should be able to create partitions, mount them correctly (verify you can access the created and mounted partition), modify their properties, and delete them
# The tool should be able to create partitions, mount them correctly (verify you can access the created and mounted partition), modify their properties, and delete them
}}
}}
[[Category:Disk_Management_Test_Cases]]
[[Category:Package_gnome-disk-utility_test_cases]]

Latest revision as of 16:50, 13 January 2011

Description

This test case tests whether the Palimpsest disk management tool can modify, delete and create partitions directly on a disk. It requires a system with a typical (SATA / PATA) hard disk, with some existing partitions and some free space

Setup

  1. Ensure the Package-x-generic-16.pnggnome-disk-utility packages is installed
  2. Launch Gnome Disks, with the command gnome-disks or as Disks in the Activities view.

How to test

  1. Select the free space on an existing disk and attempt to create a partition in it, and then mount that partition
  2. Select the partition you just created and attempt to modify it in some way, such as changing its label
  3. Attempt to delete the partition you just created

Expected Results

  1. The tool should be able to create partitions, mount them correctly (verify you can access the created and mounted partition), modify their properties, and delete them