Skip to content

Commit 6c6b417

Browse files
committed
fix test6 now partition name changed (when deleting test15)
1 parent cb50caa commit 6c6b417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/test6/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
register: sinfo
99
- name:
1010
assert: # PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
11-
that: "sinfo.stdout_lines == ['compute*,up,60-00:00:00,0,n/a,']"
11+
that: "sinfo.stdout_lines == ['n/a*,up,60-00:00:00,0,n/a,']"
1212
fail_msg: "FAILED - actual value: {{ sinfo.stdout_lines }}"
1313
- name: Check munge key copied
1414
hosts: localhost

0 commit comments

Comments
 (0)