-
Notifications
You must be signed in to change notification settings - Fork 741
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
[Bug]: test_ecmp_hash_seed_value test fails with IndexError #14829
Comments
8 tasks
it's fixed by #14935 (comment) #14075 was forgot to do cherry pick into 202405 |
I see that #14935 changed the fixture dependencies in check_dut_asic_type, but the underlying problem is still present and will pop up again if there is another instance where rand_one_dut_hostname or selected_rand_dut is added dynamically. |
@dayouliu1 would you please come up a fix PR? |
This is the fix: #14830 |
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
test_ecmp_hash_seed_value will fail when loading the check_dut_asic_type fixture
Results you see
test_ecmp_hash_seed_value will fail on setup with
IndexError: Bad index 'None' type <class 'NoneType'>
when loading check_dut_asic_type fixtureResults you expected to see
Expect to see no failure
Is it platform specific
generic
Relevant log output
Output of
show version
202405
Attach files (if any)
No response
The text was updated successfully, but these errors were encountered: