| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This test compares a fact made with dmidecode (linux and bsd) with one using
smbios (solaris).
|
|
|
|
| |
Includes Rspec tests
|
| |
|
|
|
|
|
|
|
|
|
| |
In addition to the stripping of the output of these facts this patchset:
Refactor - Extracted function to enable easier testing.
Tests - data driven tests for the dmidecode/smbios fact.
Paul
|
|
|
|
|
| |
Solaris orders inet and inet6 seperately. This tests for and fixes this by
uniqueing the list. Will probably need work when we get to ipv6 support.
|
|
|
|
|
|
|
|
|
|
|
|
| |
This seems to have been fixed functionally on master
(in /Users/pnasrat/Development/facter/spec)
Finished in 1.604955 seconds
183 examples, 0 failures
However I want to take the opportunity to add tests to prevent regressions
Paul
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I've made the IPMess stuff a lot less messy, and refactored
a lot of the util/ip module, including naming it more sensibly.
The biggest changes are that I moved the big case statement into
a constant and then used a bit of dispatch-style logic to use it,
and I eliminated a bunch of duplicate code in the ipmess.rb file.
Added some test data for FreeBSD and fixed a bug in my map
logic pointed out by Paul Nasrat.
I've also fixed #1846, in that the interface list now s/:/_/g.
Signed-off-by: Luke Kanies <luke@madstop.com>
|
| |
|
|
|