Skip to content

Commit

Permalink
Fix setvirtlog failure due to not completion start of VM
Browse files Browse the repository at this point in the history
Add vm.wait_for_login().close() before calling on check log

Signed-off-by: chunfuwen <chwen@redhat.com>
  • Loading branch information
chunfuwen committed Nov 25, 2024
1 parent 73969d9 commit 28b6e3a
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 28b6e3a

Please sign in to comment.