-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set GnmiControllerImpl property when loading the pipeconf #496
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fyi - https://gerrit.onosproject.org/c/onos/+/25319. The property is now in GnmiControllerImpl
sdn@root > cfg get org.onosproject.gnmi.ctl.GnmiControllerImpl
org.onosproject.gnmi.ctl.GnmiControllerImpl
name=readPortId, type=boolean, value=true, defaultValue=false, description=Configure read port-id for gnmi drivers; default is false.
Got it, will change this |
deaf17c
to
e483eda
Compare
retest this please |
Codecov Report
@@ Coverage Diff @@
## main #496 +/- ##
============================================
- Coverage 69.85% 69.84% -0.02%
Complexity 727 727
============================================
Files 63 63
Lines 4754 4755 +1
Branches 527 527
============================================
Hits 3321 3321
- Misses 1158 1159 +1
Partials 275 275
Continue to review full report at Codecov.
|
The property
readPortId
is pipeline/pipeconf specific.We can set it when loading the fabric-tna pipeconf.