Skip to content

Commit

Permalink
Add thermal control daemon to monitor FAN and thermal status and run …
Browse files Browse the repository at this point in the history
…thermal policy (sonic-net#49)
  • Loading branch information
Junchao-Mellanox authored Feb 14, 2020
1 parent 0498c69 commit fc455a7
Show file tree
Hide file tree
Showing 9 changed files with 996 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
*/dist/
*/*.tar.gz
*/*.egg-info
*/.cache/
*.pyc
*/__pycache__/
3 changes: 3 additions & 0 deletions sonic-thermalctld/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pytest]
filterwarnings =
ignore::DeprecationWarning
Loading

0 comments on commit fc455a7

Please sign in to comment.