File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ RESOURCE_DEFAULTS:
112112 required : false
113113 instance_attributes :
114114 pcmk_delay_max :
115- value : " 15"
115+ value : [ "15", "15s"]
116116 required : false
117117 pcmk_monitor_retries :
118118 value : " 4"
@@ -815,7 +815,7 @@ GLOBAL_INI:
815815 value : " susHanaSR"
816816 required : true
817817 path :
818- value : ["/usr/share/SAPHanaSR", "/hana/shared/myHooks"]
818+ value : ["/usr/share/SAPHanaSR-angi ", "/hana/shared/myHooks"]
819819 required : true
820820 execution_order :
821821 value : " 1"
Original file line number Diff line number Diff line change 1919 test_group_name : " {{ test_group_name }}_{{ ansible_os_family | upper }}"
2020 report_template : " {{ html_report_template }}"
2121 workspace_directory : " {{ _workspace_directory }}"
22- test_case_results : " {{ all_results | default({} ) }}"
22+ test_case_results : " {{ all_results | default([] ) }}"
2323 system_info : " {{ system_info | default({}) }}"
2424 register : report_file_path
You can’t perform that action at this time.
0 commit comments