Skip to content

Commit

Permalink
Update test_sai_vnet_outbound_small_scale_config_via_dpugen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-pritsak authored May 30, 2024
1 parent 97f1a37 commit 5ec978d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def make_remove_commands(self):

@pytest.mark.ptf
@pytest.mark.snappi
@pytest.mark.skip(reason="Skipping this test until dpugen fixes ORE eni_id->routing_group_id")
def test_create_vnet_scale_config_generated(self, dpu):
"""Generate and apply configuration"""
results = [*dpu.process_commands( (self.make_create_commands()) )]
Expand All @@ -100,7 +99,6 @@ def test_create_vnet_scale_config_generated(self, dpu):

@pytest.mark.ptf
@pytest.mark.snappi
@pytest.mark.skip(reason="Skipping this test until dpugen fixes ORE eni_id->routing_group_id")
def test_remove_vnet_scale_config_generated(self, dpu):
"""
Generate and remove configuration
Expand Down

0 comments on commit 5ec978d

Please sign in to comment.