Skip to content

Commit 499848f

Browse files
committed
Removed Tofino skip from test_l2_lag
Signed-off-by: Andriy Kokhan <andriy.kokhan@gmail.com>
1 parent 2d58df2 commit 499848f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_l2_basic.py

-4
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,6 @@ def test_l2_lag(npu, dataplane):
254254
9. Send packets from each of the members and check they are received on port 4 (with port 4's destination MAC)
255255
10. Clean up configuration
256256
"""
257-
if 'tofino' in npu.name:
258-
# Skip for all Tofino NPUs
259-
pytest.skip("Temporarily disabled for Tofino NPU")
260-
261257
vlan_id = "10"
262258
macs = ['00:11:11:11:11:11', '00:22:22:22:22:22']
263259
max_port = 3

0 commit comments

Comments
 (0)