You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is missing conditional logic where if running on a container or host we need to verify if the service package is installed, or installed and enabled, that tests are run, other wise it would be Not Applicable.(
I see there are the ssh client ones and I ran across a couple sshd_server ones as well. This would come out in something like:
if `disable_thing_input
... NAeleif !package('service_package').installed?
... NAeleif(inacontainer)*
... NAortestsdiffernteleif(otherNAconditionsdefinedbythecontrol)*
NAelserunstandardtestsend
* optional - may not reallyapply
ssh client
sshd server
pki related
(list others here)
The text was updated successfully, but these errors were encountered:
There is missing conditional logic where if running on a container or host we need to verify if the service package is installed, or installed and enabled, that tests are run, other wise it would be Not Applicable.(
I see there are the ssh client ones and I ran across a couple sshd_server ones as well. This would come out in something like:
The text was updated successfully, but these errors were encountered: