From 757e78bf67226e91c8537285ba37f7be0033567e Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 7 Jun 2017 13:51:52 +0200 Subject: Ignore test failures of linkLocalIPv6 on RHEL 6.6 in the CI The test fails as sendmsg() on the socket trying to deliver a packet to the IPv6 link-local fe80 address returns with -ENETDOWN. This happens always when RHEL 6.6 is run under qemu/kvm and only sometimes under VMware. More details are in the task, but meanwhile the result of this test is ignored. This affects only RHEL 6.6, it passes on RHEL 7.2. Change-Id: I4ade5cd249dd0d1901368ab571dad324e0fd10c2 Task-number: QTQAINFRA-1042 Reviewed-by: Frederik Gladhorn (cherry picked from commit b598cd0483d28282179ab46cb27e42d44b8f2b7b) Reviewed-by: Timur Pocheptsov --- tests/auto/network/socket/qudpsocket/BLACKLIST | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/auto/network/socket/qudpsocket/BLACKLIST b/tests/auto/network/socket/qudpsocket/BLACKLIST index a245062df7..9f49b8dc68 100644 --- a/tests/auto/network/socket/qudpsocket/BLACKLIST +++ b/tests/auto/network/socket/qudpsocket/BLACKLIST @@ -21,4 +21,5 @@ osx osx [loop] osx - +[linkLocalIPv6] +redhatenterpriselinuxworkstation-6.6 -- cgit v1.2.3