-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Minor fixes for reboot HLD #1847
base: master
Are you sure you want to change the base?
Conversation
vvolam
commented
Nov 7, 2024
- Add more details for MODULE_REBOOT_SMARTSWITCH reboot type
- Update DPU and Switch reboot sequence with PCI detach/reattach() vendor APIs
- Remove module name from module APIs
- Remove the tests which were missed removing from first HLD PR.
/azp run |
No pipelines are associated with this pull request. |
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 to me.
@vvolam consider a case where NPU was rebooted do we have check in place to detect whether NPU actually rebooted once the NPU comes up? |
@prgeor Once the system issues the reboot command, it is exiting the context based on my understanding. We can only check the switch state in our test scripts. Please correct me, if I missing any thing here? |
@vvolam you don't need current context to check but there are different ways in which you can do.
I think we can probably keep this for future |
|
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.
@vvolam in the Test Plan section there is this rendered text with ### is that intentional?
###Graceful boot/reboot###
It was a syntax error. Fixed it. Thank you! |