aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_data/sosreport-cleanertest-2021-08-03-qpkxdid.tar.xz
Commit message (Collapse)AuthorAgeFilesLines
* [tests] Add test for cleaning and existing archiveJake Hunsaker2021-08-041-0/+0
Adds a test that ensures we are properly extracting and cleaning an already existing archive (one is being included under tests/test_data/ now), much the same as we test for a proper `sos report --clean` run. As part of this, some aspects of the `full_report_run.py` test are moved into the base test classes, and the new `existing_archive.py` test will explicitly run `sos clean` instead of `sos report`. The included archive for obfuscation testing is taken from a stock Fedora 34 VM with a known configuration which is reflected in the items being tested for. Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>