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

[Bug]: test_voq_disrupts.py fails config_reload_lc test case #14819

Open
arista-hpandya opened this issue Oct 2, 2024 · 0 comments · May be fixed by #14820
Open

[Bug]: test_voq_disrupts.py fails config_reload_lc test case #14819

arista-hpandya opened this issue Oct 2, 2024 · 0 comments · May be fixed by #14820

Comments

@arista-hpandya
Copy link

arista-hpandya commented Oct 2, 2024

Issue Description

The test fails intermittently with an assert on check_bgp_kernel_route and check_host_arp_table. This is most likely because the docker containers are up but the tables still need time to converge.

Results you see

Raises assertions:

pytest_assert(prefix in list(parsed.keys()), "Prefix: %s not in route list: %s" % (prefix, list(parsed.keys()))) E Failed: Prefix: fc00::e/128 not in route list: ['fc00::2/128', 'fc00::a/128', 'fc00::16/128', 'fc00:30 00::1/128', 'fd00::/80']

Results you expected to see

A test run with no failures

Is it platform specific

generic

Relevant log output

pytest_assert(prefix in list(parsed.keys()), "Prefix: %s not in route list: %s" % (prefix, list(parsed.keys()))) E Failed: Prefix: fc00::e/128 not in route list: ['fc00::2/128', 'fc00::a/128', 'fc00::16/128', 'fc00:30 00::1/128', 'fd00::/80'] 

Output of show version

202405

Attach files (if any)

No response

@arista-hpandya arista-hpandya linked a pull request Oct 2, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant