platform/tests: relax assertion for accepting signals in /link/software/bridge test
/link/software/bridge: NMPlatformSignalAssert: ../src/platform/tests/test-link.c:289, test_slave(): failure to accept signal [0,2] times: 'link-changed-changed' ifindex 10 (3 times received)
This commit is contained in:
@@ -286,7 +286,7 @@ test_slave (int master, int type, SignalData *master_changed)
|
||||
g_assert (nm_platform_link_is_connected (NM_PLATFORM_GET, master));
|
||||
accept_signals (link_changed, 1, 3);
|
||||
/* NM running, can cause additional change of addrgenmode */
|
||||
accept_signals (master_changed, 0, 2);
|
||||
accept_signals (master_changed, 0, 3);
|
||||
|
||||
/* Enslave again
|
||||
*
|
||||
|
Reference in New Issue
Block a user