summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_protocols_babel.py
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-02-27 16:06:24 +0100
committerGitHub <noreply@github.com>2025-02-27 16:06:24 +0100
commit8597bed9fec3ed3b610b38a2d1615eacc66185f6 (patch)
tree80c404b4af724772eb28ef5ad3e46c01d847048c /smoketest/scripts/cli/test_protocols_babel.py
parent37ec095d61c6ac9622926f6495ffed5719da7fb2 (diff)
parent46caac506c2843bf1e1eaeb5d4e0eb9928ce876b (diff)
downloadvyos-1x-8597bed9fec3ed3b610b38a2d1615eacc66185f6.tar.gz
vyos-1x-8597bed9fec3ed3b610b38a2d1615eacc66185f6.zip
Merge pull request #4372 from aapostoliuk/T7118-circinus
T7118: Added the ability to redistribute NHRP routes to other protocols
Diffstat (limited to 'smoketest/scripts/cli/test_protocols_babel.py')
-rwxr-xr-xsmoketest/scripts/cli/test_protocols_babel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/scripts/cli/test_protocols_babel.py b/smoketest/scripts/cli/test_protocols_babel.py
index 7ecf54600..3a9ee2d62 100755
--- a/smoketest/scripts/cli/test_protocols_babel.py
+++ b/smoketest/scripts/cli/test_protocols_babel.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
-# Copyright (C) 2024 VyOS maintainers and contributors
+# Copyright (C) 2024-2025 VyOS maintainers and contributors
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 or later as
@@ -72,7 +72,7 @@ class TestProtocolsBABEL(VyOSUnitTestSHIM.TestCase):
self.assertIn(f' babel smoothing-half-life {smoothing_half_life}', frrconfig)
def test_02_redistribute(self):
- ipv4_protos = ['bgp', 'connected', 'isis', 'kernel', 'ospf', 'rip', 'static']
+ ipv4_protos = ['bgp', 'connected', 'isis', 'kernel', 'nhrp', 'ospf', 'rip', 'static']
ipv6_protos = ['bgp', 'connected', 'isis', 'kernel', 'ospfv3', 'ripng', 'static']
self.cli_set(base_path + ['interface', self._interfaces[0], 'enable-timestamps'])