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 bca9709 commit 97268e6Copy full SHA for 97268e6
molecule/test13/verify.yml
@@ -13,8 +13,8 @@
13
command: scontrol show config
14
register: slurm_config
15
- assert:
16
- that: "item in slurm_config.stdout"
+ that: "item in slurm_config.stdout_lines | map('replace', ' ', '')"
17
fail_msg: "FAILED - {{ item }} not found in slurm config"
18
loop:
19
- SlurmctldSyslogDebug=error
20
- - SlurmctldSyFirstJobId=13
+ - FirstJobId=13
0 commit comments