]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: set 'qemu_bin' as an object level field
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 28 Feb 2025 10:27:33 +0000 (10:27 +0000)
committerThomas Huth <thuth@redhat.com>
Thu, 6 Mar 2025 07:10:04 +0000 (08:10 +0100)
commit8188356a260ca0201c42d128d8fa86f40160b513
tree657cdde7e060753fd3dd95e08088f6869b4ecebe
parent6c5a1467f8d0a9e840c8aa193bc110cc76ee80e8
tests/functional: set 'qemu_bin' as an object level field

The 'qemu_bin' field is currently set on the class, despite being
accessed as if it were an object instance field with 'self.qemu_bin'.

This is no obvious need to have it as a class field, so move it into
the object instance.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250228102738.3064045-3-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
docs/devel/testing/functional.rst
tests/functional/qemu_test/testcase.py