diff options
| author | Christian Hopps <chopps@gmail.com> | 2023-03-24 13:06:38 +0000 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2023-04-15 13:29:38 -0400 |
| commit | 60e037780e8fb76a95028f2f1e3c56f83b6cc74e (patch) | |
| tree | 4420b3165b38afa6b9eeb1d67e397989ff15b11a /tests/topotests/lib/grpc-query.py | |
| parent | 352ddc72b76a04f0f6499056c04787ec8405c4d2 (diff) | |
tests: switch to munet
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/lib/grpc-query.py')
| -rwxr-xr-x | tests/topotests/lib/grpc-query.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/topotests/lib/grpc-query.py b/tests/topotests/lib/grpc-query.py index 6457bbefdd..5dd12d581e 100755 --- a/tests/topotests/lib/grpc-query.py +++ b/tests/topotests/lib/grpc-query.py @@ -21,7 +21,8 @@ try: import grpc import grpc_tools - from micronet import commander + sys.path.append(os.path.dirname(CWD)) + from munet.base import commander commander.cmd_raises(f"cp {CWD}/../../../grpc/frr-northbound.proto .") commander.cmd_raises( |
