[platform] Fixed return code processing in set_low_power_mode() for BFN platform (#3610)
Signed-off-by: Andriy Kokhan <akokhan@barefootnetworks.com>
This commit is contained in:
parent
aea09ba1da
commit
17c21acacf
@ -135,7 +135,7 @@ class SfpUtil(SfpUtilBase):
|
||||
self.thrift_setup()
|
||||
status = pltfm_mgr.pltfm_mgr_qsfp_lpmode_set(port_num, lpmode)
|
||||
self.thrift_teardown()
|
||||
return status
|
||||
return (status == 0)
|
||||
|
||||
def reset(self, port_num):
|
||||
# Check for invalid port_num
|
||||
|
Reference in New Issue
Block a user