Skip to content

Commit

Permalink
Fix failing enroot kitchen test
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Aug 28, 2024
1 parent 41b5b0f commit 7b20e6e
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,8 @@
control 'tag:config_enroot_enabled_on_graphic_instances' do
only_if { !os_properties.on_docker? && ['yes', true].include?(node['cluster']['nvidia']['enabled']) }

describe directory('/usr/bin/enroot') do
it { should exist }
its('owner') { should eq 'root' }
its('group') { should eq 'root' }
end

describe file("/opt/parallelcluster/shared/enroot") do
it { should exist }
its('mode') { should cmp '1777' }
its('owner') { should eq 'root' }
its('group') { should eq 'root' }
end unless os_properties.redhat_on_docker?
end
Expand Down

0 comments on commit 7b20e6e

Please sign in to comment.