We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
install_pyxis_installed
1 parent 45a38f2 commit 47894ddCopy full SHA for 47894dd
cookbooks/aws-parallelcluster-slurm/test/controls/pyxis_spec.rb
@@ -14,14 +14,7 @@
14
15
title 'Checks Pyxis has been installed'
16
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"
+ examples_dir = "/opt/parallelcluster/examples"
25
dirs = [ examples_dir, "#{examples_dir}/spank", "#{examples_dir}/pyxis" ]
26
dirs.each do |path|
27
describe directory(path) do
0 commit comments