You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving excluded scripts from excludes list to test_mark_conditional.yml (sonic-net#21674)
Summary:
Moving excluded scripts from excludes list to test_conditional_mark.yml .This improves debuggability and speeds up issue resolution.
What is the motivation for this PR?
The motivation is to moving excluded scripts from excludes list to test_conditional_mark.yml
How did you do it?
I moved excluded scripts from excludes list and updated to test_conditional_mark.yml
How did you verify/test it?
Verified that the updated messages are correctly reflected in the test_conditional_mark.yml by reviewing the changes locally.
Signed-off-by: Abhishek <[email protected]>
Copy file name to clipboardExpand all lines: tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3505,12 +3505,13 @@ mvrf:
3505
3505
3506
3506
mvrf/test_mgmtvrf.py:
3507
3507
skip:
3508
-
reason: "mvrf is not supported in x86_64-nokia_ixr7250e_36x400g-r0 platform, M* topo, kvm testbed, mellanox, nvidia and broadcom asic from 202411 and later"
3508
+
reason: "mvrf is not supported in x86_64-nokia_ixr7250e_36x400g-r0 platform, M* topo, kvm testbed, mellanox, nvidia and broadcom asic from 202411 and later and test skipped due to github issue #3589"
3509
3509
conditions_logical_operator: or
3510
3510
conditions:
3511
3511
- "asic_type in ['vs', 'mellanox', 'nvidia', 'broadcom']"
3512
3512
- "topo_type in ['m0', 'mx', 'm1']"
3513
3513
- "platform in ['x86_64-nokia_ixr7250e_36x400g-r0']"
reason: "Vrf tests are skipped in PR testing, not supported on mellanox and nvidia asic from 202411 and later, not support for non t0 topology currently"
5141
+
reason: "Vrf tests are skipped in PR testing, not supported on mellanox and nvidia asic from 202411 and later, not support for non t0 topology currently and skipped due to github issue #21700"
reason: "Vrf tests are skipped in PR testing, not supported on mellanox and nvidia asic from 202411 and later, not support for non t0 topology currently"
5170
+
reason: "Vrf tests are skipped in PR testing, not supported on mellanox and nvidia asic from 202411 and later, not support for non t0 topology currently and skipped due to github issue #21700"
0 commit comments