File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,6 +112,12 @@ def check_indexserver(self) -> None:
112112 "path" : "/hana/shared/myHooks" ,
113113 }
114114 },
115+ {
116+ "[ha_dr_provider_suschksrv]" : {
117+ "provider" : "susChkSrv" ,
118+ "path" : "/usr/share/SAPHanaSR-ScaleOut" ,
119+ }
120+ },
115121 ],
116122 OperatingSystemFamily .SUSE : [
117123 {
Original file line number Diff line number Diff line change 2222 when :
2323 - node_tier == "hana"
2424 - pre_validations_status == "PASSED"
25- - saphanasr_provider | default('SAPHanaSR') == "SAPHanaSR-angi"
2625 block :
2726 - name : " Test Execution: Kill the primary node."
2827 when : ansible_hostname == cluster_status_pre.primary_node
Original file line number Diff line number Diff line change 1010
1111- name : " Test Execution: Primary Worker Node Kill"
1212 ansible.builtin.include_tasks : " roles/ha_db_hana/tasks/includes/scaleout-worker-operation.yml"
13+ when : saphanasr_provider | default('SAPHanaSR') == "SAPHanaSR-angi"
1314 vars :
1415 hana_test_target_site_label : " primary"
1516 hana_test_target_worker_node : " {{ primary_worker_nodes | first | default('') }}"
You can’t perform that action at this time.
0 commit comments