From Fedora Project Wiki

(create a palimpsest multipath test)
 
(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 manage multipath storage devices. It requires a system with at least one multipath storage device (a device connected to the host system by more than one path). The tester should also be confident in the manipulation of multipath mappings using the {{command|multipath}} command
|description=This test case tests whether the Palimpsest disk management tool can manage multipath storage devices. It requires a system with at least one multipath storage device (a device connected to the host system by more than one path). The tester should also be confident in the manipulation of multipath mappings using the {{command|multipath}} command
|setup=
{{Testcase_diskmanagement_generic_setup}}
|actions=
|actions=
# Ensure the {{package|gnome-disk-utility}} packages is installed
# Launch Palimpsest, with the command {{command|palimpsest}} or as System Tools > Disk Utility on the system menus
# Check that the tool displays each path to the device separately
# Check that the tool displays each path to the device separately
# Run the command {{command|multipath -F}} in a terminal to delete all multipath mappings
# Run the command {{command|multipath -F}} in a terminal to delete all multipath mappings
Line 12: Line 12:
# The tool should warn when multipath mappings are destroyed, and immediately pick up when they are re-created, without the need to re-launch the tool
# The tool should warn when multipath mappings are destroyed, and immediately pick up when they are re-created, without the need to re-launch the tool
}}
}}
[[Category:Disk_Management_Test_Cases]]
[[Category:Package_gnome-disk-utility_test_cases]]

Latest revision as of 16:51, 13 January 2011

Description

This test case tests whether the Palimpsest disk management tool can manage multipath storage devices. It requires a system with at least one multipath storage device (a device connected to the host system by more than one path). The tester should also be confident in the manipulation of multipath mappings using the multipath command

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. Check that the tool displays each path to the device separately
  2. Run the command multipath -F in a terminal to delete all multipath mappings
  3. Check that the tool warns you about a possible multipath misconfiguration
  4. Re-create the multipath mappings using the multipath and note how the tool responds

Expected Results

  1. The tool should display accurate information about all multipath devices: each connection path should be displayed as a separate 'device'
  2. The tool should warn when multipath mappings are destroyed, and immediately pick up when they are re-created, without the need to re-launch the tool