qemu-cr16/tests/functional/arm
Thomas Huth 248b7eae44 tests/functional/arm/test_aspeed_ast2600_buildroot: Fix pylint warnings
Pylint recommends to use a "with" context for tempfile.TemporaryDirectory()
to make sure that the directory is deleted once it is not needed anymore,
and it recommends to use the "check" parameter for subprocess.run().
For style reasons, the imports at the beginning of the file should be
grouped by module.

Message-Id: <20251113100601.476900-1-thuth@redhat.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20251119082636.43286-4-thuth@redhat.com>
2025-11-21 08:33:15 +01:00
..
meson.build tests/functional/arm: Split the ast2600 tests in two files 2025-10-13 14:37:47 +02:00
test_aspeed_ast1030.py tests/functional/arm/test_aspeed_ast1030: Remove unused import 2025-11-03 08:27:59 +01:00
test_aspeed_ast2500.py tests/functional/arm/test_aspeed_ast2500: Update test ASPEED SDK v09.08 2025-10-13 14:21:03 +02:00
test_aspeed_ast2600_buildroot.py tests/functional/arm/test_aspeed_ast2600_buildroot: Fix pylint warnings 2025-11-21 08:33:15 +01:00
test_aspeed_ast2600_sdk.py tests/functional/arm: Split the ast2600 tests in two files 2025-10-13 14:37:47 +02:00
test_aspeed_bletchley.py
test_aspeed_catalina.py
test_aspeed_gb200nvl_bmc.py
test_aspeed_palmetto.py
test_aspeed_rainier.py
test_aspeed_romulus.py
test_aspeed_witherspoon.py
test_bflt.py
test_bpim2u.py
test_canona1100.py
test_collie.py
test_cubieboard.py
test_emcraft_sf2.py
test_integratorcp.py tests/functional: use self.log for all logging 2025-09-24 08:26:11 +02:00
test_max78000fthr.py
test_microbit.py
test_migration.py
test_orangepi.py
test_quanta_gsj.py
test_raspi2.py
test_realview.py
test_replay.py
test_smdkc210.py
test_stellaris.py
test_sx1.py
test_tuxrun.py
test_vexpress.py
test_virt.py