Skip to content

Commit 8ccad0c

Browse files
Junchao-Mellanoxabdosi
authored andcommitted
Add thermal control daemon to monitor FAN and thermal status and run thermal policy (#49)
1 parent 2e8bd64 commit 8ccad0c

File tree

9 files changed

+996
-0
lines changed

9 files changed

+996
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
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

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

0 commit comments

Comments
 (0)