Add Applications Menu test
testAppMenu navigates to the Applications menu before connecting to the Session Recording page. Update to semaphone job config to add cockpit-packagekit for Fedora 32 and Centos 8
This commit is contained in:
parent
e504489ab0
commit
74bc71b190
2 changed files with 13 additions and 5 deletions
|
|
@ -24,7 +24,7 @@ blocks:
|
|||
- name: Check fedora-32
|
||||
commands:
|
||||
- export TEST_OS=fedora-32
|
||||
- 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 -i cockpit-ws -i cockpit-packagekit -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
|
||||
|
|
@ -32,7 +32,7 @@ blocks:
|
|||
- name: Check centos-8
|
||||
commands:
|
||||
- export TEST_OS=centos-8-stream
|
||||
- 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 -i cockpit-ws -i cockpit-packagekit -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue