From Fedora Project Wiki
(New page: {{QA/Test_Case |description=This test case tests nautilus-gdu, gnome-disk-utility-format |actions= # Ensure the nautilus-gdu gnome-disk-utility-format are installed # Open computer:// in N...) |
m (Minor wiki changes) |
||
Line 2: | Line 2: | ||
|description=This test case tests nautilus-gdu, gnome-disk-utility-format | |description=This test case tests nautilus-gdu, gnome-disk-utility-format | ||
|actions= | |actions= | ||
# Ensure the nautilus-gdu gnome-disk-utility-format | # Ensure the required packages are installed by typing: <pre># yum install nautilus-gdu gnome-disk-utility-format</pre> | ||
# Open computer:// | # In a nautilus window, Select ''File -> Open Location...'' and enter: ''computer:///'' | ||
# | # Insert removable media into system (USB, CDRW, DVD-RAM or other removable media) | ||
# | # Right-click on removable device and select ''Format'' dialog to create new filesystem on the device (FAT, EXT3) | ||
# Right-click on removable device and select ''Format'' dialog to create new encrypted (LUKS) filesystem on the device (FAT, EXT3) | |||
|results= | |results= | ||
# | # Removable media and volumes should indicate ability to format by the Format item in the context menu. This applies to USB mass storage devices and DVD-RAM media. | ||
# (Optional) Dialog should open up and list applications having opened files on the device you're trying to format. | # (Optional) Dialog should open up and list applications having opened files on the device you're trying to format. | ||
}} | }} | ||
[[Category:DeviceKit_Test_Cases]] | [[Category:DeviceKit_Test_Cases]] |
Revision as of 15:05, 16 March 2009
Description
This test case tests nautilus-gdu, gnome-disk-utility-format
How to test
- Ensure the required packages are installed by typing:
# yum install nautilus-gdu gnome-disk-utility-format
- In a nautilus window, Select File -> Open Location... and enter: computer:///
- Insert removable media into system (USB, CDRW, DVD-RAM or other removable media)
- Right-click on removable device and select Format dialog to create new filesystem on the device (FAT, EXT3)
- Right-click on removable device and select Format dialog to create new encrypted (LUKS) filesystem on the device (FAT, EXT3)
Expected Results
- Removable media and volumes should indicate ability to format by the Format item in the context menu. This applies to USB mass storage devices and DVD-RAM media.
- (Optional) Dialog should open up and list applications having opened files on the device you're trying to format.