Add binary recording test
This commit is contained in:
parent
ada0bacaed
commit
0e8f87a000
4 changed files with 48 additions and 21 deletions
|
|
@ -27,6 +27,7 @@ blocks:
|
|||
- bots/image-customize -v -i cockpit-ws -i `pwd`/cockpit-session-recording*.noarch.rpm -s `pwd`/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
|
||||
- test/check-application -v
|
||||
- name: Check centos-8
|
||||
commands:
|
||||
|
|
@ -34,6 +35,7 @@ blocks:
|
|||
- bots/image-customize -v -i cockpit-ws -i `pwd`/cockpit-session-recording*.noarch.rpm -s `pwd`/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
|
||||
- test/check-application -v
|
||||
epilogue:
|
||||
on_fail:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue