You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testinfra/modules/interface: Implement link property
On Linux, implement `host.interface(iface).link()`, which returns the output of
```shell
ip --json link show $iface
```
Signed-off-by: Benoît Knecht <[email protected]>
0 commit comments