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
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]>
- "asic_gen == 'spc1' and 't1-lag' in topo_name and https://github.com/sonic-net/sonic-mgmt/issues/17526"
1035
1035
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
+
1036
1048
fib/test_fib.py::test_vxlan_hash:
1037
1049
skip:
1038
1050
reason: 'Vxlan hash test is not fully supported on VS platform; Not supported on M*'
1039
1051
conditions:
1040
1052
- "asic_type in ['vs'] or topo_type in ['m0', 'mx', 'm1']"
1041
1053
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']"
reason: 'ECMP hash not supported in broadcom SAI and Cisco 8000'
1252
1277
conditions:
1253
1278
- "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']"
0 commit comments