Open cleonte opened 7 years ago
Hello,
I think it could be a good idea. Implementation could be done by adding a 'netmiko' backend and provide (or adapt) modules to interact with host handled through the netmiko backend.
I'm not an user of netmiko, it seems the most useful command is send_command()
. Could you provide an example of tests you would write ? Thanks !
Thinking out loud here...
what do you think about a link between testinfra and netmiko
https://github.com/ktbyers/netmiko
at this point mostly for checking lets say if an interface is up or in the right vlan,
what do you think?
Cheers