-
Notifications
You must be signed in to change notification settings - Fork 662
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
Add support for snat, dnat and ipmc crm resources #1258
Conversation
please add unit tests accordingly. |
Signed-off-by: Prabhu Sreenivasan <[email protected]> Signed-off-by: Prabhu Sreenivasan <prabhu.sreenivasan@broadcom>
3b44b87
to
fca8737
Compare
I have updated the PR with sonic-utilities test cases for the newly added resources. |
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.
i am wondering if there is no data in the db, what is the output, will the command throw exception?
When no data on CONFIG_DB, crm show threshold CLI command will not have these resources listed.
No exception will be observed on both cases.
|
retest this please |
All, @arlakshm - this has been quiet for 6 days - can we get some review input so we can move forwards please? The clock is ticking ... |
@ben-gale - fyi on a test failure which might be related to this PR - https://github.com/Azure/sonic-buildimage/issues/6302 |
What I did Added support for snat, dnat and ipmc resources under CRM module. Why I did it New feature NAT adds new resources snat_enty and dnat_entry that needs to be monitored. ipmc_entry tracks IP multicast resources used by switch. Associated PRs sonic-net/sonic-utilities/pull/1258 sonic-net/sonic-buildimage#6012 Signed-off-by: Prabhu Sreenivasan <[email protected]>
Signed-off-by: Prabhu Sreenivasan [email protected] - What I did Added support for snat, dnat and ipmc resources under CRM module. - How I did it New feature NAT adds new resources snat_enty and dnat_entry that needs to be monitored. ipmc_entry tracks IP multicast resources used by switch. - How to verify it sonic-utilities tests and crm spytest
Signed-off-by: Prabhu Sreenivasan [email protected]
- What I did
Added support for snat, dnat and ipmc resources under CRM module.
- How I did it
New feature NAT adds new resources snat_enty and dnat_entry that needs to be monitored. ipmc_entry tracks IP multicast resources used by switch.
- How to verify it
sonic-utilities tests and crm spytest
- Associated PRs
sonic-net/sonic-swss#1511
sonic-net/sonic-buildimage#6012
- Previous command output (if the output of a command-line utility has changed)
- New command output (if the output of a command-line utility has changed)