[thermalctld] Disable thermalctld on Mellanox simx platforms (#6855)

Signed-off-by: liora <liora@nvidia.com>

Co-authored-by: liora <liora@nvidia.com>
This commit is contained in:
Lior Avramov 2021-03-03 21:33:27 +02:00 committed by GitHub
parent 705b0c4daa
commit c7b9aa7fb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,6 @@
{
"skip_ledd": true,
"skip_xcvrd": true,
"skip_psud": true
"skip_psud": true,
"skip_thermalctld": true
}

View File

@ -1,5 +1,6 @@
{
"skip_ledd": true,
"skip_xcvrd": true,
"skip_psud": true
"skip_psud": true,
"skip_thermalctld": true
}

View File

@ -1,5 +1,6 @@
{
"skip_ledd": true,
"skip_xcvrd": true,
"skip_psud": true
"skip_psud": true,
"skip_thermalctld": true
}