[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 10/10] tests/functional/test_arm_quanta_gsj: Fix broken test
From: |
Thomas Huth |
Subject: |
[PULL 10/10] tests/functional/test_arm_quanta_gsj: Fix broken test |
Date: |
Thu, 2 Jan 2025 11:31:38 +0100 |
ASSET_IMAGE needs to be prefixed with "self." ... this bug
apparently went in unnoticed because the test is not run by
default.
Message-ID: <20250102073403.36328-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/functional/test_arm_quanta_gsj.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/functional/test_arm_quanta_gsj.py
b/tests/functional/test_arm_quanta_gsj.py
index 7aa5209bea..7b82e2185c 100755
--- a/tests/functional/test_arm_quanta_gsj.py
+++ b/tests/functional/test_arm_quanta_gsj.py
@@ -35,7 +35,7 @@ class EmcraftSf2Machine(LinuxKernelTest):
@skipUnless(os.getenv('QEMU_TEST_TIMEOUT_EXPECTED'), 'Test might timeout')
def test_arm_quanta_gsj(self):
self.set_machine('quanta-gsj')
- image_path = self.uncompress(ASSET_IMAGE, 'obmc.mtd', format='gz')
+ image_path = self.uncompress(self.ASSET_IMAGE, format='gz')
self.vm.set_console()
drive_args = 'file=' + image_path + ',if=mtd,bus=0,unit=0'
--
2.47.1
- [PULL 00/10] Functional test improvements and fixes, Thomas Huth, 2025/01/02
- [PULL 01/10] docs: update copyright date to the year 2025, Thomas Huth, 2025/01/02
- [PULL 03/10] tests/functional/test_vnc: Do not use a hard-coded VNC port, Thomas Huth, 2025/01/02
- [PULL 02/10] tests/functional: Convert the vnc test, Thomas Huth, 2025/01/02
- [PULL 04/10] tests/functional/test_vnc: Remove the test_no_vnc test, Thomas Huth, 2025/01/02
- [PULL 05/10] tests/functional: Extract the find_free_ports() function into a helper file, Thomas Huth, 2025/01/02
- [PULL 07/10] tests/functional/test_ppc64_hv: Update repo management, Thomas Huth, 2025/01/02
- [PULL 06/10] tests/functional/test_ppc64_hv: Simplify console handling, Thomas Huth, 2025/01/02
- [PULL 08/10] tests/functional/test_ppc64_hv: Update to Alpine 3.21.0, Thomas Huth, 2025/01/02
- [PULL 10/10] tests/functional/test_arm_quanta_gsj: Fix broken test,
Thomas Huth <=
- [PULL 09/10] tests/functional/test_rx_gdbsim: Use stable URL for test_linux_sash, Thomas Huth, 2025/01/02
- Re: [PULL 00/10] Functional test improvements and fixes, Stefan Hajnoczi, 2025/01/02