mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 17:50:16 +01:00
platform/tests: relax checking for signals in test-address-linux
# Start of ipv6 tests
../tools/run-nm-test.sh: line 193: 32194 Trace/breakpoint trap (core dumped) "${NMTST_DBUS_RUN_SESSION[@]}" "$TEST" "$@"
# NetworkManager-FATAL-ERROR: NMPlatformSignalAssert: ../src/platform/tests/test-address.c:153, test_ip6_address_general(): failure to accept signal [0,1] times: 'ip6-address-changed-changed' ifindex 11 (2 times received)
This commit is contained in:
parent
29e566cc71
commit
f9b9c5979e
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ test_ip6_address_general (void)
|
|||
|
||||
/* Add address again (aka update) */
|
||||
nmtstp_ip6_address_add (NULL, EX, ifindex, addr, IP6_PLEN, in6addr_any, lifetime, preferred, flags);
|
||||
accept_signals (address_changed, 0, 1);
|
||||
accept_signals (address_changed, 0, 2);
|
||||
|
||||
/* Test address listing */
|
||||
addresses = nmtstp_platform_ip6_address_get_all (NM_PLATFORM_GET, ifindex);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue