Skip to content

Commit e758401

Browse files
Janetxxxmssonicbld
authored andcommitted
mark xfail on generic hash test for isolated topo (#18071)
What is the motivation for this PR? Mark xfail for flaky hashing behavior when using a specific combination of hash field and algorithm, such as CRC-INNER_L4_DST_PORT-ipv4-ipv6-nvgre. How did you do it? Mark test_generic_test.py as xfail in mark conditions yaml file How did you verify/test it? Verified it in nightly test run. Any platform specific information? str4-sn5600-1 Supported testbed topology if it's a new test case? t0-isolated-u16d16s1
1 parent c65ceab commit e758401

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,10 @@ hash/test_generic_hash.py::test_nexthop_flap:
11351135
- "asic_gen == 'spc1'"
11361136
- "asic_type in ['broadcom']"
11371137
- https://github.com/sonic-net/sonic-mgmt/issues/13919
1138+
xfail:
1139+
reason: "Flaky hashing behavior using specific combination of hash field and algorithm."
1140+
conditions:
1141+
- "'isolated' in topo_name"
11381142

11391143
hash/test_generic_hash.py::test_nexthop_flap[CRC-INNER_IP_PROTOCOL:
11401144
skip:

0 commit comments

Comments
 (0)