Closed scarabeusiv closed 3 years ago
To make the package compatible even with napalm 3.0.0 there are two more things that have to be done.
First, napalm has dropped Python2 and with it the class py23_compat. In napalm-procurve there is only py23_compat.text_type used, it is the same as str in Python3 (see [1]). Therefore "sed -i 's/py23_compat.text_type/str/g'" on all affected files should resolve this.
Second, napalm has added a (not mandatory) parameter 'sanitized' to get_config (see [2]) and they are running a test on it. But there are no data for the test in napalm-procurve, so it fails. Sorry, I have no clue how should the data look like.
Could you please take a look? Thanks!
[1] napalm-automation/napalm@9d27a00 [2] napalm-automation/napalm@5003cfc