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

TestGetter.test_get_facts[normal] fails #30

Open
mcepl opened this issue Jan 11, 2023 · 0 comments
Open

TestGetter.test_get_facts[normal] fails #30

mcepl opened this issue Jan 11, 2023 · 0 comments

Comments

@mcepl
Copy link

mcepl commented Jan 11, 2023

When packaging napalm-procurve 0.7.0 from GitHub on openSUSE/Factory, this test fails:

[   27s] =================================== FAILURES ===================================
[   27s] ______________________ TestGetter.test_get_facts[normal] _______________________
[   27s] 
[   27s] self = <test_getters.TestGetter object at 0x7fb431948a00>, test_case = 'normal'
[   27s] 
[   27s]     @wrap_test_cases
[   27s]     def test_get_facts(self, test_case):
[   27s]         """Test get_facts method."""
[   27s]         facts = self.device.get_facts()
[   27s] >       assert helpers.test_model(models.FactsDict, facts)
[   27s] E       AssertionError
[   27s] 
[   27s] /usr/lib/python3.8/site-packages/napalm/base/test/getters.py:154: AssertionError

Complete build log with all details of packages used and steps taken to reproduce.

bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this issue Jan 11, 2023
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