Skip to content

Commit 41aea60

Browse files
authored
[action] [PR:21759] Remove xfail conditions for test_everflow_per_interface[ipv6-erspan_i… (sonic-net#1015)
…pv6-default] since it is duplicated with skip condition <!-- Please make sure you've read and understood our contributing guidelines; https://github.com/sonic-net/SONiC/blob/gh-pages/CONTRIBUTING.md Please provide following information to help code review process a bit easier: --> ### Description of PR <!-- - Please include a summary of the change and which issue is fixed. - Please also include relevant motivation and context. Where should reviewer start? background context? - List any dependencies that are required for this change. --> Summary: Fixes # (issue) ### Type of change <!-- - Fill x for your type of change. - e.g. - [x] Bug fix --> - [ ] Bug fix - [ ] Testbed and Framework(new/improvement) - [ ] New Test case - [ ] Skipped for non-supported platforms - [ ] Test case improvement ### Back port request - [ ] 202205 - [ ] 202305 - [ ] 202311 - [ ] 202405 - [x] 202411 - [x] 202505 - [x] 202511 ### Approach #### What is the motivation for this PR? Remove duplicated xfail, since it should already been cover by the skip condition. So conditions can be more clear, less confusion and less maintenance. #### How did you do it? #### How did you verify/test it? #### Any platform specific information? #### Supported testbed topology if it's a new test case? ### Documentation <!-- (If it's a new feature, new test case) Did you update documentation/Wiki relevant to your implementation? Link to the wiki page? -->
1 parent 517403a commit 41aea60

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,12 +1540,6 @@ everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv6-erspan
15401540
conditions:
15411541
- "platform in ['x86_64-arista_7260cx3_64', 'x86_64-arista_7060_cx32s'] and https://github.com/sonic-net/sonic-mgmt/issues/19096"
15421542
- "platform in ['x86_64-nvidia_sn5640-r0']"
1543-
xfail:
1544-
reason: "xfail for IPv6-only topologies, need support for IPv6 bgp. Or test case has issue on the t0-isolated-d256u256s2 topo."
1545-
conditions_logical_operator: or
1546-
conditions:
1547-
- "https://github.com/sonic-net/sonic-mgmt/issues/19096 and '-v6-' in topo_name"
1548-
- "'t0-isolated-d256u256s2' in topo_name and platform in ['x86_64-nvidia_sn5640-r0']"
15491543

15501544
everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv6-m0_l3_scenario]:
15511545
skip:

0 commit comments

Comments
 (0)