mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
tests/functional/test_arm_quanta_gsj: Fix broken test
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>
This commit is contained in:
parent
ec2dfb7c38
commit
c5efe54622
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue