qemu/tests
Gustavo Romero 0ac3c31413 tests/functional: Mark main in QemuBaseTest class as a static method
The main() method in the QemuBaseTest class has no parameters but is
defined as a regular method. Currently, this does not cause any issues
because in the functional tests main() is always called directly from
QemuBaseTest (never from instances), but the way this method is defined
makes its signature wrong, implying a 'self'. Hence, it's best practice
to define such a method as a static method, so decorate it with
@staticmethod.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Message-ID: <20250819143916.4138035-4-gustavo.romero@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2025-08-27 09:46:55 +02:00
..
bench
data
decode
docker tests/docker: fix debian-all-test-cross 2025-08-04 16:13:38 +01:00
fp
functional tests/functional: Mark main in QemuBaseTest class as a static method 2025-08-27 09:46:55 +02:00
guest-debug
image-fuzzer
include
keys
lcitool
migration-stress
multiboot
perf/block/qcow2
qapi-schema
qemu-iotests qemu-iotests: Ignore indentation in Killed messages 2025-08-12 17:13:13 +02:00
qtest
rocker
tcg
tsan
uefi-test-tools
unit
vm
vmstate-static-checker-data
dbus-vmstate-daemon.sh
Makefile.include
meson.build
test-qht-par.c
vhost-user-bridge.c