afddc27 Skip test if test data tarballs aren't accessible

Authored and Committed by nphilipp 2 years ago
    Skip test if test data tarballs aren't accessible
    
    This converts log_tar, db_tar into fixtures which extract the tarballs
    into the temporary path if they can be opened successfully. On failure,
    the fixtures yield None and the test is skipped.
    
    Signed-off-by: Nils Philippsen <nils@redhat.com>
    
        
file modified
+41 -20