We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c563af commit 45012bbCopy full SHA for 45012bb
platform/pddf/platform-api-pddf-base/sonic_platform_pddf_base/pddf_fan.py
@@ -224,7 +224,7 @@ def get_target_speed(self):
224
target_speed = 0
225
if self.is_psu_fan:
226
# Target speed not usually supported for PSU fans
227
- target_speed = 0
+ raise NotImplementedError
228
else:
229
idx = (self.fantray_index-1)*self.platform['num_fans_pertray'] + self.fan_index
230
attr = "fan" + str(idx) + "_pwm"
0 commit comments