Enforce sinfo on all clusters

This commit is contained in:
Benoît Seignovert 2024-02-12 16:00:36 +01:00
parent 692541119e
commit 433862d0ad
Signed by: Benoît Seignovert
GPG key ID: F5D8895227D18A0B
2 changed files with 2 additions and 1 deletions

View file

@ -53,6 +53,7 @@ def test_slurm_sinfo_run(monkeypatch):
'--federation '
'--noheader '
'--responding '
'--cluster=all '
'--Format=Cluster,PartitionName,NodeHost,StateLong,CPUsState,Memory,Gres'
)