Skip to content

Commit fc455a7

Browse files
Add thermal control daemon to monitor FAN and thermal status and run thermal policy (sonic-net#49)
1 parent 0498c69 commit fc455a7

File tree

9 files changed

+996
-0
lines changed

9 files changed

+996
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
*/dist/
33
*/*.tar.gz
44
*/*.egg-info
5+
*/.cache/
6+
*.pyc
7+
*/__pycache__/

sonic-thermalctld/pytest.ini

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[pytest]
2+
filterwarnings =
3+
ignore::DeprecationWarning

0 commit comments

Comments
 (0)