mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-06 00:00:30 +01:00
platform/tests: avoid test failure in test_ip6_address_general()
# Start of ipv6 tests # NetworkManager-FATAL-ERROR: NMPlatformSignalAssert: ../../../../../src/platform/tests/test-address.c:154, test_ip6_address_general(): failure to free non-accepted signal: ip6-address-changed-changed ifindex 11 (1 times received)
This commit is contained in:
parent
da1abaa1db
commit
4b5352057a
1 changed files with 3 additions and 0 deletions
|
|
@ -150,6 +150,9 @@ test_ip6_address_general (void)
|
|||
/* Remove address again */
|
||||
nmtstp_ip6_address_del (EX, ifindex, addr, IP6_PLEN);
|
||||
|
||||
/* ensure no pending signal. */
|
||||
accept_signals (address_changed, 0, 1);
|
||||
|
||||
free_signal (address_added);
|
||||
free_signal (address_changed);
|
||||
free_signal (address_removed);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue