-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[platform-celestica]: Add new fancontrol service for haliburton device #2736
Conversation
Can you please post the results and as well the command to run the tests? |
For fan speed control validation test, thermal test ambient range from 20C–45C–20C to complete 1 cycle, 5C each step, waiting the temperature reach stable state and change to next step, record all fan speed data from Result: Fan speed curve based on FSC algorithm (F2B) Result: Fan speed curve based on FSC algorithm (B2F) Conclution: The actual fan speed curve match fan speed control algorithm setting and all components temperature is under the required operating conditions. |
Is there a automated way to test this script ? Reason: We would like to test this locally, when we get the updated image |
@renukamanavalan , In this version we didn't prepare the way for automate test, |
…lly (#14942) src/sonic-swss * f977724 - (HEAD -> 202205, origin/202205) [bugfix] vnet ping missing with secondary endpoints empty in priority routes. (#2736) (2 hours ago) [siqbal1986] * a723a99 - Fix orchagent missing request when logrotate happens. (#2712) (2 hours ago) [mint570] * 24db6da - Handle duplicate routes in a graceful manner (#2688) (2 hours ago) [prabhataravind]
… routes. (sonic-net#2736) Adding a priority vnet route without secondary endpoints with custom monitoring does not result in vnet ping session creation. This change fixes that and adds a test. Signed-off-by: siqbal1486 <[email protected]>
- What I did
- How I did it
- How to verify it
Signed-off-by: Wirut Getbamrung [email protected]