forked from pool/python
Accepting request 209702 from openSUSE:Factory:PowerLE
Please submit to factory. - Ignore uuid testcase in the testsuite, it relies on unreliable ifconfig output. OBS-URL: https://build.opensuse.org/request/show/209702 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=157
This commit is contained in:
parent
ea9eb9ef07
commit
87ae076e4e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 7 02:27:51 UTC 2013 - matz@suse.de
|
||||||
|
|
||||||
|
- Ignore uuid testcase in the testsuite, it relies on unreliable
|
||||||
|
ifconfig output.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 3 20:03:08 CET 2013 - mls@suse.de
|
Tue Dec 3 20:03:08 CET 2013 - mls@suse.de
|
||||||
|
|
||||||
|
@ -195,6 +195,12 @@ EXCLUDE="$EXCLUDE -x test_asyncore -x test_mmap"
|
|||||||
# emulation is unreliable
|
# emulation is unreliable
|
||||||
EXCLUDE="$EXCLUDE -x test_multiprocessing"
|
EXCLUDE="$EXCLUDE -x test_multiprocessing"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# This test (part of test_uuid) requires real network interfaces
|
||||||
|
# so that ifconfig output has "HWaddr <something>". Some kvm instances
|
||||||
|
# don't have any such interface breaking the uuid module test.
|
||||||
|
EXCLUDE="$EXCLUDE -x test_uuid"
|
||||||
|
|
||||||
# Limit virtual memory to avoid spurious failures
|
# Limit virtual memory to avoid spurious failures
|
||||||
if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then
|
if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then
|
||||||
ulimit -v 10000000 || :
|
ulimit -v 10000000 || :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user