Issue #7789 has been updated by Dominic Maraglia. Assignee changed from Dominic Maraglia to Matt Robinson
I am not that knowledgeable of the specs tests and think this is best answered by a code developer. I will assign this to Matt and see what he thinks. ---------------------------------------- Refactor #7789: spec/integration/type/package_spec.rb specifies OS specific defaults that are not scalable https://projects.puppetlabs.com/issues/7789 Author: James Turnbull Status: Needs Decision Priority: Normal Assignee: Matt Robinson Category: testing Target version: Affected Puppet version: Keywords: Branch: The integration test: spec/integration/type/package_spec.rb specifies a list of platforms and default providers. def provider_name(os) {"Ubuntu" => :apt, "Debian" => :apt, "Darwin" => :pkgdmg, "RedHat" => :up2date, "Fedora" => :yum, "FreeBSD" => :ports, "OpenBSD" => :openbsd, "Solaris" => :sun}[ end Tests on platforms not listed fail. This seems to me to the wrong approach. -- 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.
