openconfig / ygnmi

A Go gNMI client library based on ygot-generated code
Apache License 2.0
12 stars 4 forks source link

Ensure ygnmi uses fake agent correctly. #116

Closed robshakir closed 1 year ago

robshakir commented 1 year ago
 * (M) internal/testutil/gnmi.go
  - Today `DisableEof` has no impact on the fake agent, fixing this
    upstream. ygnmi tests rely on the Subscribe RPC being closed, so
    fixing the argument here.