diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 08:21:31 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 08:21:31 -0400 |
| commit | 3819e4ced77f42a267079aa074041dded1200953 (patch) | |
| tree | 1fa950543e355195db48ba14c91dbf714b874bd9 /tests/topotests/grpc_basic/test_basic_grpc.py | |
| parent | eaf59d27c15986fb6dd699dd63959c3f8d9fe257 (diff) | |
*: Fix spelling of inteface
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/grpc_basic/test_basic_grpc.py')
| -rw-r--r-- | tests/topotests/grpc_basic/test_basic_grpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/grpc_basic/test_basic_grpc.py b/tests/topotests/grpc_basic/test_basic_grpc.py index b6812a5afc..6bd0be9fd9 100644 --- a/tests/topotests/grpc_basic/test_basic_grpc.py +++ b/tests/topotests/grpc_basic/test_basic_grpc.py @@ -122,7 +122,7 @@ def test_get_config(tgen): nrepeat = 5 r1 = tgen.gears["r1"] - step("'GET' inteface config 10 times, once per invocation") + step("'GET' interface config 10 times, once per invocation") for i in range(0, nrepeat): output = run_grpc_client(r1, GRPCP_ZEBRA, "GET,/frr-interface:lib") |
