Skip to content

Commit 978e621

Browse files
committed
Change the skip for nvgre hash to xfail on SPC1
1 parent cb8a9e5 commit 978e621

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -993,10 +993,12 @@ fib/test_fib.py::test_ipinip_hash:
993993

994994
fib/test_fib.py::test_nvgre_hash:
995995
skip:
996-
reason: 'Nvgre hash test is not fully supported on VS and Broadcom and SPC1 platform; Not supported on M*'
997-
conditions_logical_operator: "OR"
996+
reason: 'Nvgre hash test is not fully supported on VS and Broadcom platform; Not supported on M*'
998997
conditions:
999998
- "asic_type in ['vs', 'broadcom'] or topo_type in ['m0', 'mx', 'm1', 'm2', 'm3']"
999+
xfail:
1000+
reason: 'Nvgre hash test is not fully supported on SPC1 platform due to known limitation'
1001+
conditions:
10001002
- "asic_gen == 'spc1' and 't1-lag' in topo_name and https://github.com/sonic-net/sonic-mgmt/issues/17526"
10011003

10021004
fib/test_fib.py::test_vxlan_hash:

0 commit comments

Comments
 (0)