From: Tom Hughes Date: Fri, 2 Dec 2022 10:53:50 +0000 (+0000) Subject: Skip some hardware changes in test mode X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/3fa753aa704c2d806046d083efe866ba39d87122 Skip some hardware changes in test mode --- diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index e64a49b5a..6679bb178 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -63,6 +63,7 @@ when "HP", "HPE" execute "update-ilo" do action :nothing command "/usr/sbin/hponcfg -f /etc/ilo-defaults.xml" + not_if { kitchen? } end template "/etc/ilo-defaults.xml" do @@ -145,6 +146,7 @@ end units.sort.uniq.each do |unit| service "serial-getty@ttyS#{unit}" do action [:enable, :start] + not_if { kitchen? } end end