Add binary recording test

This commit is contained in:
Justin Stephenson 2020-10-09 10:38:00 -04:00
parent ada0bacaed
commit 0e8f87a000
4 changed files with 48 additions and 21 deletions

View file

@ -134,6 +134,7 @@ $(VM_IMAGE): $(RPMFILE) bots
bots/image-customize -v -i cockpit-ws -i `pwd`/$(RPMFILE) -s $(CURDIR)/test/vm.install $(TEST_OS)
bots/image-customize -v -r "usermod -u 981 tlog || true" $(TEST_OS)
bots/image-customize -v -u ./test/files/1.journal:/var/log/journal/1.journal $(TEST_OS)
bots/image-customize -v -u ./test/files/binary-rec.journal:/var/log/journal/binary-rec.journal $(TEST_OS)
# convenience target for the above
vm: $(VM_IMAGE)