Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove xfail marker of ecmp/test_ecmp_sai_value.py #13538

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -529,19 +529,14 @@ ecmp/inner_hashing/test_wr_inner_hashing_lag.py:

ecmp/test_ecmp_sai_value.py:
skip:
reason: "Only support Broadcom T1/T0 topology with 20230531 image, 7050cx3 T1 doesn't enable this feature"
reason: "Only support Broadcom T1/T0 topology with 20230531 and above image, 7050cx3 T1 doesn't enable this feature"
conditions_logical_operator: or
conditions:
- "topo_type not in ['t1', 't0']"
- "asic_type not in ['broadcom']"
- "release in ['201911', '202012', '202205', '202211', 'master']"
- "'internal' in build_version"
- "topo_type in ['t1'] and hwsku in ['Arista-7050CX3-32S-C32']"
xfail:
reason: "This feature is not supported in 202311 as the code was not merged into 202311"
conditions:
- "release in ['202311']"
- https://github.com/sonic-net/sonic-mgmt/issues/11310

ecmp/test_fgnhg.py:
skip:
Expand Down
Loading