Skip to content

Commit 4bec109

Browse files
author
Ghazanfar Ali
committed
getting back NONE mutation
1 parent 51a90af commit 4bec109

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

modules/hostfrequencyscaling/hostfrequencyscaling.go

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)