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.
1 parent 5ab91d5 commit 07238a9Copy full SHA for 07238a9
osgtest/tests/test_290_slurm.py
@@ -18,6 +18,7 @@
18
StorageLoc={name}
19
StorageUser={user}
20
StoragePass={password}
21
+StoragePort={port}
22
"""
23
24
SLURM_CONFIG = """AccountingStorageHost=localhost
@@ -106,7 +107,8 @@ def test_02_start_slurmdbd(self):
106
107
files.write(core.config['slurmdbd.config'],
108
SLURMDBD_CONFIG.format(name=core.config['slurmdbd.name'],
109
user=core.config['slurmdbd.user'].split('\'')[1],
- password=core.options.password,),
110
+ password=core.options.password,
111
+ port=mysql.PORT),
112
owner='slurm',
113
chmod=0o644)
114
service.check_start('slurmdbd')
0 commit comments