Accepting request 236506 from home:jfehlig:branches:Virtualization
- Disable failing virportallocatortest on aarch64 OBS-URL: https://build.opensuse.org/request/show/236506 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=383
This commit is contained in:
parent
e5c6318b4d
commit
d9b6cab0f0
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 2 10:48:21 MDT 2014 - jfehlig@suse.com
|
||||
|
||||
- Disable failing virportallocatortest on aarch64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 1 21:44:06 MDT 2014 - jfehlig@suse.com
|
||||
|
||||
|
@ -1323,6 +1323,10 @@ EXTRA=""
|
||||
%if 0%{?qemu_user_space_build:1}
|
||||
EXTRA="$EXTRA virnetsockettest"
|
||||
%endif
|
||||
# virportallocatortest fails on aarch64 due to unsupported IPV6_V6ONLY flag
|
||||
%ifarch aarch64
|
||||
EXTRA="$EXTRA virportallocatortest"
|
||||
%endif
|
||||
for i in nodeinfotest seclabeltest $EXTRA
|
||||
do
|
||||
rm -f $i
|
||||
|
Loading…
Reference in New Issue
Block a user