| commit | affc447e3403e6bed0d0fa032f87339f1a121231 | [log] [tgz] |
|---|---|---|
| author | Eric Ball <eball@linuxfoundation.org> | Mon Jul 13 20:19:55 2026 -0700 |
| committer | Eric Ball <eball@linuxfoundation.org> | Mon Jul 13 20:19:55 2026 -0700 |
| tree | f147cb18035f93f6516f409f366c91bd77b6af7c | |
| parent | 4c6a7aaf2f19e5365c0873e08cd49d73ec243ba9 [diff] |
CI: Fix unit test targets This error was introduced due to a change from the default unit test targets for Jenkins jobs (just "test") to Github actions (test, sca, lint). This addition will fix the issue where unit tests fail due to missing make targets. Signed-off-by: Eric Ball <eball@linuxfoundation.org> Change-Id: I43450a5d870858c6a0e249e3f173cc5d9f64501a
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