[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 3/8] tests/avocado: fix tcg_plugin mem access count test
From: |
Alex Bennée |
Subject: |
[PULL 3/8] tests/avocado: fix tcg_plugin mem access count test |
Date: |
Mon, 29 Nov 2021 17:14:44 +0000 |
When we cleaned up argument handling the test was missed.
Fixes: 5ae589faad ("tests/plugins/mem: introduce "track" arg and make args not
positional")
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20211129140932.4115115-4-alex.bennee@linaro.org>
diff --git a/tests/avocado/tcg_plugins.py b/tests/avocado/tcg_plugins.py
index 9ca1515c3b..642d2e49e3 100644
--- a/tests/avocado/tcg_plugins.py
+++ b/tests/avocado/tcg_plugins.py
@@ -131,7 +131,7 @@ def test_aarch64_virt_mem_icount(self):
suffix=".log")
self.run_vm(kernel_path, kernel_command_line,
- "tests/plugin/libmem.so,arg=both", plugin_log.name,
+ "tests/plugin/libmem.so,inline=true,callback=true",
plugin_log.name,
console_pattern,
args=('-icount', 'shift=1'))
--
2.30.2
- [PULL for 6.2 0/8] more tcg, plugin, test and build fixes, Alex Bennée, 2021/11/29
- [PULL 1/8] accel/tcg: introduce CF_NOIRQ, Alex Bennée, 2021/11/29
- [PULL 2/8] accel/tcg: suppress IRQ check for special TBs, Alex Bennée, 2021/11/29
- [PULL 4/8] plugins/meson.build: fix linker issue with weird paths, Alex Bennée, 2021/11/29
- [PULL 5/8] gdbstub: handle a potentially racing TaskState, Alex Bennée, 2021/11/29
- [PULL 3/8] tests/avocado: fix tcg_plugin mem access count test,
Alex Bennée <=
- [PULL 6/8] MAINTAINERS: Remove me as a reviewer for the build and test/avocado, Alex Bennée, 2021/11/29
- [PULL 7/8] MAINTAINERS: Add section for Aarch64 GitLab custom runner, Alex Bennée, 2021/11/29
- [PULL 8/8] tests/plugin/syscall.c: fix compiler warnings, Alex Bennée, 2021/11/29
- Re: [PULL for 6.2 0/8] more tcg, plugin, test and build fixes, Richard Henderson, 2021/11/29