From Fedora Project Wiki
(New page: {{QA/Test_Case |description=This test cases focuses on Palimpsest, graphical frontend of DeviceKit-disks and its ability to work with removable media. |actions= # yum install gnome-disk-u...) |
m (Removed "Permission denied errors ") |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test | |description=This test case focuses on Palimpsest, graphical frontend of DeviceKit-disks and its ability to work with removable media. | ||
|actions= | |actions= | ||
# yum install gnome-disk-utility | # Ensure gnome-disk-utility is installed by typing: <pre>yum install gnome-disk-utility</pre> | ||
# | # Start palimpsest from the ''Applications menu -> System -> Palimpsest disk utility'' menu user and look for PolicyKit authentication prompts | ||
# Create, modify and delete partitions and file systems on various media including USB sticks, CDs, removable hard disks, etc. | |||
# | # Encrypt partitions and change passwords for existing encrypted partitions. | ||
# | # ''(Optional)'' Verify that palimpsest correctly reports smart data from disks which support it. | ||
# (Optional) Verify that palimpsest correctly reports smart data from disks which support it. | # ''(Optional)'' Raid support - insert removable device with software raid configured | ||
# (Optional) Raid support - insert removable device with software raid configured | # ''(Optional)'' Raid support - configure Raid 0, Raid 1, Raid 5 on removable device, write data, eject and insert back media | ||
# (Optional) Raid support - configure Raid 0, Raid 1, Raid 5 on removable device, write data, eject and insert back media | |||
|results= | |results= | ||
# all steps | # all steps successfully executed with no SELinux errors or permission denials | ||
}} | }} | ||
[[Category:DeviceKit_Test_Cases]] | [[Category:DeviceKit_Test_Cases]] |
Latest revision as of 14:40, 16 March 2009
Description
This test case focuses on Palimpsest, graphical frontend of DeviceKit-disks and its ability to work with removable media.
How to test
- Ensure gnome-disk-utility is installed by typing:
yum install gnome-disk-utility
- Start palimpsest from the Applications menu -> System -> Palimpsest disk utility menu user and look for PolicyKit authentication prompts
- Create, modify and delete partitions and file systems on various media including USB sticks, CDs, removable hard disks, etc.
- Encrypt partitions and change passwords for existing encrypted partitions.
- (Optional) Verify that palimpsest correctly reports smart data from disks which support it.
- (Optional) Raid support - insert removable device with software raid configured
- (Optional) Raid support - configure Raid 0, Raid 1, Raid 5 on removable device, write data, eject and insert back media
Expected Results
- all steps successfully executed with no SELinux errors or permission denials