]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: dont print sys.path when running grpc-query.py
authorChristian Hopps <chopps@labn.net>
Thu, 22 Aug 2024 02:03:48 +0000 (22:03 -0400)
committerChristian Hopps <chopps@labn.net>
Thu, 22 Aug 2024 02:07:25 +0000 (22:07 -0400)
Don't print the sys.path when running grpc-query.py. Doing so
was causing tests to fail.

Signed-off-by: Christian Hopps <chopps@labn.net>
tests/topotests/lib/grpc-query.py

index 13b63614c77a4774be9fd0abab59baee0eb68124..cc7b1ad207a710cb52c4cd0dc9724e04ccabbb18 100755 (executable)
@@ -40,7 +40,6 @@ try:
 
     try:
         sys.path[0:0] = [tmpdir]
-        print(sys.path)
         import frr_northbound_pb2
         import frr_northbound_pb2_grpc