Skip to content

Commit 97268e6

Browse files
committed
fix test13 verification
1 parent bca9709 commit 97268e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

molecule/test13/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
command: scontrol show config
1414
register: slurm_config
1515
- assert:
16-
that: "item in slurm_config.stdout"
16+
that: "item in slurm_config.stdout_lines | map('replace', ' ', '')"
1717
fail_msg: "FAILED - {{ item }} not found in slurm config"
1818
loop:
1919
- SlurmctldSyslogDebug=error
20-
- SlurmctldSyFirstJobId=13
20+
- FirstJobId=13

0 commit comments

Comments
 (0)