-
Notifications
You must be signed in to change notification settings - Fork 1
Add Cisco IOS-XR Provider and implement interface stubs #85
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
base: main
Are you sure you want to change the base?
Conversation
120c4a7 to
ff39cee
Compare
|
Waiting for #30 to be merged. |
ff39cee to
b1a8ff0
Compare
32662d3 to
35d7a78
Compare
0895369 to
9c61755
Compare
f73aed6 to
5b12300
Compare
5b12300 to
3969b89
Compare
felix-kaestner
left a comment
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.
Looks good! 🚀 Feel free to rebase/squash/merge.
3969b89 to
88c1781
Compare
Some network devices do not have TLS configured on their side, requiring the use of insecure credentials. To support these cases, this change disables transport security enforcement when insecure credentials are used. Note: This option is intended for development and testing purposes only.
Refactor the Provider to depend on a Client interface instead of a concrete implementation. This simplifies testing and mocking by allowing the Client itself to be mocked, rather than individual gRPC calls.
dc8ad22 to
2dc664e
Compare
2dc664e to
09efcb5
Compare
2e3c951 to
a9247ea
Compare
a9247ea to
04d7cee
Compare
Merging this branch will increase overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
No description provided.