Skip to main content

Package for sending/recieving messages to/from a gRPC server.

Project description

Robot gRPC package

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

Supported devices

This gRPC ROBOT library is intended to support 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
1.4.0 grpc_robot.Dmi
1.13.0 grpc_robot.Dmi
1.13.1 grpc_robot.Dmi
1.16.0 grpc_robot.Dmi
voltha voltha-protos 4.0.13 grpc_robot.Voltha
4.2.0 grpc_robot.Voltha

Tools

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.

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.Voltha
Import Library    grpc_robot.Collections
Import Library    grpc_robot.DmiTools
Import Library    grpc_robot.VolthaTools

How to update the grpc-robot to support newer DMI versions (e.g. 1.4.0)

  1. Create a new version folder “dmi_1_4_0” in “/grpc-robot/grpc_robot/services/dmi”
  2. Place an init.py and a dmi.json file in this folder:
    • In most cases the init.py file can be copied from the last dmi version's folder and updated to the dmi version from which the new version shall derive.
    • The dmi.json file must be created. Please check chapter "How to create the dmi.json file"
  3. If the new DMI version introduces new RPCs or the types of the parameter and/or the return have been changed for some RPC the according keyword files from the last DMI version must be edited and placed into the new folder. It is not neccessary to update the keyword files if the content of the RPC have changed. For each RPC which shall be supported by the grpc-robot a keyword must be defined in the files.
  4. Update the README.md file with the new version.
  5. Update the documentation string of class GrpcDmiRobot in file "/grpc-robot/grpc_robot/dmi_robot.py" and/or "/grpc-robot/grpc_robot/voltha_robot.py".
  6. Update the tests if required.
  7. Update the VERSION file for the library version.
  8. Create the new package and upload it to pypi.org
    • cd /robot-grpc
    • rm dist/*; python3 setup.py sdist bdist_wheel
    • PYTHONPATH=/robot-grpc source MAKEDOC
    • rm dist/*; python3 setup.py sdist bdist_wheel
    • pip uninstall -y grpc-robot; pip install dist/*.tar.gz
    • twine upload dist/*

How to create the dmi.json file

The json file is the conversion of the ProtoBuf files content into json format which is used by the library.

  1. Clone or update the repository https://github.com/opencord/device-management-interface.git. Make sure the VERSION file shows the desired DMI version. If not checkout the version of interest.

  2. In the command line interface run the command:

    • grpc_robot.protop -i -o dmi

    e.g. grpc_robot.protop -i ~/repositories/device-management-interface/protos/dmi -o /robot-grpc/grpc_robot/services/ dmi 1.4.0

NOTE: If an error "parsy.ParseError: expected one of ..." occurs: most-likely it is a block-comment (/* ... */) in the *.proto file. Simply remove that block-comment and retry.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grpc_robot-2.11.0.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

grpc_robot-2.11.0-py3-none-any.whl (144.4 kB view details)

Uploaded Python 3

File details

Details for the file grpc_robot-2.11.0.tar.gz.

File metadata

  • Download URL: grpc_robot-2.11.0.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/53.0.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for grpc_robot-2.11.0.tar.gz
Algorithm Hash digest
SHA256 348d027ad5b4ca38af81136f160a1d990dcd7448c82df045ebc21cbc042ff03b
MD5 4a43748386ad451aee8860a8e8cd7b0b
BLAKE2b-256 6c29000aecaf437c75303f3df1babf248cd427e975be8498a9279a74f6a33c85

See more details on using hashes here.

File details

Details for the file grpc_robot-2.11.0-py3-none-any.whl.

File metadata

  • Download URL: grpc_robot-2.11.0-py3-none-any.whl
  • Upload date:
  • Size: 144.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/53.0.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for grpc_robot-2.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5684d6a33cf33f2ba2363df6d49dcec80d5c712792a251cc294a301f41177ecd
MD5 a0c0c0b3739181b476ca34a7c5f2d659
BLAKE2b-256 15d08e39ada1c978f8817e4a46c3fbac412ed78b1adb1661b5cb31a6868a5a36

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page