Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing conditional logic - ssh client , sshd_server, pam? .... #12

Open
3 of 4 tasks
aaronlippold opened this issue Dec 9, 2022 · 0 comments
Open
3 of 4 tasks
Assignees
Labels
bug Something isn't working

Comments

@aaronlippold
Copy link
Member

aaronlippold commented Dec 9, 2022

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
 ... NA
eleif !package('service_package').installed?
  ... NA
eleif ( in a container )*
  ... NA or tests differnt
eleif ( other NA conditions defined by the control )*
  NA
else
    run standard tests
 end

* optional - may not really apply
  • ssh client
  • sshd server
  • pki related
  • (list others here)
@aaronlippold aaronlippold added the bug Something isn't working label Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants