Skip to content

Commit

Permalink
[Test] Fix kitchen test: install_pyxis_installed
Browse files Browse the repository at this point in the history
Signed-off-by: Giacomo Marciani <[email protected]>
  • Loading branch information
gmarciani committed Oct 17, 2024
1 parent 21c2dba commit e553ce3
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,7 @@

title 'Checks Pyxis has been installed'

describe directory('/opt/slurm/etc') do
it { should exist }
its('mode') { should cmp '0755' }
its('owner') { should eq 'root' }
its('group') { should eq 'root' }
end

examples_dir = "/opt/parallelcluster/configs/examples"
examples_dir = "/opt/parallelcluster/examples"
dirs = [ examples_dir, "#{examples_dir}/spank", "#{examples_dir}/pyxis" ]
dirs.each do |path|
describe directory(path) do
Expand Down

0 comments on commit e553ce3

Please sign in to comment.