File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -494,13 +494,6 @@ def stop_all() -> None:
494494 else :
495495 m .execute ("systemctl reset-failed libvirtd; systemctl try-restart libvirtd" )
496496
497- # user libvirtd instance tends to SIGABRT with "Failed to find user record for uid .." on shutdown
498- # during cleanup so make sure that there are no leftover user processes that bleed into the next test
499- self .addCleanup (m .execute , """
500- pkill -u admin || true;
501- while [ -n "$(pgrep -au admin | grep -v 'systemd --user')" ]; do sleep 0.5; done
502- """ )
503-
504497 # FIXME: report downstream; AppArmor noisily denies some operations, but they are not required for us
505498 self .allow_journal_messages (r'.* type=1400 .* apparmor="DENIED" operation="capable" profile="\S*libvirtd.* capname="sys_rawio".*' ) # noqa: E501
506499 # AppArmor doesn't like the non-standard path for our storage pools
You can’t perform that action at this time.
0 commit comments