Test Description
The tool checks that scsitools
is installed, by checking the "State" of the package by running aptitude show
.
The package is required for Multipath I/O on Linux systems.
This test case fails if:
The package is not installed by aptitude.
This test case passes if:
The package is installed by aptitude.
How to fix this test
Automatic fix
The tool attempts to install the package by executing apt-get install -y scsitools.
Manual fix
Install the package through the distribution's package manager.
Last edited: 2020-11-05 10:02:28 UTC
Comments