Skip to content

Commit

Permalink
Extended the SingleHop BFD skip to other cisco platforms (sonic-net#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
rajendrat authored Oct 9, 2024
1 parent 247233e commit f480bc8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ bfd/test_bfd.py:

bfd/test_bfd.py::test_bfd_basic:
skip:
reason: "Test not supported for cisco-8102 as it doesnt support single hop BFD. Skipping the test"
reason: "Test not supported for cisco as it doesnt support single hop BFD. Skipping the test"
conditions:
- "platform in ['x86_64-8102_64h_o-r0', 'x86_64-8101_32fh_o-r0']"
- "platform in ['x86_64-8102_64h_o-r0', 'x86_64-8101_32fh_o-r0', 'x86_64-8111_32eh_o-r0', 'x86_64-8122_64eh_o-r0', 'x86_64-8122_64ehf_o-r0']"

bfd/test_bfd.py::test_bfd_scale:
skip:
reason: "Test not supported for cisco-8102 as it doesnt support single hop BFD. Skipping the test"
reason: "Test not supported for cisco as it doesnt support single hop BFD. Skipping the test"
conditions:
- "platform in ['x86_64-8102_64h_o-r0', 'x86_64-8101_32fh_o-r0']"
- "platform in ['x86_64-8102_64h_o-r0', 'x86_64-8101_32fh_o-r0', 'x86_64-8111_32eh_o-r0', 'x86_64-8122_64eh_o-r0', 'x86_64-8122_64ehf_o-r0']"

bfd/test_bfd_static_route.py:
skip:
Expand Down

0 comments on commit f480bc8

Please sign in to comment.