diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-03-22 09:20:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-22 09:20:20 +0200 |
| commit | 7ad84a469844f02340f632472bd5346f88f82b0e (patch) | |
| tree | b22053d1af44b3d40380def5cc92c4b788e3b44d /tests/topotests/grpc_basic/test_basic_grpc.py | |
| parent | 08c56b40b606b33cf5854a1b1b086d9f48e5e582 (diff) | |
| parent | 043a4183c2f10e6117695dec7a0373c1b0a63808 (diff) | |
Merge pull request #15587 from LabNConsulting/chopps/fix-grpc-protobuf
grpc: fix grpc for various failures
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: |
