Skip to content

Commit

Permalink
Add default to check_connectivity for TSing job to avoid failure (#301)
Browse files Browse the repository at this point in the history
* Update jobs.py
* Create 301.fixed
  • Loading branch information
jeffkala authored Jan 16, 2025
1 parent 49ce3d3 commit 7703b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/301.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed missing job argument for the troubleshooting job.
2 changes: 1 addition & 1 deletion nautobot_device_onboarding/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ def run(self, *args, **kwargs): # pragma: no cover
username, password, secret = ( # pylint:disable=unused-variable
_parse_credentials(kwargs["secrets_group"])
)

kwargs["connectivity_test"] = False
# Initiate Nornir instance with empty inventory
compiled_results = {}
try:
Expand Down

0 comments on commit 7703b21

Please sign in to comment.