File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
tools/testing/selftests/drivers/net/mlxsw Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -131,11 +131,6 @@ port_tc_ip_test()
131
131
132
132
devlink sb occupancy snapshot $DEVLINK_DEV
133
133
134
- RET=0
135
- max_occ=$( sb_occ_itc_check $dl_port2 $SB_ITC $exp_max_occ )
136
- check_err $? " Expected ingress TC($SB_ITC ) max occupancy to be $exp_max_occ , but got $max_occ "
137
- log_test " physical port's($h1 ) ingress TC - IP packet"
138
-
139
134
RET=0
140
135
max_occ=$( sb_occ_itc_check $dl_port2 $SB_ITC $exp_max_occ )
141
136
check_err $? " Expected ingress TC($SB_ITC ) max occupancy to be $exp_max_occ , but got $max_occ "
@@ -158,11 +153,6 @@ port_tc_arp_test()
158
153
159
154
devlink sb occupancy snapshot $DEVLINK_DEV
160
155
161
- RET=0
162
- max_occ=$( sb_occ_itc_check $dl_port2 $SB_ITC $exp_max_occ )
163
- check_err $? " Expected ingress TC($SB_ITC ) max occupancy to be $exp_max_occ , but got $max_occ "
164
- log_test " physical port's($h1 ) ingress TC - ARP packet"
165
-
166
156
RET=0
167
157
max_occ=$( sb_occ_itc_check $dl_port2 $SB_ITC $exp_max_occ )
168
158
check_err $? " Expected ingress TC($SB_ITC ) max occupancy to be $exp_max_occ , but got $max_occ "
You can’t perform that action at this time.
0 commit comments