diff options
Diffstat (limited to 'tests')
| -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": {}    }  } """      )  | 
