diff --git a/tests/test_mlx5_dr.py b/tests/test_mlx5_dr.py index 40ffa2bc6..d337bb0df 100644 --- a/tests/test_mlx5_dr.py +++ b/tests/test_mlx5_dr.py @@ -1141,7 +1141,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): """ @@ -1164,7 +1163,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): """ @@ -1187,7 +1185,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): """ @@ -1210,7 +1207,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): """