]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/avocado: remove tcg_plugins virt_mem_icount test
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 29 Jul 2024 14:44:08 +0000 (15:44 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 30 Jul 2024 10:44:18 +0000 (11:44 +0100)
commit6908e4a28bb1585e72ad33a3fb58d4e0c2ae4f35
tree565499fba912f1e9645f8707aa80e75e6fbfb44c
parentb421206882d8581186b2419b1292e1b189ac976c
tests/avocado: remove tcg_plugins virt_mem_icount test

Since 4f8d886085 (tests/plugin/mem: migrate to new per_vcpu API) this
test was skipping due to not being able to run callback and inline
memory instrumentation at the same time.

However b480f7a621 (tests/plugin: add test plugin for inline
operations) tests for all this matching up so we don't need the
additional complexity in avocado.

Remove the test.

Fixes: 4f8d886085
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240729144414.830369-9-alex.bennee@linaro.org>
tests/avocado/tcg_plugins.py