From 76da444a5362e653eab2b4a076d45112e53fecfc Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Wed, 19 Nov 2025 09:26:33 +0100 Subject: [PATCH] tests/functional/aarch64/test_reverse_debug: Fix issues reported by pylint MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Don't use underscores in CamelCase names and drop an unused import. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Thomas Huth Message-ID: <20251119082636.43286-13-thuth@redhat.com> --- tests/functional/aarch64/test_reverse_debug.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/aarch64/test_reverse_debug.py b/tests/functional/aarch64/test_reverse_debug.py index ec3348c96d..e9fa4479d7 100755 --- a/tests/functional/aarch64/test_reverse_debug.py +++ b/tests/functional/aarch64/test_reverse_debug.py @@ -14,11 +14,11 @@ # This work is licensed under the terms of the GNU GPL, version 2 or # later. See the COPYING file in the top-level directory. -from qemu_test import Asset, skipFlakyTest +from qemu_test import Asset from reverse_debugging import ReverseDebugging -class ReverseDebugging_AArch64(ReverseDebugging): +class ReverseDebuggingAArch64(ReverseDebugging): ASSET_KERNEL = Asset( ('https://archives.fedoraproject.org/pub/archive/fedora/linux/' -- 2.47.3