diff --git a/per-rule/test.py b/per-rule/test.py index 197e331..968a48d 100755 --- a/per-rule/test.py +++ b/per-rule/test.py @@ -77,6 +77,7 @@ def report_test_with_log(status, note, log_dir, rule_name, test_name): # install a qcow2-backed VM, so automatus.py can snapshot it # - use hardening-style partitions, automatus tests need them ks = virt.Kickstart(partitions=partitions.partitions) + ks.packages.append('tar') g.install(kickstart=ks, disk_format='qcow2') with util.get_content() as content_dir, g.booted():