tests/vm/basevm.py: use cmd() instead of qmp()
commit9acd49e29e5a3e388c0de0501e1308b507fd1fc4
authorVladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Fri, 6 Oct 2023 15:41:23 +0000 (6 18:41 +0300)
committerJohn Snow <jsnow@redhat.com>
Thu, 12 Oct 2023 18:21:44 +0000 (12 14:21 -0400)
tree157546b2bdb9ad0fd84519a8b390209f59ddc11e
parent39995e21261d19e44db00e0ebce2c5616703b29a
tests/vm/basevm.py: use cmd() instead of qmp()

We don't expect failure here and need 'result' object. cmd() is better
in this case.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20231006154125.1068348-14-vsementsov@yandex-team.ru
Signed-off-by: John Snow <jsnow@redhat.com>
tests/vm/basevm.py