mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 16:10:11 +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)
(cherry picked from commit f9b9c5979e)
(cherry picked from commit 029f78983c)
This commit is contained in:
parent
c513762721
commit
895de040e2
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,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 = nm_platform_ip6_address_get_all (NM_PLATFORM_GET, ifindex);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue