Skip to content

Commit

Permalink
tests: update to use new mungectl API
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Nucciarone <[email protected]>
  • Loading branch information
NucciTheBoss committed Jul 3, 2024
1 parent b5495ec commit 9e533ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/configless-slurm/configless-slurm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ acts:
envsubst < slurm.conf > /var/snap/slurm/common/etc/slurm/slurm.conf
snap start slurm.slurmctld
snap restart slurm.munged
slurm.mungectl get | tee key.out
slurm.mungectl key get | tee key.out
compute:
name: "Provision workload scheduler (compute)"
Expand Down Expand Up @@ -131,7 +131,7 @@ acts:
mount -t nfs nfs-server:/home /home
- name: "Start compute service"
run: |
cat key.out | slurm.mungectl set
cat key.out | slurm.mungectl key set
snap set slurm slurmd.config-server=controller:6817
snap restart slurm.munged
snap start slurm.slurmd
Expand Down

0 comments on commit 9e533ec

Please sign in to comment.