File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
modules/hostfrequencyscaling Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,20 @@ var muts = map[string]hfsmut{
156156 timeout : "60s" ,
157157 failTo : hostthpb .HostThermal_CPU_TEMP_NONE .String (),
158158 },
159+ "CPU_TEMP_NONEtoCPU_TEMP_HIGH" : {
160+ f : hostthpb .HostThermal_CPU_TEMP_NONE ,
161+ t : hostthpb .HostThermal_CPU_TEMP_HIGH ,
162+ reqs : reqs ,
163+ timeout : "60s" ,
164+ failTo : hostthpb .HostThermal_CPU_TEMP_NONE .String (),
165+ },
166+ "CPU_TEMP_NONEtoCPU_TEMP_CRITICAL" : {
167+ f : hostthpb .HostThermal_CPU_TEMP_NONE ,
168+ t : hostthpb .HostThermal_CPU_TEMP_CRITICAL ,
169+ reqs : reqs ,
170+ timeout : "60s" ,
171+ failTo : hostthpb .HostThermal_CPU_TEMP_NONE .String (),
172+ },
159173
160174 "CPU_TEMP_HIGHtoCPU_TEMP_NORMAL" : {
161175 f : hostthpb .HostThermal_CPU_TEMP_HIGH ,
You can’t perform that action at this time.
0 commit comments