commit | 0efdc87bbf071f2c100bc344847b7cf9abfef3a0 | [log] [tgz] |
---|---|---|
author | Martin Cosyns <martin.cosyns@adtran.com> | Mon Sep 27 16:24:30 2021 +0000 |
committer | Martin Cosyns <martin.cosyns@adtran.com> | Tue Oct 05 14:38:47 2021 +0200 |
tree | 58cbbd2bb044da6e3f027c6e0cc6f57190af899e | |
parent | 7df38347856dcc814211371e98c157f8ed204311 [diff] |
move the library to ONF Change-Id: I383437e2934ce04cc1a7dc332134f7308991776f
This package allows sending/receiving messages in a gRPC event stream.
This gRPC ROBOT library is intended to supported different Protocol Buffer definitions. Precondition is that python files generated from Protocol Buffer files are available in a pip package which must be installed before the library is used.
Supported device | Pip package | Pip package version | Library Name |
---|---|---|---|
dmi | device-management-interface | 0.9.1 | grpc_robot.Dmi |
0.9.2 | grpc_robot.Dmi | ||
0.9.3 | grpc_robot.Dmi | ||
0.9.4 | grpc_robot.Dmi | ||
0.9.5 | grpc_robot.Dmi | ||
0.9.6 | grpc_robot.Dmi | ||
0.9.8 | grpc_robot.Dmi | ||
0.9.9 | grpc_robot.Dmi | ||
0.10.1 | grpc_robot.Dmi | ||
0.10.2 | grpc_robot.Dmi | ||
0.12.0 | grpc_robot.Dmi | ||
1.0.0 | grpc_robot.Dmi | ||
voltha | voltha-protos | 4.0.13 | grpc_robot.Voltha |
The package also offers some keywords for convenience to work with Robot Framework.
List of keywords:
The list of keywords may can be extended by request if required.
pip install robot-grpc
The library has a named parameter version to indicate the ProtoBuf file set to be used.
Import Library grpc_robot.Dmi Import Library grpc_robot.Collections Import Library grpc_robot.DmiTools Import Library grpc_robot.VolthaTools