Skip to content

Commit 005e4c8

Browse files
authored
[hft]: Fix conditional mark in high frequency telemetry test (sonic-net#21482)
What is the motivation for this PR? Wrong condition for skipping HFT test How did you do it? Correct it as described in this comment: sonic-net#20379 (comment) Signed-off-by: Ze Gan <ganze718@gmail.com>
1 parent 4bd13ee commit 005e4c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3174,8 +3174,7 @@ high_frequency_telemetry:
31743174
reason: "High frequency telemetry isn't supported in this platform"
31753175
conditions_logical_operator: or
31763176
conditions:
3177-
- "'nvidia_sn5600' not in platform"
3178-
- "'nvidia_sn5640' not in platform"
3177+
- "platform not in ['x86_64-nvidia_sn5600-r0', 'x86_64-nvidia_sn5640-r0', 'x86_64-arista_7060x6_64pe_b']"
31793178

31803179
##### http #####
31813180
#######################################

0 commit comments

Comments
 (0)