Skip to content

Commit 47894dd

Browse files
committed
[Test] Fix kitchen test: install_pyxis_installed
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent 45a38f2 commit 47894dd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

cookbooks/aws-parallelcluster-slurm/test/controls/pyxis_spec.rb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,7 @@
1414

1515
title 'Checks Pyxis has been installed'
1616

17-
describe directory('/opt/slurm/etc') do
18-
it { should exist }
19-
its('mode') { should cmp '0755' }
20-
its('owner') { should eq 'root' }
21-
its('group') { should eq 'root' }
22-
end
23-
24-
examples_dir = "/opt/parallelcluster/configs/examples"
17+
examples_dir = "/opt/parallelcluster/examples"
2518
dirs = [ examples_dir, "#{examples_dir}/spank", "#{examples_dir}/pyxis" ]
2619
dirs.each do |path|
2720
describe directory(path) do

0 commit comments

Comments
 (0)