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]: [202405] lldp/test_lldp_syncd.py failing on 202405 branch due to mising hget_all() function #14816

Open
veronica-arista opened this issue Oct 1, 2024 · 0 comments

Comments

@veronica-arista
Copy link
Contributor

veronica-arista commented Oct 1, 2024

Issue Description

Ran the newly added lldp/test_lldp_syncd.py (#14658) and ran into E AttributeError: 'SonicDbCli' object has no attribute 'hget_all'

The cause is that the hget_all() function from tests/common/helpers/sonic_db.py is present in the master branch but not merged to 202405 branch. Looks like the PR that added this function to master (#13574) was approved for 202405 but is no longer due to merge conflict. Can we get this resolved and merged to fix this issue?

Results you see

lldp/test_lldp_syncd.py fails with E AttributeError: 'SonicDbCli' object has no attribute 'hget_all'

Results you expected to see

hget_all function should exist in 202405

Is it platform specific

generic

Relevant log output

No response

Output of show version

No response

Attach files (if any)

No response

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

No branches or pull requests

1 participant