826b479 ipatests: ipa-healthcheck tests for DS checks

1 file Authored by sumenon 3 years ago, Committed by rcritten 3 years ago,
    ipatests: ipa-healthcheck tests for DS checks
    
    1. test_ipahealthcheck_ds_configcheck
       checks ensures that warning message is displayed by ConfigCheck
       when high resolution timestamp is disabled
    
    2. test_ipahealthcheck_ds_fschecks
       Test has been now moved under Class TestIpaHealthCheckFileCheck
       This testcase checks that when permission of pwdfile.txt is changed
       to other than 400, FSCheck returns CRITICAL status
    
    3. test_ds_configcheck_passwordstorage
       This test checks that critical status is displayed by
       ConfigCheck when rootpwstoragescheme is set to MD5 instead
       of the required PBKDF2_SHA256
    
    4. test_ipahealthcheck_topology_with_ipactl_stop
       This testcase ensures that ipahealthcheck.ipa.topology check
       doesnot display 'source not found' on a system when ipactl
       stop is run
    
    5. Modified testcase name
       the testcase name and description have been modified to match
       the actual testcase executed
    
    Signed-off-by: Sudhir Menon <sumenon@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>