File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 failed_when : sapstartsrv_pid.stdout == ""
4040
4141 - name : " Test Execution: Kill sapstartsrv Process"
42- ansible.builtin.shell : echo " {{ sapstartsrv_pid.stdout_lines | join(' ' ) }}" | xargs -r kill -9
42+ ansible.builtin.shell : echo ' {{ sapstartsrv_pid.stdout_lines | join(" " ) }}' | xargs -r kill -9
4343 register : kill_sapstartsrv_result
4444 failed_when : false
4545
4848 timeout : 30
4949
5050 - name : " Test Execution: Find sapstartsrv PID after killing the process"
51- ansible.builtin.shell : pgrep -fl " ASCS{{ scs_instance_number }}.*sapstartsrv" | awk '{print $1}'
51+ ansible.builtin.shell : pgrep -fl ' ASCS{{ scs_instance_number }}.*sapstartsrv' | awk '{print $1}'
5252 register : sapstartsrv_pid_after_kill
5353 failed_when : sapstartsrv_pid_after_kill.stdout == ""
5454
8888 " Pre Validations: Validate SCS cluster status " : " {{ cluster_status_pre }}" ,
8989 " Pre Validations: CleanUp any failed resource " : " {{ cleanup_failed_resource_pre }}" ,
9090 " Test Execution: Find sapstartsrv PID " : " {{ sapstartsrv_pid }}" ,
91- " Test Execution: Kill sapstartsrv Process " : " {{ kill_sapstartsrv_result }}" ,
9291 " Test Execution: Find sapstartsrv PID after killing the process " : " {{ sapstartsrv_pid_after_kill }}" ,
9392 " Post Validations Result " : " {{ cluster_status_test_execution }}" ,
9493 }
You can’t perform that action at this time.
0 commit comments