Skip to content

Commit

Permalink
Removed Tofino skip from test_l2_lag
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Kokhan <[email protected]>
  • Loading branch information
andriy-kokhan committed Dec 12, 2022
1 parent 2d58df2 commit 499848f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_l2_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,6 @@ def test_l2_lag(npu, dataplane):
9. Send packets from each of the members and check they are received on port 4 (with port 4's destination MAC)
10. Clean up configuration
"""
if 'tofino' in npu.name:
# Skip for all Tofino NPUs
pytest.skip("Temporarily disabled for Tofino NPU")

vlan_id = "10"
macs = ['00:11:11:11:11:11', '00:22:22:22:22:22']
max_port = 3
Expand Down

0 comments on commit 499848f

Please sign in to comment.