From 57ecc47f25a3f0bc20cb534aa33622ac736e2214 Mon Sep 17 00:00:00 2001 From: Daria Velikovsky Date: Mon, 28 Aug 2023 19:50:54 +0300 Subject: [PATCH] tests: Remove FW reformat check for SW tables [ Upstream commit efa93339e4a7dfded4930cc3ee9f030e156ee8eb ] Only FW tables (root) have restriction for reformat, SW tables (non-root) always support reformat action. Fixes: 848e286c0cc8 ("tests: Extend dr-reformat action test") Signed-off-by: Daria Velikovsky Signed-off-by: Edward Srouji Signed-off-by: Nicolas Morey --- tests/test_mlx5_dr.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_mlx5_dr.py b/tests/test_mlx5_dr.py index 6990418b0..9abf85f79 100644 --- a/tests/test_mlx5_dr.py +++ b/tests/test_mlx5_dr.py @@ -986,7 +986,6 @@ def test_roce_bth_match_tx(self): """ self.roce_bth_match(domain_flag=dve.MLX5DV_DR_DOMAIN_TYPE_NIC_TX) - @requires_reformat_support @skip_unsupported def test_packet_reformat_l2_gre(self): """ @@ -1009,7 +1008,6 @@ def test_packet_reformat_root_l2_gre(self): encap_header = self.gen_gre_tunnel_encap_header(self.client.msg_size, is_l2_tunnel=True) self.packet_reformat_actions(outer=encap_header, root_only=True) - @requires_reformat_support @skip_unsupported def test_packet_reformat_l3_gre(self): """ @@ -1032,7 +1030,6 @@ def test_packet_reformat_root_l3_gre(self): encap_header = self.gen_gre_tunnel_encap_header(self.client.msg_size, is_l2_tunnel=False) self.packet_reformat_actions(outer=encap_header, root_only=True, l2_ref_type=False) - @requires_reformat_support @skip_unsupported def test_packet_reformat_l2_geneve(self): """ @@ -1055,7 +1052,6 @@ def test_packet_reformat_root_l2_geneve(self): encap_header = self.gen_geneve_tunnel_encap_header(self.client.msg_size, is_l2_tunnel=True) self.packet_reformat_actions(outer=encap_header, root_only=True) - @requires_reformat_support @skip_unsupported def test_packet_reformat_l3_geneve(self): """