@@ -74,7 +74,7 @@ def test_InterfaceAddRemoveIpv6Address(self, dvs, testlog):
74
74
for fv in fvs :
75
75
if fv [0 ] == "SAI_ROUTER_INTERFACE_ATTR_TYPE" :
76
76
assert fv [1 ] == "SAI_ROUTER_INTERFACE_TYPE_PORT"
77
- # the default MTU without any configuration is 9100, set by portmgr
77
+ # the default MTU without any configuration is 9100
78
78
if fv [0 ] == "SAI_ROUTER_INTERFACE_ATTR_MTU" :
79
79
assert fv [1 ] == "9100"
80
80
@@ -146,7 +146,7 @@ def test_InterfaceAddRemoveIpv4Address(self, dvs, testlog):
146
146
for fv in fvs :
147
147
if fv [0 ] == "SAI_ROUTER_INTERFACE_ATTR_TYPE" :
148
148
assert fv [1 ] == "SAI_ROUTER_INTERFACE_TYPE_PORT"
149
- # the default MTU without any configuration is 9100, set by portmgr
149
+ # the default MTU without any configuration is 9100
150
150
if fv [0 ] == "SAI_ROUTER_INTERFACE_ATTR_MTU" :
151
151
assert fv [1 ] == "9100"
152
152
@@ -296,9 +296,9 @@ def test_InterfaceAddRemoveIpv4Address(self, dvs, testlog):
296
296
for fv in fvs :
297
297
if fv [0 ] == "SAI_ROUTER_INTERFACE_ATTR_TYPE" :
298
298
assert fv [1 ] == "SAI_ROUTER_INTERFACE_TYPE_PORT"
299
- # the default MTU without any configuration is 1492
299
+ # the default MTU without any configuration is 9100
300
300
if fv [0 ] == "SAI_ROUTER_INTERFACE_ATTR_MTU" :
301
- assert fv [1 ] == "1492 "
301
+ assert fv [1 ] == "9100 "
302
302
303
303
# check ASIC route database
304
304
tbl = swsscommon .Table (self .adb , "ASIC_STATE:SAI_OBJECT_TYPE_ROUTE_ENTRY" )
0 commit comments