diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-08-22 09:41:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-22 09:41:34 +0200 |
| commit | 18e2d0d1a9eeeab37342b188264ef266b000c647 (patch) | |
| tree | 4da1ba82a5abe6d7a1b1479ddb25765ec2a1de6f /tests/topotests/lib/grpc-query.py | |
| parent | 0db604568c0cf8f5053d61da8204d3617b78da29 (diff) | |
| parent | 436e4d97553d351e97e03b61f89a019e36e67694 (diff) | |
Merge pull request #16621 from LabNConsulting/fix-grpc-client
tests: dont print sys.path when running grpc-query.py
Diffstat (limited to 'tests/topotests/lib/grpc-query.py')
| -rwxr-xr-x | tests/topotests/lib/grpc-query.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/topotests/lib/grpc-query.py b/tests/topotests/lib/grpc-query.py index 13b63614c7..cc7b1ad207 100755 --- a/tests/topotests/lib/grpc-query.py +++ b/tests/topotests/lib/grpc-query.py @@ -40,7 +40,6 @@ try: try: sys.path[0:0] = [tmpdir] - print(sys.path) import frr_northbound_pb2 import frr_northbound_pb2_grpc |
