mirror of
https://github.com/inspec/inspec
synced 2024-12-18 00:53:22 +00:00
633cea6673
Adds missing functionality to `interface`. Fixes #1830 ``` describe interface("eth0") do its(ipv4_addresses) { should include 1.2.3.4 } end ``` And so on... see diff/docs for additional matchers. Signed-off-by: Matt Kulka <mkulka@parchment.com>
1 line
46 B
Text
1 line
46 B
Text
eth0 UNKNOWN 127.0.0.1/8
|