Issue #6614 has been updated by James Turnbull. Status changed from Accepted to Ready For Testing Branch set to https://github.com/malditogeek/facter/tree/ticket/next/6614
---------------------------------------- Bug #6614: ipv6 rspec tests fail on Ruby 1.9.2 - block (2 levels) in <top (required)> https://projects.puppetlabs.com/issues/6614 Author: James Turnbull Status: Ready For Testing Priority: Normal Assignee: Category: testing Target version: 1.6.0 Keywords: Branch: https://github.com/malditogeek/facter/tree/ticket/next/6614 Affected Facter version: <pre> 1) IPv6 address fact should return ipaddress6 information for Darwin Failure/Error: Facter.value(:ipaddress6).should == "2610:10:20:209:223:32ff:fed5:ee34" expected: "2610:10:20:209:223:32ff:fed5:ee34" got: "[\"::1\"]" (using ==) # ./spec/unit/ipaddress6_spec.rb:18:in `block (2 levels) in <top (required)>' 2) IPv6 address fact should return ipaddress6 information for Linux Failure/Error: Facter.value(:ipaddress6).should == "2610:10:20:209:212:3fff:febe:2201" expected: "2610:10:20:209:212:3fff:febe:2201" got: "[\"::1\"]" (using ==) # ./spec/unit/ipaddress6_spec.rb:26:in `block (2 levels) in <top (required)>' 3) IPv6 address fact should return ipaddress6 information for Solaris Failure/Error: Facter.value(:ipaddress6).should == "2610:10:20:209:203:baff:fe27:a7c" expected: "2610:10:20:209:203:baff:fe27:a7c" got: "[\"2610:10:20:209:203:baff:fe27:a7c\"]" (using ==) # ./spec/unit/ipaddress6_spec.rb:34:in `block (2 levels) in <top (required)>' </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
