inspec/test
Matt Kulka 633cea6673 support address matchers on interface resource
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>
2019-04-12 08:24:13 -07:00
..
cookbooks/os_prepare Add comment regarding the postgresql pin 2019-02-14 14:02:06 -08:00
functional Implement credential set loading 2019-02-27 15:14:27 -05:00
integration Merge pull request #3814 from inspec/tas50/kitchen 2019-02-27 14:43:21 -05:00
unit support address matchers on interface resource 2019-04-12 08:24:13 -07:00
docker_run.rb Doc typo fix (#3551) 2018-11-05 09:11:23 -05:00
docker_test.rb Load all dependent libraries, even if include_context isn't called 2016-09-04 20:55:20 +02:00
helper.rb support address matchers on interface resource 2019-04-12 08:24:13 -07:00