Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testinfra/modules/interface: Implement link property #744

Merged

Conversation

BenoitKnecht
Copy link
Contributor

On Linux, implement host.interface(iface).link(), which returns the output of

ip --json link show $iface

@philpep philpep added the enhancement This issue/PR relates to a feature request. label Nov 13, 2023
On Linux, implement `host.interface(iface).link()`, which returns the output of

```shell
ip --json link show $iface
```

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>
@philpep philpep force-pushed the implement-interface-link-property branch from fff9e94 to c7f5462 Compare February 15, 2024 04:45
@philpep philpep merged commit 525bde4 into pytest-dev:main Feb 15, 2024
7 checks passed
@philpep
Copy link
Contributor

philpep commented Feb 15, 2024

Merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue/PR relates to a feature request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants