Skip to content

Commit

Permalink
[stress route] Enable test_stress_routes for T1 topo sonic-net#10841
Browse files Browse the repository at this point in the history
What is the motivation for this PR?
test_stress_routes was skipped for T1 topo, need to enable it.

How did you do it?
add topo t1 in the mark

How did you verify/test it?
run test with T1 TB.
  • Loading branch information
StormLiangMS authored and mssonicbld committed Nov 24, 2023
1 parent 6518297 commit d6744aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stress/test_stress_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
logger = logging.getLogger(__name__)

pytestmark = [
pytest.mark.topology('t0', 'm0', 'mx')
pytest.mark.topology('t0', 't1', 'm0', 'mx')
]


Expand Down

0 comments on commit d6744aa

Please sign in to comment.