Skip to content

Commit c69d6e0

Browse files
bachallaabhishek-nexthop
authored andcommitted
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]>
1 parent 2bca6dd commit c69d6e0

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3505,12 +3505,13 @@ mvrf:
35053505

35063506
mvrf/test_mgmtvrf.py:
35073507
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"
35093509
conditions_logical_operator: or
35103510
conditions:
35113511
- "asic_type in ['vs', 'mellanox', 'nvidia', 'broadcom']"
35123512
- "topo_type in ['m0', 'mx', 'm1']"
35133513
- "platform in ['x86_64-nokia_ixr7250e_36x400g-r0']"
3514+
- "https://github.com/sonic-net/sonic-mgmt/issues/3589"
35143515

35153516
mvrf/test_mgmtvrf.py::TestReboot::test_fastboot:
35163517
skip:
@@ -4442,6 +4443,12 @@ scripts:
44424443
#######################################
44434444
##### sflow #####
44444445
#######################################
4446+
sflow/test_sflow.py:
4447+
skip:
4448+
reason: "The testcase is skipped due to github issue #21701"
4449+
conditions:
4450+
- "https://github.com/sonic-net/sonic-mgmt/issues/21701"
4451+
44454452
sflow/test_sflow.py::TestReboot::testFastreboot:
44464453
skip:
44474454
reason: "Dualtor topology doesn't support advanced-reboot"
@@ -5131,11 +5138,12 @@ voq/test_voq_fabric_status_all.py:
51315138
#######################################
51325139
vrf/test_vrf.py:
51335140
skip:
5134-
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"
51355142
conditions_logical_operator: or
51365143
conditions:
51375144
- "asic_type in ['vs', 'mellanox', 'nvidia']"
51385145
- "topo_type not in ['t0']"
5146+
- "https://github.com/sonic-net/sonic-mgmt/issues/21700"
51395147

51405148
vrf/test_vrf.py::TestVrfAclRedirect:
51415149
skip:
@@ -5159,11 +5167,12 @@ vrf/test_vrf.py::TestVrfWarmReboot::test_vrf_system_warm_reboot:
51595167

51605168
vrf/test_vrf_attr.py:
51615169
skip:
5162-
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"
51635171
conditions_logical_operator: or
51645172
conditions:
51655173
- "asic_type in ['vs', 'mellanox', 'nvidia']"
51665174
- "topo_type not in ['t0']"
5175+
- "https://github.com/sonic-net/sonic-mgmt/issues/21700"
51675176

51685177
vrf/test_vrf_attr.py::TestVrfAttrSrcMac::test_vrf1_neigh_with_default_router_mac:
51695178
skip:

0 commit comments

Comments
 (0)