diff options
author | sever-sever <v.gletenko@vyos.io> | 2021-02-24 13:27:05 +0000 |
---|---|---|
committer | sever-sever <v.gletenko@vyos.io> | 2021-02-24 13:27:05 +0000 |
commit | d1ec9d0ff5319fc491e1d60f455e2293ddfdefc2 (patch) | |
tree | 626fb9e5c28b22b0c57d2a40e1e61ac691ca8cbc /smoketest/scripts/cli/test_protocols_bgp.py | |
parent | 81aba9ff0dc8e74178802ab6e5073a9284726669 (diff) | |
download | vyos-1x-d1ec9d0ff5319fc491e1d60f455e2293ddfdefc2.tar.gz vyos-1x-d1ec9d0ff5319fc491e1d60f455e2293ddfdefc2.zip |
smoketest: T3211: Extend smoketest for redistribute isis
Diffstat (limited to 'smoketest/scripts/cli/test_protocols_bgp.py')
-rwxr-xr-x | smoketest/scripts/cli/test_protocols_bgp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_protocols_bgp.py b/smoketest/scripts/cli/test_protocols_bgp.py index 1d93aeda4..62ef40282 100755 --- a/smoketest/scripts/cli/test_protocols_bgp.py +++ b/smoketest/scripts/cli/test_protocols_bgp.py @@ -260,7 +260,7 @@ class TestProtocolsBGP(unittest.TestCase): } # We want to redistribute ... - redistributes = ['connected', 'kernel', 'ospf', 'rip', 'static'] + redistributes = ['connected', 'isis', 'kernel', 'ospf', 'rip', 'static'] for redistribute in redistributes: self.session.set(base_path + ['address-family', 'ipv4-unicast', 'redistribute', redistribute]) |