ktbyers / netmiko

Multi-vendor library to simplify Paramiko SSH connections to network devices
MIT License
3.62k stars 1.31k forks source link

Add new vendor's ssh code #3501

Open Yukissss opened 1 month ago

Yukissss commented 1 month ago

Hi there,

I've added support for a new vendor, Asterfusion, by including the AsterfusionSSH class in our repository. Here's a summary of the updates and tests I've conducted:

New Class Addition:

Integrated the AsterfusionSSH class to enable connections and interactions with Asterfusion devices. Testing:

All tests as outlined in the project's contribution guidelines have been performed. Two tests encountered issues: test_find_cfg_file failed due to directory path discrepancies on Windows. I've noted this down for further investigation. Tests requiring genie and pyats could not be completed as these packages failed to install despite my attempts.

Thank you for considering this PR. I'm eager to contribute to the project and improve our support for Asterfusion devices.

Tests: image image