about summary refs log tree commit diff
path: root/libnm-core/tests/test-setting.c
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2020-03-13 16:23:07 +0100
committerSebastien Bacher <seb128@ubuntu.com>2020-03-13 16:23:07 +0100
commit8f6881ac06714ef99cc470a03e7ac0ce1af49a16 (patch)
treefcb5e39f41b8135e4b3a41b6951f21473e10fa5e /libnm-core/tests/test-setting.c
parentee7b95167028fdbb2a4bd32aa686e27817d8dfe0 (diff)
parentb012fa6e1d808e0736c009799c62d835cbfcc1dd (diff)
Merge branch 'upstream/latest' of https://salsa.debian.org/utopia-team/network-manager into upstream/latest
Diffstat (limited to 'libnm-core/tests/test-setting.c')
-rw-r--r--libnm-core/tests/test-setting.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/libnm-core/tests/test-setting.c b/libnm-core/tests/test-setting.c
index 40852277..5b2c7077 100644
--- a/libnm-core/tests/test-setting.c
+++ b/libnm-core/tests/test-setting.c
@@ -586,6 +586,15 @@ test_bond_verify (void)
 	test_verify_options (TRUE,
 	                     "mode", "802.3ad",
 	                     "ad_actor_system", "ae:00:11:33:44:55");
+	test_verify_options (TRUE,
+	                     "mode", "0",
+	                     "miimon", "0",
+	                     "updelay", "0",
+	                     "downdelay", "0");
+	test_verify_options (TRUE,
+	                     "mode", "0",
+	                     "downdelay", "0",
+	                     "updelay", "0");
 }
 
 static void