mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
tests: viracpitest only works on little endian
Commitfc216db4fb
introduced a mocked test with binary test data which fails on big endian machines. Therefore build the viracpitest test only on little endian machines. Fixes:fc216db4fb
Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com> Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
98d5b07f6d
commit
f1998a63e3
@ -269,7 +269,6 @@ tests += [
|
|||||||
{ 'name': 'storagevolxml2xmltest' },
|
{ 'name': 'storagevolxml2xmltest' },
|
||||||
{ 'name': 'sysinfotest' },
|
{ 'name': 'sysinfotest' },
|
||||||
{ 'name': 'utiltest' },
|
{ 'name': 'utiltest' },
|
||||||
{ 'name': 'viracpitest' },
|
|
||||||
{ 'name': 'viralloctest' },
|
{ 'name': 'viralloctest' },
|
||||||
{ 'name': 'virauthconfigtest' },
|
{ 'name': 'virauthconfigtest' },
|
||||||
{ 'name': 'virbitmaptest' },
|
{ 'name': 'virbitmaptest' },
|
||||||
@ -308,6 +307,12 @@ tests += [
|
|||||||
{ 'name': 'virmigtest' },
|
{ 'name': 'virmigtest' },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
if host_machine.endian() == 'little'
|
||||||
|
tests += [
|
||||||
|
{ 'name': 'viracpitest' },
|
||||||
|
]
|
||||||
|
endif
|
||||||
|
|
||||||
if host_machine.system() == 'linux'
|
if host_machine.system() == 'linux'
|
||||||
tests += [
|
tests += [
|
||||||
{ 'name': 'fchosttest' },
|
{ 'name': 'fchosttest' },
|
||||||
|
Loading…
Reference in New Issue
Block a user