Skip to content

Commit

Permalink
enable test_link_down on t0 and t1 devices (#13582)
Browse files Browse the repository at this point in the history
Approach
What is the motivation for this PR?
Fill the test gap.

How did you do it?
Change the test script

How did you verify/test it?
I tested it on T0, T1 and T2 DUTs in Microsoft's internal testbed and the new script works fine.
  • Loading branch information
BYGX-wcr authored Jul 11, 2024
1 parent 54bee86 commit 975868d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/platform_tests/test_link_down.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
logger = logging.getLogger(__name__)

pytestmark = [
pytest.mark.topology('t2'),
pytest.mark.topology('t0', 't1', 't2'),
pytest.mark.disable_loganalyzer,
]

Expand Down

0 comments on commit 975868d

Please sign in to comment.