From 499848f8dc36e55faecf168b05be274ea083315d Mon Sep 17 00:00:00 2001 From: Andriy Kokhan Date: Mon, 12 Dec 2022 18:07:23 +0200 Subject: [PATCH] Removed Tofino skip from test_l2_lag Signed-off-by: Andriy Kokhan --- tests/test_l2_basic.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_l2_basic.py b/tests/test_l2_basic.py index c06aa312..5ef71192 100644 --- a/tests/test_l2_basic.py +++ b/tests/test_l2_basic.py @@ -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