Re: [PATCH 2/5] tests/functional/qemu_test: drop *args argument from .get_vm()
Thomas Huth <[email protected]>
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 29/07/2026 11.31, Vladimir Sementsov-Ogievskiy wrote: > It's redundant. Only one caller use it, and it may be simply > substituted by .add_args(). > > Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]> > --- > tests/functional/migration.py | 3 ++- > tests/functional/qemu_test/testcase.py | 9 +++------ > 2 files changed, 5 insertions(+), 7 deletions(-) Reviewed-by: Thomas Huth <[email protected]>