File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ def test_02_install_packages(self):
33
33
# FIXME: Install slurm out of contrib if we're running 'All' tests until
34
34
# SOFTWARE-1733 gives us a generalized solution
35
35
if 'osg-tested-internal' in pkg_repo_dict :
36
- all_slurm_packages = core .SLURM_PACKAGES + ['slurm-slurmdbd' ]
37
- pkg_repo_dict .update (dict ((x , ['osg-development' ]) for x in all_slurm_packages ))
36
+ pkg_repo_dict .update (dict ((x , ['osg-development' ]) for x in core .SLURM_PACKAGES ))
38
37
39
38
for pkg , repos in pkg_repo_dict .items ():
40
39
# Do not try to re-install packages
Original file line number Diff line number Diff line change @@ -110,11 +110,7 @@ def test_05_pbs_trace(self):
110
110
111
111
def test_06_slurm_trace (self ):
112
112
self .general_requirements ()
113
- core .skip_ok_unless_installed ('slurm' ,
114
- 'slurm-munge' ,
115
- 'slurm-perlapi' ,
116
- 'slurm-plugins' ,
117
- 'slurm-sql' )
113
+ core .skip_ok_unless_installed (core .SLURM_PACKAGES )
118
114
self .skip_bad_unless (service .is_running ('munge' ), 'slurm requires munge' )
119
115
self .skip_bad_unless (core .state ['condor-ce.schedd-ready' ], 'CE schedd not ready to accept jobs' )
120
116
self .skip_ok_unless (service .is_running (core .config ['slurm.service-name' ]), 'slurm service not running' )
You can’t perform that action at this time.
0 commit comments