ixs / napalm-procurve

HP ProCurve Driver for NAPALM automation frontend
Apache License 2.0
21 stars 15 forks source link

TestGetter.test_get_facts[normal] fails #30

Open mcepl opened 1 year ago

mcepl commented 1 year ago

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.