Actions
Bug #10234
closedHost/NicTest test failures
Description
Since #9391 was merged, two tests are failing on develop:
http://ci.theforeman.org/job/test_develop/1252/#showFailuresLink
HostTest::location or organizations are not enabled.test_0013_should import from external nodes output <"2.3.4.12"> expected but was <"3.3.4.12">. (test_0013_should import from external nodes output) /var/lib/workspace/workspace/test_develop/database/mysql/ruby/1.9.3/test/unit/host_test.rb:632
NicTest.test_0017_Alias subnet can only use static boot mode if it's managed undefined method `organization' for nil:NilClass (NoMethodError) /var/lib/workspace/workspace/test_develop/database/mysql/ruby/1.9.3/app/models/nic/base.rb:233:in `validate_host_taxonomy' /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-3/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:649:in `_run__3611290445695528397__validate__4520985510384080569__callbacks' /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-3/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:405:in `__run_callback' /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-3/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-3/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:81:in `run_callbacks' /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-3/gems/activemodel-3.2.21/lib/active_model/validations.rb:228:in `run_validations!' /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-3/gems/activemodel-3.2.21/lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-3/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:458:in `_run__3611290445695528397__validation__4520985510384080569__callbacks' /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-3/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:405:in `__run_callback' /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-3/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-3/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:81:in `run_callbacks' /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-3/gems/activemodel-3.2.21/lib/active_model/validations/callbacks.rb:53:in `run_validations!' /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-3/gems/activemodel-3.2.21/lib/active_model/validations.rb:195:in `valid?' /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-3/gems/activerecord-3.2.21/lib/active_record/validations.rb:69:in `valid?' /var/lib/workspace/workspace/test_develop/database/mysql/ruby/1.9.3/app/models/concerns/orchestration.rb:48:in `valid?' /var/lib/workspace/workspace/test_develop/database/mysql/ruby/1.9.3/test/unit/nic_test.rb:150:in `block in <class:NicTest>'
Actions