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