Skip to content

Commit db85471

Browse files
authored
Temporarily skip test_iface_loopback_action on Marvell platforms (sonic-net#11741)
What is the motivation for this PR? Temporarily skip test_iface_loopback_action on Marvell platforms until confirm this can be supported. How did you do it? Update conditional mark file. How did you verify/test it? Verified on Nokia-7215 M0 testbed.
1 parent 217461b commit db85471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -690,11 +690,11 @@ http/test_http_copy.py:
690690
#######################################
691691
iface_loopback_action/test_iface_loopback_action.py:
692692
skip:
693-
reason: "Test not supported on Broadcom SKUs or dualtor topology."
693+
reason: "Test not supported on Broadcom/Maarvell SKUs or dualtor topology."
694694
conditions_logical_operator: or
695695
conditions:
696696
- "'dualtor' in topo_name"
697-
- "asic_type in ['broadcom']"
697+
- "asic_type in ['broadcom', 'marvell']"
698698

699699
#######################################
700700
##### iface_namingmode #####

0 commit comments

Comments
 (0)