summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_protocols_ospf.py
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-03-04 18:44:34 +0100
committerGitHub <noreply@github.com>2024-03-04 18:44:34 +0100
commitbd0f7537e74b4fe99796ceb5352ea573fde348da (patch)
tree407660df180049c7a15c814a6de9c11fcb266f08 /smoketest/scripts/cli/test_protocols_ospf.py
parent0eb1b68f9edd701a88f9466b84577806f79fe703 (diff)
parente2afe33855022d165445038b811075bae128c01a (diff)
downloadvyos-1x-bd0f7537e74b4fe99796ceb5352ea573fde348da.tar.gz
vyos-1x-bd0f7537e74b4fe99796ceb5352ea573fde348da.zip
Merge pull request #3083 from vyos/mergify/bp/sagitta/pr-3078
ospfv3: T6087: add support to redistribute IS-IS routes (backport #3078)
Diffstat (limited to 'smoketest/scripts/cli/test_protocols_ospf.py')
-rwxr-xr-xsmoketest/scripts/cli/test_protocols_ospf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/scripts/cli/test_protocols_ospf.py b/smoketest/scripts/cli/test_protocols_ospf.py
index 6bffc7c45..82fb96754 100755
--- a/smoketest/scripts/cli/test_protocols_ospf.py
+++ b/smoketest/scripts/cli/test_protocols_ospf.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
-# Copyright (C) 2021-2023 VyOS maintainers and contributors
+# Copyright (C) 2021-2024 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
@@ -240,7 +240,7 @@ class TestProtocolsOSPF(VyOSUnitTestSHIM.TestCase):
def test_ospf_07_redistribute(self):
metric = '15'
metric_type = '1'
- redistribute = ['bgp', 'connected', 'isis', 'kernel', 'rip', 'static']
+ redistribute = ['babel', 'bgp', 'connected', 'isis', 'kernel', 'rip', 'static']
for protocol in redistribute:
self.cli_set(base_path + ['redistribute', protocol, 'metric', metric])