From Fedora Project Wiki
m (Wiki touch-up) |
(convert to new category system, use generic setup steps) |
||
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= | ||
# Select the free space on an existing disk and attempt to '''create''' a partition in it, and then '''mount''' that partition | # Select the free space on an existing disk and attempt to '''create''' a partition in it, and then '''mount''' that partition | ||
# Select the partition you just created and attempt to '''modify''' it in some way, such as changing its label | # Select the partition you just created and attempt to '''modify''' it in some way, such as changing its label | ||
Line 10: | Line 10: | ||
# 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: | [[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
- Ensure the
gnome-disk-utility
packages is installed - Launch Gnome Disks, with the command
gnome-disks
or as Disks in the Activities view.
How to test
- Select the free space on an existing disk and attempt to create a partition in it, and then mount that partition
- 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
Expected 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