tests/functional/aarch64/test_reverse_debug: Fix issues reported by pylint
Don't use underscores in CamelCase names and drop an unused import. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20251119082636.43286-13-thuth@redhat.com>
This commit is contained in:
parent
dffd646ae6
commit
76da444a53
1 changed files with 2 additions and 2 deletions
|
|
@ -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/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue