mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 18:10:08 +01:00
platform/tests: relax check for signals in test_ip6_route()
/route/ip6: NMPlatformSignalAssert: ../src/core/platform/tests/test-route.c:449, test_ip6_route(): failure to accept signal one time: 'ip6-route-changed-added' ifindex 0 (2 times received)
(cherry picked from commit 39c3eacb7d)
This commit is contained in:
parent
a592617717
commit
9e16c4cc94
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ test_ip6_route(void)
|
|||
metric,
|
||||
mss);
|
||||
g_assert(nmtstp_ip6_route_get(NM_PLATFORM_GET, ifindex, &network, plen, metric, NULL, 0));
|
||||
accept_signal(route_added);
|
||||
accept_signals(route_added, 1, 2);
|
||||
|
||||
/* Add route again */
|
||||
nmtstp_ip6_route_add(NM_PLATFORM_GET,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue