Skip to content

Commit

Permalink
Update test_cmis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnoopKamath committed Jul 28, 2023
1 parent 6db613c commit 4589203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sonic_xcvr/test_cmis.py
Original file line number Diff line number Diff line change
Expand Up @@ -2255,7 +2255,7 @@ def test_set_module_si_eq_recall_settings(self):
mock_resp = [optics_si_eq_recall_dict, 0xff, 0xff]
self.api.xcvr_eeprom.read.side_effect = mock_resp
self.api.stage_custom_si_settings(0x0f, optics_si_dict)
assert self.api.xcvr_eeprom.write.call_count == 4
assert self.api.xcvr_eeprom.write.call_count == 1

def test_set_module_si_eq_post_settings(self):
optics_si_eq_pre_dict = { "OutputEqPostCursorTargetRx":{
Expand Down

0 comments on commit 4589203

Please sign in to comment.