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 | Execute: rpm -qa<nowiki>|</nowiki>grep multipath | ||
# Next do this ... | # Next do this ... | ||
# Finally click that | # Finally click that |
Revision as of 10:25, 29 October 2018
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.
- Ensure the device-mapper-multipath package is installed
Execute: dnf -y install device-mapper device-mapper-multipath Execute: rpm -qa|grep multipath
- Next do this ...
- Finally click that
- Start here ...
- Next do this ...
- Finally click that
Expected Results
The following must be true to consider this a successful test run. Be brief ... but explicit.
- Step #1 completes without error
- The system boots into runlevel 5
- Program completes with exit code 0
Optional
Optionally provide hints for exploratory testing.