Add binary recording test
This commit is contained in:
parent
ada0bacaed
commit
0e8f87a000
4 changed files with 48 additions and 21 deletions
1
Makefile
1
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue