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 are installed
# Ensure the required packages are installed by typing: <pre># yum install nautilus-gdu gnome-disk-utility-format</pre>
# Open computer:// in Nautilus
# In a nautilus window, Select ''File -> Open Location...'' and enter: ''computer:///''
# Use the Format dialog to create new filesystem on the device (FAT, EXT3)
# Insert removable media into system (USB, CDRW, DVD-RAM or other removable media)
# Try to create encrypted filesystem (LUKS)
# Right-click on removable device and select ''Format'' dialog to create new filesystem on the device (FAT, EXT3)
#  Alternatively, the Format utility can be spawned from the Applications menu -> System -> Gnome Disk Utility Format (will be renamed and moved soon) - check that the volume selector lists all removable volumes available and only them, no fixed disks etc.
# 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.
# 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

  1. Ensure the required packages are installed by typing:
    # yum install nautilus-gdu gnome-disk-utility-format
  2. In a nautilus window, Select File -> Open Location... and enter: computer:///
  3. Insert removable media into system (USB, CDRW, DVD-RAM or other removable media)
  4. Right-click on removable device and select Format dialog to create new filesystem on the device (FAT, EXT3)
  5. Right-click on removable device and select Format dialog to create new encrypted (LUKS) filesystem on the device (FAT, EXT3)

Expected Results

  1. 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.
  2. (Optional) Dialog should open up and list applications having opened files on the device you're trying to format.