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>