Skip to content

Commit

Permalink
Update the conditional mark for kubesonic test
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiaoyuner committed Jan 3, 2025
1 parent c7ca0a2 commit 7dfa63d
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,17 @@ ipfwd/test_mtu.py:
conditions:
- "topo_type not in ['t1', 't2']"

#######################################
##### kubesonic #####
#######################################
kubesonic/test_k8s_join_disjoin.py:
skip:
reason: "kubesonic feature is not supported in slim image and broadcom/marvell asic"
conditions_logical_operator: or
conditions:
- "hwsku in ['Arista-7050-QX-32S', 'Arista-7050-Q16S64', 'Arista-7060CX-32S-C32', 'Arista-7060CX-32S-C32-T1', 'Arista-7060CX-32S-Q32', 'Arista-7060CX-32S-D48C8', 'Arista-7050QX-32S-S4Q31', 'Arista-7050QX32S-Q32', 'Celestica-E1031-T48S4']"
- "asic_type in ['broadcom', 'marvell']"

#######################################
####### link_flap #####
#######################################
Expand All @@ -846,15 +857,6 @@ link_flap/test_cont_link_flap.py:
conditions:
- https://github.com/sonic-net/sonic-mgmt/issues/10955

#######################################
##### kubesonic #####
#######################################
kubesonic/test_k8s_join_disjoin.py:
skip:
reason: "kubesonic feature is not supported in slim image"
conditions:
- "hwsku in ['Arista-7050-QX-32S', 'Arista-7050-Q16S64', 'Arista-7060CX-32S-C32', 'Arista-7060CX-32S-C32-T1', 'Arista-7060CX-32S-Q32', 'Arista-7060CX-32S-D48C8', 'Arista-7050QX-32S-S4Q31', 'Arista-7050QX32S-Q32', 'Celestica-E1031-T48S4']"

#######################################
##### lldp #####
#######################################
Expand Down

0 comments on commit 7dfa63d

Please sign in to comment.