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 cb50caa commit 6c6b417Copy full SHA for 6c6b417
molecule/test6/verify.yml
@@ -8,7 +8,7 @@
8
register: sinfo
9
- name:
10
assert: # PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
11
- that: "sinfo.stdout_lines == ['compute*,up,60-00:00:00,0,n/a,']"
+ that: "sinfo.stdout_lines == ['n/a*,up,60-00:00:00,0,n/a,']"
12
fail_msg: "FAILED - actual value: {{ sinfo.stdout_lines }}"
13
- name: Check munge key copied
14
hosts: localhost
0 commit comments