tree: 3adaba6c57bbbcd51575b443563671d60522c86e [path history] [tgz]
  1. .gitignore
  2. LICENSE
  3. MAKEDOC
  4. MANIFEST.in
  5. README.md
  6. RUNTESTS
  7. VERSION
  8. grpc_robot/
  9. setup.py
  10. tests/
libraries/grpc-robot/README.md

Robot gRPC package

This package allows sending/receiving messages in a gRPC event stream.

Supported devices

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 devicePip packagePip package versionLibrary Name
dmidevice-management-interface0.9.1grpc_robot.Dmi
0.9.2grpc_robot.Dmi
0.9.3grpc_robot.Dmi
0.9.4grpc_robot.Dmi
0.9.5grpc_robot.Dmi

Tools

The package also offers some keywords for convenience to work with Robot Framework.

List of keywords:

The list of keywords may be extended by request.

Installation

pip install robot-grpc

How to use robot-grpc in Robot Framework

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