]> Git Repo - qemu.git/commitdiff
iotests: switch to AQMP
authorJohn Snow <[email protected]>
Mon, 21 Mar 2022 20:33:15 +0000 (16:33 -0400)
committerJohn Snow <[email protected]>
Thu, 21 Apr 2022 15:01:00 +0000 (11:01 -0400)
iotests is already using async QMP, but to finalize the switchover we
only need to update any remaining import paths to rely solely on the new
library instead.

Signed-off-by: John Snow <[email protected]>
Reviewed-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Reviewed-by: Beraldo Leal <[email protected]>
Acked-by: Hanna Reitz <[email protected]>
Message-id: 20220321203315[email protected]
[Fixed minor rebase conflict. --js]
Signed-off-by: John Snow <[email protected]>
tests/qemu-iotests/iotests.py

index fe10a6cf05a36aa2f927ccdffb04b05b8f933185..6f9aa38e0e82272228aefd853ee18f026e81c48a 100644 (file)
@@ -37,9 +37,8 @@ import unittest
 
 from contextlib import contextmanager
 
-from qemu.aqmp.legacy import QEMUMonitorProtocol
+from qemu.aqmp.legacy import QMPMessage, QEMUMonitorProtocol
 from qemu.machine import qtest
-from qemu.qmp import QMPMessage
 from qemu.utils import VerboseProcessError
 
 # Use this logger for logging messages directly from the iotests module
This page took 0.029762 seconds and 4 git commands to generate.