inspec/test/unit/utils
Joseph Benden 1fdecc6680 Add FreeBSD support for ZFS datasets and pools
The following new resources have been added; however, they
presently only support FreeBSD and similar.

* `zfs_dataset`: tests if a named ZFS dataset is present
  and/or has certain properties.
* `zfs_pool`: tests if a named ZFS pool is present and/or
  has certain properties.

Additionally, the `mount` resource has been reworked to
include support for FreeBSD; while the existing class
was renamed to LinuxMountParser.

Unit-tests were added for all of the above.

Signed-off-by: Joseph Benden <joe@benden.us>
2017-02-22 10:29:49 -07:00
..
bsd_mount_parser_test.rb Add FreeBSD support for ZFS datasets and pools 2017-02-22 10:29:49 -07:00
filter_array_test.rb unit test FilterArray, make retrieved values unique 2016-02-09 11:51:52 +01:00
filter_table_test.rb bugfix: support nil entries in filter table 2016-10-05 13:04:00 +02:00
find_files_test.rb fix optional type argument handling 2015-12-04 14:27:32 +01:00
passwd_parser_test.rb Ignore comment lines in /etc/passwd 2016-08-16 10:54:52 +02:00
simpleconfig_test.rb move simple_config_test.rb to utils/ 2016-02-09 11:51:52 +01:00
solaris_netstat_parser.rb parse port information on solaris 10 and 11 via netstat 2016-01-28 18:30:38 +01:00