From 8f8976d3c55eccfc68efd019bac88664f9792f80 Mon Sep 17 00:00:00 2001 From: fett0 Date: Thu, 19 Jan 2023 19:22:57 +0000 Subject: T4939: VRRP startup delay for bonding fix --- smoketest/scripts/cli/test_ha_vrrp.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'smoketest/scripts/cli') diff --git a/smoketest/scripts/cli/test_ha_vrrp.py b/smoketest/scripts/cli/test_ha_vrrp.py index fba1f4687..f18a4ab86 100755 --- a/smoketest/scripts/cli/test_ha_vrrp.py +++ b/smoketest/scripts/cli/test_ha_vrrp.py @@ -137,6 +137,9 @@ class TestVRRP(VyOSUnitTestSHIM.TestCase): # Authentication self.assertIn(f'auth_pass "{group}"', config) self.assertIn(f'auth_type PASS', config) + # Global parameters + config = getConfig(f'global_defs') + self.assertIn(f'vrrp_startup_delay {startup_delay}', config) def test_03_sync_group(self): sync_group = 'VyOS' -- cgit v1.2.3