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

Allow for disable of Junos Locking so that it can be externally managed #881

Merged
merged 13 commits into from
Dec 19, 2018

Conversation

ktbyers
Copy link
Contributor

@ktbyers ktbyers commented Dec 13, 2018

No description provided.

@coveralls
Copy link

coveralls commented Dec 13, 2018

Coverage Status

Coverage increased (+0.003%) to 80.477% when pulling 0002fac on junos_locking into f5220ea on develop.

@ktbyers ktbyers mentioned this pull request Dec 13, 2018
@ktbyers
Copy link
Contributor Author

ktbyers commented Dec 13, 2018

@borisovano I think this is identical to what you implemented (as far as operation). Let me know if you see any issues.

@mirceaulinic Let me know if this looks good. I fixed a couple of rebase issues that were in the previous PR.

self.keepalive = optional_args.get("keepalive", 30)
self.ssh_config_file = optional_args.get("ssh_config_file", None)
self.ignore_warning = optional_args.get("ignore_warning", False)
self.port = optional_args.get('port', 22)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These look reordered after resolving the conflicts with the develop branch.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, that was mostly just black wanted the strings to be double quoted and the original code had them as single quoted (i.e. the code from the merge conflict). I fixed it so it was compliant with black requirements.

@ktbyers ktbyers merged commit a89c0bc into develop Dec 19, 2018
ExaneServerTeam pushed a commit to ExaneServerTeam/napalm that referenced this pull request Mar 6, 2020
@mirceaulinic mirceaulinic deleted the junos_locking branch May 6, 2020 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants