Skip to content

Commit

Permalink
Minor cleanup (#3539)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers authored Nov 25, 2024
1 parent a5309fe commit ea5fa52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions netmiko/cli_tools/netmiko_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

COMMAND = "netmiko-show"

# FIX: --list-devices currently fails due to missing 'device/group'


def main_ep():
sys.exit(main(sys.argv[1:]))
Expand Down
1 change: 1 addition & 0 deletions tests/unit/test_clitools_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def test_ssh_conn_failure(mock_connecthandler):
def test_obtain_devices_all(netmiko_yml, monkeypatch, set_encryption_key):
yml_path = BASE_YAML_PATH / netmiko_yml
monkeypatch.setenv("NETMIKO_TOOLS_CFG", str(yml_path))
set_encryption_key()

result = obtain_devices("all")

Expand Down

0 comments on commit ea5fa52

Please sign in to comment.