d659d21 ipatests: ignore nsslapd-accesslog-logbuffering WARN in healthcheck

Authored and Committed by rcritten 5 months ago
    ipatests: ignore nsslapd-accesslog-logbuffering WARN in healthcheck
    
    Log buffering is disabled in the integration tests so we can have all
    the logs at the end. This is causing a warning to show in the 389-ds
    checks and causing tests to fail that expect all SUCCESS.
    
    Add an exclude for this specific key so tests will pass again.
    
    We may eventually want a more sophisiticated mechanism to handle
    excludes, or updating the config in general, but this is fine for now.
    
    Fixes: https://pagure.io/freeipa/issue/9400
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
    Reviewed-By: Michal Polovka <mpolovka@redhat.com>