File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
aws-parallelcluster-platform/test/controls
aws-parallelcluster-slurm/test/controls Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1414
1515 expected_enroot_version = node [ 'cluster' ] [ 'enroot' ] [ 'version' ]
1616
17- describe "gdrcopy version is expected to be #{ expected_enroot_version } " do
17+ describe "enroot version is expected to be #{ expected_enroot_version } " do
1818 subject { command ( 'enroot version' ) . stdout . strip ( ) }
1919 it { should eq expected_enroot_version }
2020 end
21+ title "Check pyxis is installed"
22+ describe file ( "/opt/slurm/etc/plugstack.conf.d/pyxis.conf" ) do
23+ it { should exist }
24+ end
2125end
2226
2327control 'tag:config_enroot_enabled_on_graphic_instances' do
Original file line number Diff line number Diff line change 1212control 'tag:install_pyxis_installed' do
1313 only_if { [ 'yes' , true ] . include? ( node [ 'cluster' ] [ 'nvidia' ] [ 'enabled' ] ) }
1414
15- title 'Checks Pyxis has been installed'
15+ title 'Checks plugstack directory has been installed'
1616
17- describe file ( " /opt/slurm/etc/plugstack.conf.d/pyxis.conf" ) do
17+ describe directory ( ' /opt/slurm/etc/plugstack.conf.d' ) do
1818 it { should exist }
1919 end
20+ # describe file("/opt/slurm/etc/plugstack.conf.d/pyxis.conf") do
21+ # it { should exist }
22+ # end
2023end
You can’t perform that action at this time.
0 commit comments