-
Notifications
You must be signed in to change notification settings - Fork 93
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
Question about "Test Watchdog Reset Via IPMI And Verify Using REST" in test general ipmi #2226
Comments
For 1) Check https://github.com/openbmc/openbmc-test-automation/blob/master/lib/utils.robot#L1097 you can do something like that to set the attribute
|
Thanks for your comment. I have one more question. |
As far I remember when we started.. we always wanted it to be off by default. That power policy is ONLY driven by the AC cycle when applied to the system and doesn't come in any other use cases. Historically, we just wanted to set it to off which is by default anyway. |
About power policy, Where can I find the spec or description about power policy setting? I have another question about boot_progress in state management. |
and as for OSStart this are older REST legacy state.. we still need to go clean up upcoming . |
Hi developers,
In this test item, I have two questions.
As the above, I updated the image and test watch reset.
But the system returned the result "Reset Watchdog Timer command failed: Attempt to reset uninitialized watchdog"
The user had to set /xyz/openbmc_project/watchdog/host0/attr/Initialized be true then reset watchdog worked.
In the robot framework:
These was no command to set Initialized be true.
How do I add the command which set initialized true?
Watchdog default interval value is 3600000.
I think that it's hard that watchdog_time_left to be less 1200 seconds after the interval reset and waited 1 second.
Should I modify the default interval as 1200000? Or I modify the comparison value be 3599000?
The text was updated successfully, but these errors were encountered: