Skip to content

Commit caa7f1f

Browse files
committed
Add wait task before validating SCS cluster status in ASCS Node Crash test
1 parent 62e0543 commit caa7f1f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/roles/ha_scs/tasks/ascs-node-crash.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
when: ansible_hostname == cluster_status_pre.ers_node
4949
become: true
5050
block:
51+
- name: "Test Execution: Wait"
52+
ansible.builtin.wait_for:
53+
timeout: 30
54+
5155
- name: "Test Execution: Validate SCS cluster status ENSA1"
5256
when: hostvars[cluster_status_pre.ascs_node].ensa2_check.stdout == "0"
5357
get_cluster_status_scs:

0 commit comments

Comments
 (0)