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 features sub_port_interfaces from excludes list to test_mark_conditional.yml (#20882)
Summary:
Moving excluded features from excludes list to test_conditional_mark.yml .This improves debuggability and speeds up issue resolution.The features are given below
acl
dualtor
dualtor_mgmt
ixia
pfc_asym
pfcwd
snappi_tests
sub_port_interfaces
voq
wan
wan_test
wol
What is the motivation for this PR?
The motivation is to moving excluded features from excludes list to test_conditional_mark.yml
How did you do it?
I moved excluded features 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: selldinesh <[email protected]>
reason: "Unsupported platform or asic and not supported on this DUT topology"
4532
4555
conditions_logical_operator: or
4533
4556
conditions:
4534
4557
- "is_multi_asic==True or asic_gen not in ['td2', 'spc1', 'spc2', 'spc3', 'spc4'] and asic_type not in ['barefoot','marvell-teralynx']"
4535
4558
- "asic_type in ['mellanox', 'nvidia']"
4559
+
- "'dualtor' in topo_name"
4560
+
- "hwsku in ['Arista-7050CX3-32S-C32', 'Arista-7060CX-32S-C32','Arista-7060CX-32S-D48C8','Arista-7260CX3-C64','Arista-7260CX3-D108C8','Arista-7260CX3-D108C10']"
0 commit comments