Skip to content

Commit efa9333

Browse files
dariavelEdwardSro
authored andcommitted
tests: Remove FW reformat check for SW tables
Only FW tables (root) have restriction for reformat, SW tables (non-root) always support reformat action. Fixes: 848e286 ("tests: Extend dr-reformat action test") Signed-off-by: Daria Velikovsky <daria@nvidia.com> Signed-off-by: Edward Srouji <edwards@nvidia.com>
1 parent 27f1562 commit efa9333

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/test_mlx5_dr.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,6 @@ def test_roce_bth_match_tx(self):
11411141
"""
11421142
self.roce_bth_match(domain_flag=dve.MLX5DV_DR_DOMAIN_TYPE_NIC_TX)
11431143

1144-
@requires_reformat_support
11451144
@skip_unsupported
11461145
def test_packet_reformat_l2_gre(self):
11471146
"""
@@ -1164,7 +1163,6 @@ def test_packet_reformat_root_l2_gre(self):
11641163
encap_header = self.gen_gre_tunnel_encap_header(self.client.msg_size, is_l2_tunnel=True)
11651164
self.packet_reformat_actions(outer=encap_header, root_only=True)
11661165

1167-
@requires_reformat_support
11681166
@skip_unsupported
11691167
def test_packet_reformat_l3_gre(self):
11701168
"""
@@ -1187,7 +1185,6 @@ def test_packet_reformat_root_l3_gre(self):
11871185
encap_header = self.gen_gre_tunnel_encap_header(self.client.msg_size, is_l2_tunnel=False)
11881186
self.packet_reformat_actions(outer=encap_header, root_only=True, l2_ref_type=False)
11891187

1190-
@requires_reformat_support
11911188
@skip_unsupported
11921189
def test_packet_reformat_l2_geneve(self):
11931190
"""
@@ -1210,7 +1207,6 @@ def test_packet_reformat_root_l2_geneve(self):
12101207
encap_header = self.gen_geneve_tunnel_encap_header(self.client.msg_size, is_l2_tunnel=True)
12111208
self.packet_reformat_actions(outer=encap_header, root_only=True)
12121209

1213-
@requires_reformat_support
12141210
@skip_unsupported
12151211
def test_packet_reformat_l3_geneve(self):
12161212
"""

0 commit comments

Comments
 (0)