summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-03-03 21:31:08 +0100
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-03-04 14:05:42 +0000
commit67573f503722e59e0aae1962f0c5551465d422a0 (patch)
tree316eda2696cb0dd1791cdc138f9c14d6a6c9b424 /smoketest
parenta841bb46cb651a04f45f0ad078c65f9d7df7f10a (diff)
downloadvyos-1x-67573f503722e59e0aae1962f0c5551465d422a0.tar.gz
vyos-1x-67573f503722e59e0aae1962f0c5551465d422a0.zip
smoketest: T4977: ospf: include babel in redistribution tests
(cherry picked from commit 256e939b2cd308e1e8be9dd72ccec6e87d58504b)
Diffstat (limited to 'smoketest')
-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])