Skip to content

Commit

Permalink
Merge pull request autotest#6013 from chunfuwen/fix_setlogd_failure
Browse files Browse the repository at this point in the history
Fix setvirtlog failure due to not completion start of VM
  • Loading branch information
dzhengfy authored Nov 25, 2024
2 parents 4661f31 + 28b6e3a commit 1a6ff2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def check_concurrent_filters():
check_virt_type_from_audit_log()
check_msg_in_libvirtd_log("virDomainAudit")
elif test_scenario == "default_audit_log":
vm.wait_for_login().close()
ausearch_audit_log()
elif test_scenario == "concurrent_filters":
check_concurrent_filters()
Expand Down

0 comments on commit 1a6ff2a

Please sign in to comment.