commit | 8147751ffad913bdd96ca7e32362b142202838bf | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Mon Feb 07 13:05:57 2022 +0000 |
committer | Andrea Campanella <andrea@opennetworking.org> | Mon Feb 07 13:26:13 2022 +0000 |
tree | 4fb2e7dad324808ec3ee0d58b7e909bdcc341679 | |
parent | 0efdc87bbf071f2c100bc344847b7cf9abfef3a0 [diff] |
[VOL-4607] Updated to include device-management-interface version 1.2.1 Change-Id: I258791fc0438f5839b2980f3b73ad83cf389583c
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 | ||
1.2.1 | 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