Project

General

Profile

« Previous | Next » 

Revision a308c5b9

Added by Dominic Cleal over 7 years ago

fixes #16866 - don't call orchestration skip if unattended is off

(cherry picked from commit 525e321360fe8e26823a683eb76744d36b32efc2)

View differences:

test/unit/host_test.rb
host = Host.create :name => "myhost", :mac => "aabbccddeeff", :ip => "123.01.02.03"
assert_equal "myhost", host.fqdn
end
test 'should import facts' do
refute Host.find_by_name('sinn1636.lan')
raw = parse_json_fixture('/facts_with_certname.json')
host = Host.import_host(raw['name'], 'puppet')
host.expects(:skip_orchestration!).never
host.expects(:enable_orchestration!).never
assert host.import_facts(raw['facts'])
end
end
test "should be able to save host" do

Also available in: Unified diff