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
Copy file name to clipboardExpand all lines: tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
+42-7Lines changed: 42 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -64,35 +64,41 @@ arp/test_wr_arp.py:
64
64
#######################################
65
65
bfd/test_bfd.py:
66
66
skip:
67
-
reason: "Test not supported for platforms other than Nvidia 4600c/4700/5600 and cisco-8102. Skipping the test"
67
+
reason: "Test not supported for platforms other than Nvidia 4600c/4700/5600 and cisco-8102. Skipping the test / KVM do not support bfd test"
68
+
conditions_logical_operator: or
68
69
conditions:
69
70
- "(release in ['201811', '201911']) or (platform not in ['x86_64-mlnx_msn4600c-r0', 'x86_64-mlnx_msn4700-r0', 'x86_64-nvidia_sn5600-r0', 'x86_64-8102_64h_o-r0', 'x86_64-8101_32fh_o-r0'])"
71
+
- "asic_type in ['vs']"
70
72
71
73
bfd/test_bfd.py::test_bfd_basic:
72
74
skip:
73
75
reason: "Test not supported for cisco as it doesnt support single hop BFD
74
-
and not supported for platforms other than Nvidia 4600c/4700/5600. Skipping the test"
76
+
and not supported for platforms other than Nvidia 4600c/4700/5600. Skipping the test / KVM do not support bfd test"
75
77
conditions_logical_operator: or
76
78
conditions:
77
79
- "platform in ['x86_64-8102_64h_o-r0', 'x86_64-8101_32fh_o-r0', 'x86_64-8111_32eh_o-r0', 'x86_64-8122_64eh_o-r0', 'x86_64-8122_64ehf_o-r0']"
78
80
- "platform not in ['x86_64-mlnx_msn4600c-r0', 'x86_64-mlnx_msn4700-r0', 'x86_64-nvidia_sn5600-r0', 'x86_64-8102_64h_o-r0', 'x86_64-8101_32fh_o-r0']"
0 commit comments