Issue #2335 has been updated by James Turnbull.
I am honestly not sure what's changed. Luke??? defaultprovider changed somewhere? ---------------------------------------- Bug #2335: SELinux tests broken http://projects.reductivelabs.com/issues/2335 Author: James Turnbull Status: Accepted Priority: Normal Assigned to: Sean Millichamp Category: SELinux Target version: Complexity: Unknown Affected version: 0.24.8 Keywords: There are some freshly broken SELinux tests: <pre> 7) Mocha::ExpectationError in 'Puppet::Type::Selboolean when manipulating booleans should be able to access :name' not all expectations were satisfied unsatisfied expectations: - expected exactly once, not yet invoked: Puppet::Type::Selboolean.defaultprovider(any_parameters) ./spec/unit/other/selinux.rb:31: ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' 8) Mocha::ExpectationError in 'Puppet::Type::Selboolean when manipulating booleans should be able to access :value' not all expectations were satisfied unsatisfied expectations: - expected exactly once, not yet invoked: Puppet::Type::Selboolean.defaultprovider(any_parameters) ./spec/unit/other/selinux.rb:31: ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' 9) Mocha::ExpectationError in 'Puppet::Type::Selboolean when manipulating booleans should set :value to off' not all expectations were satisfied unsatisfied expectations: - expected exactly once, not yet invoked: Puppet::Type::Selboolean.defaultprovider(any_parameters) ./spec/unit/other/selinux.rb:31: ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' 10) Mocha::ExpectationError in 'Puppet::Type::Selboolean when manipulating booleans should be able to access :persistent' not all expectations were satisfied unsatisfied expectations: - expected exactly once, not yet invoked: Puppet::Type::Selboolean.defaultprovider(any_parameters) ./spec/unit/other/selinux.rb:31: ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' 11) Mocha::ExpectationError in 'Puppet::Type::Selboolean when manipulating booleans should set :persistent to false' not all expectations were satisfied unsatisfied expectations: - expected exactly once, not yet invoked: Puppet::Type::Selboolean.defaultprovider(any_parameters) ./spec/unit/other/selinux.rb:31: ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' 12) Mocha::ExpectationError in 'Puppet::Type::Selmodule when checking policy modules should be able to access :name' not all expectations were satisfied unsatisfied expectations: - expected exactly once, not yet invoked: Puppet::Type::Selmodule.defaultprovider(any_parameters) ./spec/unit/other/selinux.rb:60: ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' 13) Mocha::ExpectationError in 'Puppet::Type::Selmodule when checking policy modules should be able to access :selmoduledir' not all expectations were satisfied unsatisfied expectations: - expected exactly once, not yet invoked: Puppet::Type::Selmodule.defaultprovider(any_parameters) ./spec/unit/other/selinux.rb:60: ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' 14) Mocha::ExpectationError in 'Puppet::Type::Selmodule when checking policy modules should be able to access :selmodulepath' not all expectations were satisfied unsatisfied expectations: - expected exactly once, not yet invoked: Puppet::Type::Selmodule.defaultprovider(any_parameters) ./spec/unit/other/selinux.rb:60: ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' 15) Mocha::ExpectationError in 'Puppet::Type::Selmodule when checking policy modules should be able to access :syncversion' not all expectations were satisfied unsatisfied expectations: - expected exactly once, not yet invoked: Puppet::Type::Selmodule.defaultprovider(any_parameters) ./spec/unit/other/selinux.rb:60: ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' 16) Mocha::ExpectationError in 'Puppet::Type::Selmodule when checking policy modules should set the syncversion value to false' not all expectations were satisfied unsatisfied expectations: - expected exactly once, not yet invoked: Puppet::Type::Selmodule.defaultprovider(any_parameters) ./spec/unit/other/selinux.rb:60: ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each' ./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run' </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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
