You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/functional/x86_64
Thomas Huth 8e833cbf11 tests/functional/x86_64/test_virtio_balloon: Fix cosmetic issues from pylint
Pylint complains about some style issues in this file: Unused variables
should be marked with an underscore, "when > then and when < now"
can be simplified to "now > when > then" and expectData doesn't conform
to the usual snake_case naming style.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20251029075342.47335-1-thuth@redhat.com>
2 weeks ago
..
meson.build tests/functional: add a vfio-user smoke test 2 months ago
test_acpi_bits.py tests/functional/x86_64/test_acpi_bits: Silence warnings reported by pylint 2 weeks ago
test_bad_vmstate.py tests/functional: Test whether the vmstate-static-checker script works fine 2 months ago
test_cpu_model_versions.py
test_cpu_queries.py
test_hotplug_blk.py
test_hotplug_cpu.py
test_intel_iommu.py
test_kvm_xen.py
test_linux_initrd.py
test_mem_addr_space.py
test_memlock.py tests/functional/x86_64: Accept a few locked pages in test_memlock.py 2 months ago
test_migration.py
test_multiprocess.py
test_netdev_ethtool.py
test_pc_cpu_hotplug_props.py
test_replay.py
test_reverse_debug.py tests/functional: Adapt arches to reverse_debugging w/o Avocado 1 month ago
test_tuxrun.py
test_vfio_user_client.py tests/functional: add a vfio-user smoke test 2 months ago
test_virtio_balloon.py tests/functional/x86_64/test_virtio_balloon: Fix cosmetic issues from pylint 2 weeks ago
test_virtio_gpu.py
test_virtio_version.py