Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,8 @@ def run_agent_command_when_frozen(vm_name, command_name="domtime"):
"""
test.log.info("TEST_STEP: Run qemu guest agent command when frozen.")
fail_patts = [
r"error: guest agent command failed: unable to execute QEMU agent command '\S+': Command \S+ has been disabled: the command is not allowed",
r"error: internal error: unable to execute QEMU agent command '\S+': Command \S+ has been disabled: the command is not allowed",
r"error: internal error: unable to execute QEMU agent command '\S+': Command \S+ has been disabled: the agent is in frozen state",
r"unable to execute QEMU agent command '\S+': Command \S+ has been disabled: the command is not allowed",
r"unable to execute QEMU agent command '\S+': Command \S+ has been disabled: the agent is in frozen state",
]

virsh_command = eval("virsh.%s" % command_name)
Expand Down