Skip to content

Commit 9030f89

Browse files
roman_savchukAharonMalkin
andauthored
Skip fib hash/nvgre_hash tests based at issue 18304 (#18368)
What is the motivation for this PR? Xfail TC until issue #18304 resolved How did you do it? Add xfail How did you verify/test it? Run test suite - fib hash xfailed Co-authored-by: AharonMalkin <[email protected]>
1 parent 52d2f86 commit 9030f89

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,12 +1033,37 @@ fib/test_fib.py::test_nvgre_hash:
10331033
conditions:
10341034
- "asic_gen == 'spc1' and 't1-lag' in topo_name and https://github.com/sonic-net/sonic-mgmt/issues/17526"
10351035

1036+
fib/test_fib.py::test_nvgre_hash[ipv6-ipv4]:
1037+
xfail:
1038+
reason: "Testcase ignored due to sonic-mgmt issue https://github.com/sonic-net/sonic-mgmt/issues/18304"
1039+
conditions:
1040+
- "https://github.com/sonic-net/sonic-mgmt/issues/18304 and 't0-isolated-d32u32s2' in topo_name and hwsku in ['Mellanox-SN5640-C512S2']"
1041+
1042+
fib/test_fib.py::test_nvgre_hash[ipv6-ipv6]:
1043+
xfail:
1044+
reason: "Testcase ignored due to sonic-mgmt issue https://github.com/sonic-net/sonic-mgmt/issues/18304"
1045+
conditions:
1046+
- "https://github.com/sonic-net/sonic-mgmt/issues/18304 and 't0-isolated-d32u32s2' in topo_name and hwsku in ['Mellanox-SN5640-C512S2']"
1047+
10361048
fib/test_fib.py::test_vxlan_hash:
10371049
skip:
10381050
reason: 'Vxlan hash test is not fully supported on VS platform; Not supported on M*'
10391051
conditions:
10401052
- "asic_type in ['vs'] or topo_type in ['m0', 'mx', 'm1']"
10411053

1054+
fib/test_fib.py::test_vxlan_hash[ipv6-ipv4]:
1055+
xfail:
1056+
reason: "Testcase ignored due to sonic-mgmt issue https://github.com/sonic-net/sonic-mgmt/issues/18304"
1057+
conditions:
1058+
- "https://github.com/sonic-net/sonic-mgmt/issues/18304 and 't0-isolated-d32u32s2' in topo_name and hwsku in ['Mellanox-SN5640-C512S2']"
1059+
-
1060+
1061+
fib/test_fib.py::test_vxlan_hash[ipv6-ipv6]:
1062+
xfail:
1063+
reason: "Testcase ignored due to sonic-mgmt issue https://github.com/sonic-net/sonic-mgmt/issues/18304"
1064+
conditions:
1065+
- "https://github.com/sonic-net/sonic-mgmt/issues/18304 and 't0-isolated-d32u32s2' in topo_name and hwsku in ['Mellanox-SN5640-C512S2']"
1066+
10421067
#######################################
10431068
##### generic_config_updater #####
10441069
#######################################
@@ -1251,6 +1276,10 @@ hash/test_generic_hash.py::test_ecmp_hash:
12511276
reason: 'ECMP hash not supported in broadcom SAI and Cisco 8000'
12521277
conditions:
12531278
- "asic_type in ['broadcom', 'cisco-8000']"
1279+
xfail:
1280+
reason: 'ECMP hash skipped due to issue https://github.com/sonic-net/sonic-mgmt/issues/18304'
1281+
conditions:
1282+
- "https://github.com/sonic-net/sonic-mgmt/issues/18304 and 't0-isolated-d32u32s2' in topo_name and hwsku in ['Mellanox-SN5640-C512S2']"
12541283

12551284
hash/test_generic_hash.py::test_ecmp_hash[CRC-INNER_IP_PROTOCOL:
12561285
skip:

0 commit comments

Comments
 (0)