Skip to content

Commit 92b6736

Browse files
authored
Updated test cases for coverage
1 parent 2b7a35b commit 92b6736

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sonic-xcvrd/tests/test_xcvrd.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2500,7 +2500,9 @@ def test_DaemonXcvrd_init_deinit_cold(self):
25002500
(1, 193100, 75, True),
25012501
(1, 193100, 100, False),
25022502
(1, 193125, 75, False),
2503-
(1, 193100, 25, True)
2503+
(1, 193100, 25, False),
2504+
(1, 191295, 75, False),
2505+
(1, 196105, 75, False)
25042506
])
25052507
def test_CmisManagerTask_config_laser_frequency_validate(self, lport, freq, grid, expected):
25062508
mock_xcvr_api = MagicMock()

0 commit comments

Comments
 (0)