Skip to content

Missing SystemGrpc_GRPC_SERVICE_GNOI Enum Constant in /gnmi/oc/enum.go #129

@khrasool

Description

@khrasool

could you please add support for oc.SystemGrpc_GRPC_SERVICE_GNOI in https://github.com/openconfig/ondatra/blob/main/gnmi/oc/enum.go#L10416

example:
Services: []oc.E_SystemGrpc_GRPC_SERVICE{
oc.SystemGrpc_GRPC_SERVICE_GNMI,
oc.SystemGrpc_GRPC_SERVICE_GNOI, // <-- undefined error here
},

I verified the enum definitions in the enum.go file, and the GNOI constant is not defined.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions