diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-01-21 20:45:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-21 20:45:55 +0100 |
| commit | 774de4b11330e7d3d30ddf6af0ad75e8be0f7bb3 (patch) | |
| tree | 92725d5ed66c015476ca0ee348d3f71dab82b512 /smoketest/scripts/cli/test_vrf.py | |
| parent | 0868f3dc7246ea44a1765cee04649cd08c188982 (diff) | |
| parent | 2471f686979fd83bd015f124b6faa66f27b8c9ba (diff) | |
| download | vyos-1x-774de4b11330e7d3d30ddf6af0ad75e8be0f7bb3.tar.gz vyos-1x-774de4b11330e7d3d30ddf6af0ad75e8be0f7bb3.zip | |
Merge pull request #4921 from hedrok/T7664-update-smoketest-script
T7664: support FRR 10.5
Diffstat (limited to 'smoketest/scripts/cli/test_vrf.py')
| -rwxr-xr-x | smoketest/scripts/cli/test_vrf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/scripts/cli/test_vrf.py b/smoketest/scripts/cli/test_vrf.py index 9349f43c6..2b364dea3 100755 --- a/smoketest/scripts/cli/test_vrf.py +++ b/smoketest/scripts/cli/test_vrf.py @@ -40,8 +40,8 @@ from vyos.xml_ref import default_value base_path = ['vrf'] vrfs = ['red', 'green', 'blue', 'foo-bar', 'baz_foo'] -v4_protocols = ['any', 'babel', 'bgp', 'connected', 'eigrp', 'isis', 'kernel', 'ospf', 'rip', 'static', 'table'] -v6_protocols = ['any', 'babel', 'bgp', 'connected', 'isis', 'kernel', 'ospfv3', 'ripng', 'static', 'table'] +v4_protocols = ['any', 'babel', 'bgp', 'eigrp', 'isis', 'ospf', 'rip', 'static'] +v6_protocols = ['any', 'babel', 'bgp', 'isis', 'ospfv3', 'ripng', 'static'] class VRFTest(VyOSUnitTestSHIM.TestCase): _interfaces = [] |
