mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
tests/functional/test_sparc64_tuxrun: Explicitly set the 'sun4u' machine
Use self.set_machine() to set the machine instead of relying on the default machine of the binary. This way the test can be skipped in case the machine has not been compiled into the QEMU binary. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20250521145112.142222-1-thuth@redhat.com>
This commit is contained in:
parent
d2e9b78162
commit
e1c9c80102
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ class TuxRunSparc64Test(TuxRunBaselineTest):
|
|||
'479c3dc104c82b68be55e2c0c5c38cd473d0b37ad4badccde4775bb88ce34611')
|
||||
|
||||
def test_sparc64(self):
|
||||
self.set_machine('sun4u')
|
||||
self.root='sda'
|
||||
self.wait_for_shutdown=False
|
||||
self.common_tuxrun(kernel_asset=self.ASSET_SPARC64_KERNEL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue