tests: Fix and enable testSessionRecordingShell

This commit is contained in:
Martin Pitt 2020-04-01 22:24:38 +02:00
parent 9d218c301f
commit 146d1315a0
2 changed files with 3 additions and 4 deletions

View File

@ -19,6 +19,7 @@
- firewalld
- libvirt-daemon-config-network
- podman
- tlog
tests:
- smoke:
dir: ./source/tools/debian/tests/

View File

@ -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