d41ef93 Issue 50627 - Add ASAN logs to HTML report

Authored and Committed by vashirov 4 years ago
    Issue 50627 - Add ASAN logs to HTML report
    
    Bug Description:
    ASAN-enabled server generates error logs, it would be nice to collect
    them and identify tests that caused the error.
    
    Fix Description:
    Add a hook for pytest-html plugin to add logs generated by ASAN to the
    html report. After test is done, these logs will be rotated.
    
    Fixes: https://pagure.io/389-ds-base/issue/50627
    
    Reviewed by: mreynolds (Thanks!)
    
        
file modified
+29 -11