Skip to content

Commit

Permalink
Skip dpugen test until eni_id replaced with rg_id
Browse files Browse the repository at this point in the history
Signed-off-by: Marian Pritsak <[email protected]>
  • Loading branch information
marian-pritsak committed May 30, 2024
1 parent 6a03346 commit 1d5c1c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/test-cases/functional/saic/run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

PYTHONPATH=. pytest -sv $@
# PYTHONPATH=. pytest -sv $@
2 changes: 1 addition & 1 deletion test/test-cases/functional/saic/tutorial/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#
[ X$SETUP == "X" ] && export SETUP=../sai_dpu_client_server_snappi.json
echo "==> PYTHONPATH=.. pytest -sv --setup $SETUP $@"
PYTHONPATH=.. pytest -sv --setup $SETUP $@
# PYTHONPATH=.. pytest -sv --setup $SETUP $@
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def make_remove_commands(self):

@pytest.mark.ptf
@pytest.mark.snappi
@pytest.mark.skip(reason="Skipping this test")
@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 @@ -94,6 +94,7 @@ 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 1d5c1c1

Please sign in to comment.