Accepting request 236507 from Virtualization

1

OBS-URL: https://build.opensuse.org/request/show/236507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvirt?expand=0&rev=149
This commit is contained in:
Stephan Kulow 2014-06-10 12:38:30 +00:00 committed by Git OBS Bridge
commit cf1546cfdb
2 changed files with 9 additions and 0 deletions

View File

@ -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 Sun Jun 1 21:44:06 MDT 2014 - jfehlig@suse.com

View File

@ -1323,6 +1323,10 @@ EXTRA=""
%if 0%{?qemu_user_space_build:1} %if 0%{?qemu_user_space_build:1}
EXTRA="$EXTRA virnetsockettest" EXTRA="$EXTRA virnetsockettest"
%endif %endif
# virportallocatortest fails on aarch64 due to unsupported IPV6_V6ONLY flag
%ifarch aarch64
EXTRA="$EXTRA virportallocatortest"
%endif
for i in nodeinfotest seclabeltest $EXTRA for i in nodeinfotest seclabeltest $EXTRA
do do
rm -f $i rm -f $i