Skip to content

Commit 8ce4e83

Browse files
authored
Merge pull request sonic-net#76 from r12f/code-sync-202412
Code sync sonic-net/sonic-platform-common:202411 => 202412 ``` * d151d69 (HEAD -> code-sync-202412, origin/code-sync-202412) r12f 250417:0530 - Merge remote-tracking branch 'base/202411' into code-sync-202412 |\ | * f679a67 (base/202411) mssonicbld 250304:0402 - Restore optoe page to default 0 for active cables (sonic-net#550) | * c735073 Aryeh Feigin 250212:1628 - [202411][cmis] Fix cmis.get_error_description speed for passive module (sonic-net#538) | * b7e75d8 mssonicbld 250207:0102 - Add 800G innolight PNs (sonic-net#540) ```
2 parents 42d0124 + d151d69 commit 8ce4e83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/sonic_xcvr/test_cmis.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3010,7 +3010,7 @@ def test_set_application(self):
30103010
'ConfigStatusLane5': 'ConfigSuccess',
30113011
'ConfigStatusLane6': 'ConfigSuccess',
30123012
'ConfigStatusLane7': 'ConfigSuccess',
3013-
'ConfigStatusLane8': 'ConfigSuccess'
3013+
'ConfigStatusLane8': 'ConfigSuccess'
30143014
} )
30153015
])
30163016
def test_decommission_all_datapaths(self, datapath_state, config_state):
@@ -3152,7 +3152,7 @@ def test_get_error_description(self):
31523152

31533153
result = self.api.get_error_description()
31543154
assert result is 'OK'
3155-
3155+
31563156
self.api.get_config_datapath_hostlane_status.return_value = {
31573157
'ConfigStatusLane1': 'ConfigRejected',
31583158
'ConfigStatusLane2': 'ConfigRejected',
@@ -3165,7 +3165,7 @@ def test_get_error_description(self):
31653165
}
31663166
result = self.api.get_error_description()
31673167
assert result is 'ConfigRejected'
3168-
3168+
31693169
self.api.get_datapath_state.return_value = {
31703170
'DP1State': 'DataPathDeactivated',
31713171
'DP2State': 'DataPathActivated',

0 commit comments

Comments
 (0)