File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 test_execution_hostname : " {{ hostvars[cluster_status_pre.ascs_node].ansible_hostname }}"
3535
3636 - name : " Test Execution: Echo B to /proc/sysrq-trigger"
37- ansible.builtin.command : echo b > /proc/sysrq-trigger
37+ ansible.builtin.shell : echo b > /proc/sysrq-trigger
3838 async : 1
3939 poll : 0
4040 register : ascs_crash_result
100100 ansible.builtin.set_fact :
101101 test_case_message_from_test_case : " Pre Validations for SCS cluster status checks failed. Please check the details."
102102 test_case_details_from_test_case : {
103- " Pre Validations: Validate SCS luster status " : " {{ cluster_status_pre }}" ,
103+ " Pre Validations: Validate SCS cluster status " : " {{ cluster_status_pre }}" ,
104104 }
105105
106106 - name : " Post Validations Tasks"
You can’t perform that action at this time.
0 commit comments