-
Notifications
You must be signed in to change notification settings - Fork 117
[testlib] New test for testing SSH host keys #2957
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
Conversation
This test checks the ssh host keys age. The list of host keys and the maximum age allowed are parameters and variables of the test. If the key file is not found, the test is skipped
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## develop #2957 +/- ##
========================================
Coverage 87.36% 87.36%
========================================
Files 60 60
Lines 11687 11687
========================================
Hits 10210 10210
Misses 1477 1477 ☔ View full report in Codecov by Sentry. |
vkarak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
|
You should also add the corresponding docs, but this is also mentioned in #2956, which can include the rest of the docs. I will merge this. |
This test checks the ssh host keys age. The list of host keys and the maximum age allowed are parameters and variables of the test.
If the key file is not found, the test is skipped