diff options
author | Thomas Huth <thuth@redhat.com> | 2019-04-09 10:52:43 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-05-08 16:59:28 +0200 |
commit | da9cd2d06cd28fccf09d2e22361a19f9ce6ffc71 (patch) | |
tree | 7225b8d280106ef8522e6eb0b883267a5692d1f5 /io | |
parent | 2756f82af412c6a0a06030e8ff8df0861d639c7a (diff) | |
download | qemu-da9cd2d06cd28fccf09d2e22361a19f9ce6ffc71.zip qemu-da9cd2d06cd28fccf09d2e22361a19f9ce6ffc71.tar.gz qemu-da9cd2d06cd28fccf09d2e22361a19f9ce6ffc71.tar.bz2 |
tests/qmp-cmd-test: Use qtest_init() instead of qtest_start()
qtest_start() + qtest_end() should be avoided, since they use the
global_qtest variable that we want to get rid of in the long run
(since global_qtest can not be used in tests that have to track
multiple QEMU states, like migration tests). Use qtest_init() and
qtest_quit() instead.
Message-Id: <20190409085245.31548-4-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'io')
0 files changed, 0 insertions, 0 deletions