Skip to content

Commit 3a58960

Browse files
committed
Disable all HA functional tests in input-api.yaml
1 parent 703958c commit 3a58960

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

src/vars/input-api.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ test_groups:
2020
The HA parameter validation test validates HA configuration,
2121
including Corosync settings, Pacemaker resources, SBD device configuration,
2222
and HANA system replication setup.
23-
enabled: true
23+
enabled: false
2424

2525
- name: Azure Load Balancer Validation
2626
task_name: azure-lb
2727
description: |
2828
The Azure LB configuration test validates Azure Load Balancer setup including health probe
2929
configuration, backend pool settings, load balancing rules, and frontend IP configuration.
30-
enabled: true
30+
enabled: false
3131

3232
- name: HA Functional Test- Resource Migration
3333
task_name: resource-migration
@@ -37,7 +37,7 @@ test_groups:
3737
resources to the secondary node, verifies proper role changes, ensures cluster maintains
3838
stability throughout the transition, and validates complete data synchronization after
3939
migration.
40-
enabled: true
40+
enabled: false
4141

4242
- name: HA Functional Test- Primary Node Crash
4343
task_name: primary-node-crash
@@ -46,7 +46,7 @@ test_groups:
4646
crashes on the primary node. It simulates an index server failure by forcefully terminating
4747
the process, then verifies automatic failover to the secondary node, monitors system
4848
replication status, and confirms service recovery without data loss.
49-
enabled: true
49+
enabled: false
5050

5151
- name: HA Functional Test- Block Network Communication
5252
task_name: block-network
@@ -56,7 +56,7 @@ test_groups:
5656
It verifies split-brain prevention mechanisms, validates proper failover execution when nodes
5757
become isolated, and ensures cluster stability and data consistency after network
5858
sconnectivity is restored.
59-
enabled: true
59+
enabled: false
6060

6161
- name: HA Functional Test- Crash index server on primary node
6262
task_name: primary-crash-index
@@ -66,7 +66,7 @@ test_groups:
6666
service failure, triggering automatic failover to the secondary node. The test verifies
6767
proper failover execution, ensures data consistency, and validates service restoration after
6868
recovery.
69-
enabled: true
69+
enabled: false
7070

7171
- name: HA Functional Test- Primary Node Kill
7272
task_name: primary-node-kill
@@ -75,7 +75,7 @@ test_groups:
7575
processes on the primary node using SIGKILL signal. This simulates an abrupt service failure,
7676
triggering automatic failover to the secondary node. The test verifies proper promotion of
7777
secondary to primary, ensures data consistency, and validates complete cluster recovery.
78-
enabled: true
78+
enabled: false
7979

8080
- name: HA Functional Test- Echo B on Primary Node
8181
task_name: primary-echo-b
@@ -84,7 +84,7 @@ test_groups:
8484
executing the 'echo b' command to trigger an abrupt reboot without proper shutdown. This
8585
tests the cluster's ability to handle unexpected primary node failures, validates proper
8686
failover execution, and verifies data consistency after recovery.
87-
enabled: true
87+
enabled: false
8888

8989
- name: HA Functional Test- Secondary Node Kill
9090
task_name: secondary-node-kill
@@ -93,7 +93,7 @@ test_groups:
9393
processes on the secondary node using the kill -9 signal. The test validates that the primary
9494
node maintains normal operation while the secondary node undergoes recovery, ensuring cluster
9595
stability and proper data synchronization after the recovery process completes.
96-
enabled: true
96+
enabled: false
9797

9898
- name: HA Functional Test- Echo B on Secondary Node
9999
task_name: secondary-echo-b
@@ -102,7 +102,7 @@ test_groups:
102102
by executing the 'echo b' command, triggering an immediate reboot without proper shutdown
103103
procedures. The test validates that the primary node maintains operation, verifies cluster
104104
stability, and ensures system replication resumes correctly after the secondary node recovers.
105-
enabled: true
105+
enabled: false
106106

107107
- name: HA Functional Test- Freeze File System on Primary Node
108108
task_name: fs-freeze
@@ -111,15 +111,15 @@ test_groups:
111111
becomes unresponsive. It simulates a storage issue by freezing the filesystem on the primary
112112
node running HANA database, which triggers automatic failover to the secondary node. The test
113113
verifies proper cluster reaction, resource migration, and data consistency after recovery.
114-
enabled: true
114+
enabled: false
115115

116116
- name: HA Functional Test- Test SBD Inquisitor kill
117117
task_name: sbd-fencing
118118
description: |
119119
Validates cluster fencing mechanism by killing the SBD inquisitor process on the primary
120120
node. Tests proper fence detection, node isolation, and automated failover to ensure cluster
121121
integrity during hardware or communication failures.
122-
enabled: true
122+
enabled: false
123123

124124
- name: HA Functional Test- Crash index server on secondary node
125125
task_name: secondary-crash-index
@@ -128,7 +128,7 @@ test_groups:
128128
the secondary node. It validates that the primary node continues normal operation while
129129
verifying the cluster's ability to handle secondary failures, tests automatic recovery
130130
mechanisms, and ensures system replication resumes properly after service restoration.
131-
enabled: true
131+
enabled: false
132132

133133
- name: HA_SCS
134134
test_cases:
@@ -138,22 +138,22 @@ test_groups:
138138
The HA parameter validation test validates HA configuration,
139139
including Corosync settings, Pacemaker resources, SBD device configuration,
140140
and HANA system replication setup.
141-
enabled: true
141+
enabled: false
142142

143143
- name: Azure Load Balancer Validation
144144
task_name: azure-lb
145145
description: |
146146
The Azure LB configuration test validates Azure Load Balancer setup including health probe
147147
configuration, backend pool settings, load balancing rules, and frontend IP configuration.
148-
enabled: true
148+
enabled: false
149149

150150
- name: "SAPControl Config Validation"
151151
task_name: sapcontrol-config
152152
description: |
153153
The SAPControl Config Validation test runs multiple sapcontrol commands to validate the SCS configuration.
154154
It executes commands like HAGetFailoverConfig, HACheckFailoverConfig, and HACheckConfig, capturing their
155155
outputs and statuses to ensure proper configuration and functionality.
156-
enabled: true
156+
enabled: false
157157

158158
- name: "Manual ASCS Migration"
159159
task_name: ascs-migration
@@ -163,7 +163,7 @@ test_groups:
163163
resources to the ERS node, verifies proper role changes, ensures cluster maintains
164164
stability throughout the transition, and validates complete data synchronization after
165165
migration.
166-
enabled: true
166+
enabled: false
167167

168168
- name: "ASCS Node Crash"
169169
task_name: ascs-node-crash
@@ -172,7 +172,7 @@ test_groups:
172172
simulates an ASCS node failure by forcefully terminating the process, then verifies
173173
automatic failover to the ERS node, monitors system replication status, and confirms
174174
service recovery without data loss.
175-
enabled: true
175+
enabled: false
176176

177177
- name: "Block Network Communication"
178178
task_name: block-network
@@ -182,7 +182,7 @@ test_groups:
182182
It verifies split-brain prevention mechanisms, validates proper failover execution when nodes
183183
become isolated, and ensures cluster stability and data consistency after network
184184
connectivity is restored.
185-
enabled: true
185+
enabled: false
186186

187187
- name: "Kill Message Server Process"
188188
task_name: kill-message-server
@@ -192,7 +192,7 @@ test_groups:
192192
handles both ENSA1 and ENSA2 architectures. It verifies proper cluster
193193
reaction, automatic failover to the ERS node, and ensures service continuity after
194194
the process failure.
195-
enabled: true
195+
enabled: false
196196

197197
- name: "Kill Enqueue Server Process"
198198
task_name: kill-enqueue-server
@@ -202,7 +202,7 @@ test_groups:
202202
handles both ENSA1 and ENSA2 architectures. It validates proper
203203
cluster behavior, automatic failover execution, and confirms that the enqueue table is
204204
properly replicated to preserve the lock state.
205-
enabled: true
205+
enabled: false
206206

207207
- name: "Kill Enqueue Replication Server Process"
208208
task_name: kill-enqueue-replication
@@ -220,7 +220,7 @@ test_groups:
220220
instance by forcefully terminating it using the kill -9 signal. It validates proper cluster
221221
reaction, automatic failover to the ERS node, and verifies service restoration after the
222222
process failure.
223-
enabled: true
223+
enabled: false
224224

225225
- name: "Manual Restart of ASCS Instance"
226226
task_name: manual-restart
@@ -229,7 +229,7 @@ test_groups:
229229
using sapcontrol. It verifies proper cluster reaction to a controlled instance shutdown,
230230
ensures automatic failover to the ERS node, and confirms service continuity throughout
231231
the operation.
232-
enabled: true
232+
enabled: false
233233

234234
- name: "HAFailoverToNode Test"
235235
task_name: ha-failover-to-node
@@ -239,7 +239,7 @@ test_groups:
239239
SAP administrator user, which initiates a clean migration of the ASCS instance to another node.
240240
The test verifies proper execution of the SAP HA interface, validates the resource migration,
241241
and confirms service continuity throughout the failover process.
242-
enabled: true
242+
enabled: false
243243

244244

245245
# Default values for HANA DB HA Test Cases

0 commit comments

Comments
 (0)