napalm-procurve icon indicating copy to clipboard operation
napalm-procurve copied to clipboard

TestGetter.test_get_facts[normal] fails

Open mcepl opened this issue 1 year ago • 0 comments

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.

mcepl avatar Jan 11 '23 08:01 mcepl