Skip to content
Snippets Groups Projects
Commit aae0d1ce authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

it's opah

parent 54fc47e1
No related branches found
No related tags found
No related merge requests found
Pipeline #109220 passed
Pipeline: sid

#109221

    ......@@ -21,3 +21,4 @@ sid/_version.py
    .vscode
    .idea
    sid/interface/*
    ......@@ -2,4 +2,4 @@
    This Repo contains the Following Proto defintions:
    * hosted by the TANGO-GRPC (StationName:50032)
    \ No newline at end of file
    * hosted by the TANGO-opah-GRPC (StationName:50032)
    \ No newline at end of file
    File moved
    File moved
    File moved
    File moved
    ......@@ -6,7 +6,7 @@ from unittest import TestCase
    from sid.contract import about
    from sid.interface.tango.antennafield_pb2 import Antenna_Status
    from sid.interface.opah.antennafield_pb2 import Antenna_Status
    class SidModule(TestCase):
    ......
    ......@@ -17,7 +17,7 @@ deps =
    commands_pre =
    {envpython} --version
    {envpython} -m grpc_tools.protoc -Isid/interface=proto --python_out=. --pyi_out=. --grpc_python_out=. proto/tango/observation.proto proto/tango/antennafield.proto proto/tango/grafana-apiv3.proto proto/tango/statistics.proto
    {envpython} -m grpc_tools.protoc -Isid/interface=proto --python_out=. --pyi_out=. --grpc_python_out=. proto/opah/observation.proto proto/opah/antennafield.proto proto/opah/grafana-apiv3.proto proto/opah/statistics.proto
    commands =
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment