mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 23:30:13 +01:00
keyfile: fix bridge test
Fixes:2f82bf537b(cherry picked from commit7d58177590)
This commit is contained in:
parent
375850095b
commit
5e4155b55c
1 changed files with 1 additions and 1 deletions
|
|
@ -2784,7 +2784,7 @@ test_read_bridge_main (void)
|
|||
/* Bridge setting */
|
||||
s_bridge = nm_connection_get_setting_bridge (connection);
|
||||
g_assert (s_bridge);
|
||||
g_assert_cmpuint (nm_setting_bridge_get_forward_delay (s_bridge), ==, 0);
|
||||
g_assert_cmpuint (nm_setting_bridge_get_forward_delay (s_bridge), ==, 2);
|
||||
g_assert_cmpuint (nm_setting_bridge_get_stp (s_bridge), ==, TRUE);
|
||||
g_assert_cmpuint (nm_setting_bridge_get_priority (s_bridge), ==, 32744);
|
||||
g_assert_cmpuint (nm_setting_bridge_get_hello_time (s_bridge), ==, 7);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue