diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-03-22 15:37:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-22 15:37:55 +0200 |
| commit | 11fad42e6f6021641330337f6a5bd477c1dccd6d (patch) | |
| tree | 7a53c684508313e8019ea187ca10eac937f2e8d5 /tests/topotests/grpc_basic/test_basic_grpc.py | |
| parent | 2cf90b1dd25b73b0f9f320e2b9304ca18de0f1a6 (diff) | |
| parent | c371aef0f92cbcce8140c140bc955de39441b427 (diff) | |
Merge pull request #15596 from FRRouting/mergify/bp/dev/10.0/pr-15587
grpc: fix grpc for various failures (backport #15587)
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 bb57705a70..1ded663179 100644 --- a/tests/topotests/grpc_basic/test_basic_grpc.py +++ b/tests/topotests/grpc_basic/test_basic_grpc.py @@ -142,7 +142,7 @@ def test_shutdown_checks(tgen): time.sleep(1) try: for r in tgen.routers().values(): - r.net.stopRouter() + r.net.stopRouter(False) r.net.checkRouterCores() finally: if p: |
