diff options
author | Cheeze_It <none@none.com> | 2022-10-13 20:33:28 -0700 |
---|---|---|
committer | Cheeze_It <none@none.com> | 2022-10-13 20:33:28 -0700 |
commit | 57dd8a257052bbfa76447ddf83ef2f7e5efa2744 (patch) | |
tree | 3acc2a5ed8ff23fb5100277cf4c073ae8a207b3c /smoketest | |
parent | 02f2535dda08c6e19ba2e1fdb750f1e298b45add (diff) | |
download | vyos-1x-57dd8a257052bbfa76447ddf83ef2f7e5efa2744.tar.gz vyos-1x-57dd8a257052bbfa76447ddf83ef2f7e5efa2744.zip |
T4739: ISIS segment routing being refactored
Diffstat (limited to 'smoketest')
-rwxr-xr-x | smoketest/scripts/cli/test_protocols_isis.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/smoketest/scripts/cli/test_protocols_isis.py b/smoketest/scripts/cli/test_protocols_isis.py index c26028253..d11d80a1f 100755 --- a/smoketest/scripts/cli/test_protocols_isis.py +++ b/smoketest/scripts/cli/test_protocols_isis.py @@ -263,10 +263,10 @@ class TestProtocolsISIS(VyOSUnitTestSHIM.TestCase): self.assertIn(f' isis bfd profile {bfd_profile}', tmp) def test_isis_07_segment_routing_configuration(self): - global_block_low = "100" - global_block_high = "199" - local_block_low = "200" - local_block_high = "299" + global_block_low = "300" + global_block_high = "399" + local_block_low = "400" + local_block_high = "499" interface = 'lo' maximum_stack_size = '5' prefix_one = '192.168.0.1/32' |