-
proto files have a choice-like statement called `oneof`
`oneof` means that the filed can take one of the following values, consider this example:
```
message QualificationConfiguration {
oneof…
-
Learning the ropes here and I am not a developer but interested in setting up a local environment to learn. I have a Centos7 environment and I downloaded gnmic. I have read through parts of the docu…
-
Hi,
This is purely speculative by looking at the doc and the code (as https://github.com/akarneliuk/pygnmi/issues/94#issuecomment-1351279738 is preventing me from testing pygnmi more extensively).
…
-
As per https://github.com/openconfig/gnoi/tree/main/healthz
>Use of gNMI paths:
Where a gNMI path (gnoi.types.Path) is used in Healthz, the path specified should be the complete path to a specific c…
-
#1755 saw a bug where 'go test' CI check reported a failure. A followup rerun passed. Need to investigate how/why this check is flaky.
Log of failure:
```
Run go test -v -coverprofile=profile…
-
-
**Describe the bug**
After the [rebootDUT function](https://github.com/openconfig/featureprofiles/blob/main/feature/gnoi/os/tests/osinstall/osinstall_test.go#L95), there should be some mechanism to w…
-
I was wondering if this is expected behavior:
in `feature/gnoi/tests/ping_test/ping_test.go` the following testcase sends ping request with size=0 but seems to expect a reply of 64
Sorry having mult…
-
If some software follows gNMI/gNOI spec to implement certain services ( eg: certificate management ), it would not be needed to add username based authentication to this service as authentication woul…
-
Hi,
https://github.com/openconfig/featureprofiles/blob/main/feature/gnoi/tests/ping_test/ping_test.go#L99
lo0 := dut.Telemetry().Interface("Loopback0").Subinterface(0)
Was trying this script a…