From Fedora Project Wiki

No edit summary
No edit summary
Line 6: Line 6:
# Ensure the device-mapper-multipath package is installed
# Ensure the device-mapper-multipath package is installed
     Execute:  dnf -y install device-mapper device-mapper-multipath
     Execute:  dnf -y install device-mapper device-mapper-multipath
     Execute:  rpm -qa|grep multipath
     Execute:  "rpm -qa|grep multipath"
# Next do this ...
# Next do this ...
# Finally click that
# Finally click that

Revision as of 10:15, 29 October 2018

QA.png


Description

This testcase checks if multipathd responds with 'fail' for invalid device name. It is reported in fixed bug that multipathd responds with 'ok' for invalid device name.


How to test

Be as specific as required for the target audience.

  1. Ensure the device-mapper-multipath package is installed
   Execute:  dnf -y install device-mapper device-mapper-multipath
   Execute:  "rpm -qa

Expected Results

The following must be true to consider this a successful test run. Be brief ... but explicit.

  1. Step #1 completes without error
  2. The system boots into runlevel 5
  3. Program completes with exit code 0

Optional

Optionally provide hints for exploratory testing.