You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bugfix/ios get interfaces counters mgmt0 (#1201)
* IOS: fix get_interfaces_counters when interface = canonical
Fixes#1200
mgmt0 interface is not translated to it's canonical name
on the 'show interface' command.
Thix fix attempt to use the expected Canonical name first
and fallback to the interface name in case of a KeyError is
raised
* Add test
* Make black happy !
* Version 3.0.1 (#1202)
* Junos: close configuration in case configure_private is set to avoid configure session to stay forever. (#1199)
This is done in commit_config and discard_config functions.
Co-authored-by: Mircea Ulinic <[email protected]>
* Bugfix/ios get optics input na (#1206)
* IOS: fix get_optics when input is N/A
Extend the current check to ouput value to the input value.
Input value could also be N/A
Fixes#1205
* Add test
* Bugfix/ios get optics support vss (#1208)
* IOS: support get_optics on VSS Setup
Introduce a new class function: _is_vss
If the current swith is a VSS setup, run
the following commands an parse the output::
show interfaces transceiver switch 1
show interfaces transceiver switch 2
* Add test
* Make black happy
* Bump pytest from 5.4.1 to 5.4.2 (#1204)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.1 to 5.4.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@5.4.1...5.4.2)
Signed-off-by: dependabot-preview[bot] <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Mircea Ulinic <[email protected]>
* Update README.md and setup.py so branch has some differences (#1209)
* Fix cmd_verify and null character on NX-OS (#1214)
* Bump ddt from 1.3.1 to 1.4.1 (#1219)
Bumps [ddt](https://github.com/datadriventests/ddt) from 1.3.1 to 1.4.1.
- [Release notes](https://github.com/datadriventests/ddt/releases)
- [Commits](datadriventests/ddt@1.3.1...1.4.1)
Signed-off-by: dependabot-preview[bot] <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* Add eos_fn0039_config optional arg to toggle FN 0039 on config commands (#1212)
Co-authored-by: Kirk Byers <[email protected]>
Co-authored-by: Exane Server Team <[email protected]>
Co-authored-by: spinoshi <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Kirk Byers <[email protected]>
* Many others, check the [contributors](https://github.com/napalm-automation/napalm/graphs/contributors) page for details.
134
136
135
137
136
138
Thanks
137
139
======
138
140
139
-
This project was founded by David Barroso as part of [Spotify][spotify] and Elisa Jasinska as part of [BigWave IT][bigwave]. Originally it was hosted by the [Spotify][spotify] organization but due to the many contributions received by third parties we agreed creating a dedicated organization for NAPALM and give a big thanks to [Spotify][spotify] for the support.
141
+
This project is maintained by David Barroso, Mircea Ulinic, and Kirk Byers and a set of other contributors.
142
+
143
+
Originally it was hosted by the [Spotify][spotify] organization but due to the many contributions received by third parties we agreed creating a dedicated organization for NAPALM and give a big thanks to [Spotify][spotify] for the support.
0 commit comments