Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading