{code:java} Randomized with seed 30125 .....F......F.............................................................................................................Failures: 1) Facter when calling the ruby API to_hash contains ipaddress6 Failure/Error: expect(fact_hash['ipaddress6']).to match(/([a-z0-9]\{1,4}:\{1,2})+[a-z0-9]\{1,4}/) expected nil to match /([a-z0-9]\{1,4}:\{1,2})+[a-z0-9]\{1,4}/ # ./spec_integration/facter_to_hash_spec.rb:93:in `block (3 levels) in <top (required)>' 2) Facter when calling facter cli with user query returns ipaddress6 Failure/Error: expect(out).to match(/([a-z0-9]\{1,4}:\{1,2})+[a-z0-9]\{1,4}/) expected "\n" to match /([a-z0-9]\{1,4}:\{1,2})+[a-z0-9]\{1,4}/ Diff: @@ -1,2 +1 @@ -/([a-z0-9]\{1,4}:\{1,2})+[a-z0-9]\{1,4}/ # ./spec_integration/facter_to_hash_spec.rb:54:in `block (4 levels) in <top (required)>'Finished in 29.42 seconds (files took 0.31385 seconds to load) 122 examples, 2 failuresFailed examples:rspec ./spec_integration/facter_to_hash_spec.rb:90 # Facter when calling the ruby API to_hash contains ipaddress6 rspec ./spec_integration/facter_to_hash_spec.rb:51 # Facter when calling facter cli with user query returns ipaddress6 {code} |
|