reframe icon indicating copy to clipboard operation
reframe copied to clipboard

[testlib] Add ssh_audit test to hpctestlist

Open victorusu opened this issue 1 year ago • 2 comments

The test downloads the ssh-audit tool from GitHub and checks if there is any configuration that is considered as a failure.

The test is compatible with all the job schedulers. Because it only checks the localhost, where the test script runs. So, it becomes the responsibility of ReFrame to spawn the test script in the desired systems.

victorusu avatar Jul 21 '23 10:07 victorusu

Codecov Report

Patch and project coverage have no change.

Comparison is base (38cc61a) 87.35% compared to head (0caf47a) 87.36%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2956   +/-   ##
========================================
  Coverage    87.35%   87.36%           
========================================
  Files           60       60           
  Lines        11683    11687    +4     
========================================
+ Hits         10206    10210    +4     
  Misses        1477     1477           

see 2 files with indirect coverage changes

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jul 21 '23 11:07 codecov[bot]

Also, have you checked the docs? Do these tests' docs appear correctly in the lib docs?

vkarak avatar Jul 25 '23 06:07 vkarak