tests: Fix and enable testSessionRecordingShell
This commit is contained in:
parent
9d218c301f
commit
146d1315a0
@ -19,6 +19,7 @@
|
||||
- firewalld
|
||||
- libvirt-daemon-config-network
|
||||
- podman
|
||||
- tlog
|
||||
tests:
|
||||
- smoke:
|
||||
dir: ./source/tools/debian/tests/
|
||||
|
@ -49,10 +49,8 @@ export TEST_AUDIT_NO_SELINUX=1
|
||||
|
||||
RC=0
|
||||
|
||||
# FIXME: testSessionRecordingShell fails
|
||||
test/verify/check-login -tv --machine \$HOST:22 --browser \$HOST:9090 TestLogin.{testBasic,testExpired,testSELinuxRestrictedUser} || RC=1
|
||||
|
||||
for t in networking-firewall sosreport storage-basic storage-ignored storage-partitions storage-used storage-lvm2 menu accounts; do
|
||||
# check-menu is not @nondestructive yet, keep it last
|
||||
for t in accounts login networking-firewall sosreport storage-basic storage-ignored storage-partitions storage-used storage-lvm2 menu; do
|
||||
test/verify/check-\$t -tv --machine \$HOST:22 --browser \$HOST:9090 || RC=1
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user