diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2025-01-16 09:11:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-16 09:11:25 +0200 |
| commit | 4e363bd48d5b8e3e5b25b4eb2662b626e0baa0f7 (patch) | |
| tree | 03c6133881db0b639c3d7b0edca61265ae7fec8c /tests/topotests/grpc_basic/test_basic_grpc.py | |
| parent | 0bc373c573344c8ce847a82615416c6a7178761e (diff) | |
| parent | f71d5281ceddf67cdbbc88d8605bc3e9c24136ef (diff) | |
Merge pull request #17862 from LabNConsulting/chopps/ldp-snmp-fix
ldp snmp/grpc test fix
Diffstat (limited to 'tests/topotests/grpc_basic/test_basic_grpc.py')
| -rw-r--r-- | tests/topotests/grpc_basic/test_basic_grpc.py | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/topotests/grpc_basic/test_basic_grpc.py b/tests/topotests/grpc_basic/test_basic_grpc.py index 5ff2894fd1..e82436c39e 100644 --- a/tests/topotests/grpc_basic/test_basic_grpc.py +++ b/tests/topotests/grpc_basic/test_basic_grpc.py @@ -108,7 +108,7 @@ def test_capabilities(tgen): logging.debug("grpc output: %s", output) modules = sorted(re.findall('name: "([^"]+)"', output)) - expected = ["frr-interface", "frr-routing", "frr-staticd", "frr-vrf"] + expected = ["frr-backend", "frr-interface", "frr-routing", "frr-staticd", "frr-vrf"] assert modules == expected encodings = sorted(re.findall("supported_encodings: (.*)", output)) @@ -145,15 +145,10 @@ def test_get_config(tgen): "ip": "192.168.1.1", "prefix-length": 24 } - ], - "evpn-mh": {}, - "ipv6-router-advertisements": {} + ] } } ] - }, - "frr-zebra:zebra": { - "import-kernel-table": {} } } """ ) |
