@@ -84,7 +84,11 @@ Options:
8484 --test_groups=GROUP Specify test group to run (e.g., HA_DB_HANA, HA_SCS)
8585 --test_cases=[case1,case2] Specify specific test cases to run (comma-separated, in brackets)
8686 --extra-vars=VAR Specify additional Ansible extra variables (e.g., --extra-vars='{"key":"value"}')
87- --offline Run offline test cases using previously collected CIB data
87+ --offline Run offline test cases using previously collected CIB data.
88+ While running offline tests, the script will look for CIB data in
89+ WORKSPACES/SYSTEM/<SYSTEM_CONFIG_NAME>/offline_validation directory.
90+ Extra vars "ansible_os_family" required for offline mode
91+ (e.g., --extra-vars='{"ansible_os_family":"SUSE"}')
8892 -h, --help Show this help message
8993
9094Examples:
@@ -94,6 +98,34 @@ Examples:
9498 $0 --test_groups=HA_DB_HANA --test_cases=[ha-config,primary-node-crash] --extra-vars='{"key":"value"}'
9599 $0 --test_groups=HA_DB_HANA --test_cases=[ha-config] --offline
96100
101+ Available Test Cases for groups:
102+ $0 --test_groups=HA_DB_HANA
103+ ha-config => High Availability configuration
104+ azure-lb => Azure Load Balancer
105+ resource-migration => Resource Migration
106+ primary-node-crash => Primary Node Crash
107+ block-network => Block Network
108+ primary-crash-index => Primary Crash Index
109+ primary-node-kill => Primary Node Kill
110+ primary-echo-b => Primary Echo B
111+ secondary-node-kill => Secondary Node Kill
112+ secondary-echo-b => Secondary Echo B
113+ fs-freeze => FS Freeze
114+ sbd-fencing => SBD Fencing
115+ secondary-crash-index => Secondary Crash Index
116+ $0 --test_groups=HA_SCS
117+ ha-config => High Availability configuration
118+ azure-lb => Azure Load Balancer
119+ sapcontrol-config => SAP Control Configuration
120+ ascs-migration => ASCS Migration
121+ block-network => Block Network
122+ kill-message-server => Kill Message Server
123+ kill-enqueue-server => Kill Enqueue Server
124+ kill-enqueue-replication => Kill Enqueue Replication
125+ kill-sapstartsrv-process => Kill SAP Start Service Process
126+ manual-restart => Manual Restart
127+ ha-failover-to-node => HA Failover to Secondary Node
128+
97129Configuration is read from vars.yaml file.
98130EOF
99131}
0 commit comments