Skip to content

Commit

Permalink
tests/avocado: fix tcg_plugin mem access count test
Browse files Browse the repository at this point in the history
When we cleaned up argument handling the test was missed.

Fixes: 5ae589f ("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>
  • Loading branch information
stsquad committed Nov 29, 2021
1 parent aff0e20 commit a7c6e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/avocado/tcg_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))

Expand Down

0 comments on commit a7c6e56

Please sign in to comment.