File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 ansible.builtin.pause :
6363 seconds : 60
6464
65+ - name : " Test Execution: Cleanup resources"
66+ ansible.builtin.command : crm_resource --cleanup
67+ register : cleanup_failed_resource_test_execution
68+ changed_when : cleanup_failed_resource_test_execution.rc == 0
69+
6570 - name : " Test Execution: Validate SCS cluster status"
6671 get_cluster_status_scs :
6772 sap_sid : " {{ sap_sid | lower }}"
7681 cluster_status_test_execution.ascs_node == cluster_status_pre.ascs_node
7782 and cluster_status_test_execution.ers_node == cluster_status_pre.ers_node
7883
79- - name : " Test Execution: Cleanup resources"
80- ansible.builtin.command : crm_resource --cleanup
81- register : cleanup_failed_resource_test_execution
82- changed_when : cleanup_failed_resource_test_execution.rc == 0
8384
8485 - name : " Test Execution: Stop timer"
8586 ansible.builtin.set_fact :
You can’t perform that action at this time.
0 commit comments