[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:
Andriy Kokhan 2019-10-15 21:32:02 +03:00 committed by Joe LeVeque
parent aea09ba1da
commit 17c21acacf

View File

@ -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