Skip to content

Commit a3028dd

Browse files
authored
Merge pull request #295 from fmherschel/angi-devel
Angi devel - express fixes
2 parents 919eda6 + 8e23e96 commit a3028dd

File tree

54 files changed

+2970
-1788
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+2970
-1788
lines changed

man-tester/SAPHanaSR-checkJson.8

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
.\" Version: 1.2
22
.\"
3-
.TH SAPHanaSR-checkJson 8 "26 Nov 2024" "" "SAPHanaSR-angi"
3+
.TH SAPHanaSR-checkJson 8 "12 Oct 2025" "" "SAPHanaSR-angi"
44
.\" TODO SAPHanaSR-testJson ?
55
.\"
66
.SH NAME
7+
.\"
78
SAPHanaSR-checkJson \- Check syntax of SAPHanaSR-tester JSON file.
89
.PP
910
.\"
1011
.SH SYNOPSIS
11-
.PP
12+
.\"
1213
\fBSAPHanaSR-checkJson\fR [ --help | --version ]
1314
.br
1415
\fBSAPHanaSR-checkJson\fR --file \fIFILE\fR [ --quiet ]
1516
.PP
1617
.\"
1718
.SH DESCRIPTION
18-
.PP
19+
.\"
1920
SAPHanaSR-checkJson is a tool for checking SAPHanaSR-tester JSON files for
2021
formally correct syntax.
2122
.PP
2223
.\"
2324
.SH OPTIONS
25+
.\"
2426
.TP
2527
--help
2628
print help message and exit.
@@ -36,18 +38,16 @@ print version and exit.
3638
.PP
3739
.\"
3840
.SH RETURN CODES
39-
.PP
41+
.\"
4042
.B 0
4143
Successful program execution.
4244
.br
4345
.B >0
4446
Usage, syntax or execution errors.
4547
.PP
4648
.\"
47-
.PP
48-
.\"
4949
.SH EXAMPLES
50-
.PP
50+
.\"
5151
\fB*\fP List predefined testfiles for SAPHanaSR-angi scale-up setups.
5252
.PP
5353
.RS 2
@@ -62,6 +62,7 @@ Usage, syntax or execution errors.
6262
.PP
6363
.\"
6464
.SH FILES
65+
.\"
6566
.TP
6667
/usr/bin/SAPHanaSR-checkJson
6768
the program itself.
@@ -71,31 +72,31 @@ path to directories with predefined functional tests.
7172
.PP
7273
.\"
7374
.SH REQUIREMENTS
74-
.PP
75+
.\"
7576
See REQUIREMENTS section in SAPHanaSR-tester(7) and SAPHanaSR-tests-syntax(5).
7677
.PP
7778
.\"
7879
.SH BUGS
79-
.PP
80-
In case of any problem, please use your favourite SAP support process to open
81-
a request for the component BC-OP-LNX-SUSE.
80+
.\"
81+
.\" In case of any problem, please use your favourite SAP support process to open
82+
.\" a request for the component BC-OP-LNX-SUSE.
8283
Please report any other feedback and suggestions to feedback@suse.com.
8384
.PP
8485
.\"
8586
.SH SEE ALSO
86-
.PP
87+
.\"
8788
\fBSAPHanaSR-tester\fP(7) , \fBSAPHanaSR-tests-syntax\fP(5) ,
8889
\fBSAPHanaSR-tests-classic-ScaleUp\fP(7) , \fBSAPHanaSR-tests-classic-ScaleOut\fP(7) ,
8990
\fBSAPHanaSR-tests-angi-ScaleUp\fP(7) , \fBSAPHanaSR-tests-angi-ScaleOut\fP(7)
9091
.PP
9192
.\"
9293
.SH AUTHORS
93-
.PP
94+
.\"
9495
F.Herschel, L.Pinne.
9596
.PP
9697
.\"
9798
.SH COPYRIGHT
98-
.PP
99+
.\"
99100
(c) 2023-2025 SUSE LLC
100101
.br
101102
The package SAPHanaSR-tester comes with ABSOLUTELY NO WARRANTY.

man-tester/SAPHanaSR-testCluster-output.5

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
.TH SAPHanaSR-testCluster-output 5 "15 Feb 2025" "" "SAPHanaSR-angi"
44
.\"
55
.SH NAME
6+
.\"
67
SAPHanaSR-testCluster-output \- SAPHanaSR-testCluster output files and formats.
78
.PP
89
.\"
910
.SH DESCRIPTION
10-
.PP
11+
.\"
1112
SAPHanaSR-tester is a suite of tools for automating functional tests of SAP HANA
1213
system replication HA clusters.
1314
.PP
@@ -52,7 +53,7 @@ Each completed test starts and ends with a line containing type "TEST". All line
5253
.PP
5354
.\"
5455
.SH EXAMPLES
55-
.PP
56+
.\"
5657
.\" 2025-02-15 12:49:21 [47624] STATUS: step final40 checked in 33 loop(s)
5758
.\"
5859
.PP
@@ -70,28 +71,28 @@ Each completed test starts and ends with a line containing type "TEST". All line
7071
.PP
7172
.\"
7273
.SH BUGS
73-
.PP
74+
.\"
7475
The SAPHanaSR-tester is under development. Syntax and formats are subject to
7576
change.
7677
.br
77-
In case of any problem, please use your favourite SAP support process to open
78-
a request for the component BC-OP-LNX-SUSE.
78+
.\" In case of any problem, please use your favourite SAP support process to open
79+
.\" a request for the component BC-OP-LNX-SUSE.
7980
Please report any other feedback and suggestions to feedback@suse.com.
8081
.PP
8182
.\"
8283
.SH SEE ALSO
83-
.PP
84+
.\"
8485
\fBSAPHanaSR-testCluster\fP(8) , \fBSAPHanaSR-tests-syntax\fP(5) ,
8586
\fBSAPHanaSR-tester\fP(7)
8687
.PP
8788
.\"
8889
.SH AUTHORS
89-
.PP
90+
.\"
9091
F.Herschel, L.Pinne.
9192
.PP
9293
.\"
9394
.SH COPYRIGHT
94-
.PP
95+
.\"
9596
(c) 2025 SUSE LLC
9697
.br
9798
The package SAPHanaSR-tester comes with ABSOLUTELY NO WARRANTY.

man-tester/SAPHanaSR-testCluster.8

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
.TH SAPHanaSR-testCluster 8 "15 Feb 2025" "" "SAPHanaSR-angi"
44
.\"
55
.SH NAME
6+
.\"
67
SAPHanaSR-testCluster \- Run functional tests for SAPHanaSR clusters.
78
.PP
89
.\"
910
.SH SYNOPSIS
10-
.PP
11+
.\"
1112
\fBSAPHanaSR-testCluster\fR [ --help | --version ]
1213
.br
1314
\fBSAPHanaSR-testCluster\fR \fIOPTION\fR [ \fIOPTION\fR ... ]
1415
.PP
1516
.\"
1617
.SH DESCRIPTION
17-
.PP
18+
.\"
1819
SAPHanaSR-testCluster is a tool to run one of the predefined test cases on a
1920
given test cluster. For that purpose it is called with options specifying the
2021
test case and the properties of the cluster to be tested.
@@ -23,6 +24,7 @@ and test automation frameworks.
2324
.PP
2425
.\"
2526
.SH OPTIONS
27+
.\"
2628
.TP
2729
--help
2830
print help message and exit.
@@ -71,7 +73,7 @@ print version and exit.
7173
.PP
7274
.\"
7375
.SH RETURN CODES
74-
.PP
76+
.\"
7577
.B 0
7678
Successful program execution.
7779
.br
@@ -80,7 +82,7 @@ Usage, syntax or execution errors.
8082
.PP
8183
.\"
8284
.SH EXAMPLES
83-
.PP
85+
.\"
8486
\fB*\fR Running a very basic functional test.
8587
.PP
8688
The functional test "nop" is performed on the Linux cluster defined in
@@ -125,6 +127,7 @@ Test ID is 8585, logfile is test.log, debug output is omitted.
125127
.PP
126128
.\"
127129
.SH FILES
130+
.\"
128131
.TP
129132
/usr/bin/SAPHanaSR-testCluster
130133
the program itself.
@@ -158,25 +161,25 @@ shell scripts for un-easy tasks on the cluster nodes.
158161
.PP
159162
.\"
160163
.SH REQUIREMENTS
161-
.PP
164+
.\"
162165
See the REQUIREMENTS section in SAPHanaSR-tester(7) and SAPHanaSR-angi(7).
163166
Of course, HANA database and Linux cluster have certain requirements.
164167
Please refer to the product documentation.
165168
.PP
166169
.\"
167170
.SH BUGS
168-
.PP
171+
.\"
169172
* The shell scripts for triggering failures are not enclosed by timeouts.
170173
.PP
171174
* The shell scripts for triggering failures almost do not log.
172175
.PP
173-
In case of any problem, please use your favourite SAP support process to open
174-
a request for the component BC-OP-LNX-SUSE.
176+
.\" In case of any problem, please use your favourite SAP support process to open
177+
.\" a request for the component BC-OP-LNX-SUSE.
175178
Please report any other feedback and suggestions to feedback@suse.com.
176179
.PP
177180
.\"
178181
.SH SEE ALSO
179-
.PP
182+
.\"
180183
\fBSAPHanaSR-tester\fP(7) , \fBSAPHanaSR-tester-output\fP(5) ,
181184
\fBSAPHanaSR-tests-syntax\fP(5) , \fBSAPHanaSR-tests-description\fP(7) ,
182185
\fBSAPHanaSR-tests-classic-ScaleUp\fP(7) , \fBSAPHanaSR-tests-classic-ScaleOut\fP(7) ,
@@ -186,12 +189,12 @@ Please report any other feedback and suggestions to feedback@suse.com.
186189
.PP
187190
.\"
188191
.SH AUTHORS
189-
.PP
192+
.\"
190193
F.Herschel, L.Pinne.
191194
.PP
192195
.\"
193196
.SH COPYRIGHT
194-
.PP
197+
.\"
195198
(c) 2023-2025 SUSE LLC
196199
.br
197200
The package SAPHanaSR-tester comes with ABSOLUTELY NO WARRANTY.

man-tester/SAPHanaSR-tester.7

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ Most tests are disruptive.
299299
The SAPHanaSR-tester is under development. Syntax and formats are subject to
300300
change.
301301
.br
302-
In case of any problem, please use your favourite SAP support process to open
303-
a request for the component BC-OP-LNX-SUSE.
302+
.\" In case of any problem, please use your favourite SAP support process to open
303+
.\" a request for the component BC-OP-LNX-SUSE.
304304
Please report any other feedback and suggestions to feedback@suse.com.
305305
.PP
306306
.\"

man-tester/SAPHanaSR-tests-angi-ScaleOut.7

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SAPHanaSR-tests-angi-ScaleOut \- Functional tests for SAPHanaSR Scale-Out.
77
.PP
88
.\"
99
.SH DESCRIPTION
10-
.PP
10+
.\"
1111
Functional test are shipped for the scale-out ERP scenario. This tests could
1212
be run out-of-the-box. The test cases are defined in dedicated files.
1313
See manual page SAPHanaSR-tests-syntax(5) for syntax details. Details like
@@ -195,7 +195,7 @@ Standby secondary worker node and online again.
195195
.PP
196196
.\"
197197
.SH EXAMPLES
198-
.PP
198+
.\"
199199
* List tests for SAPHanaSR-angi scale-out ERP scenarios
200200
.PP
201201
.RS 2
@@ -204,9 +204,10 @@ Standby secondary worker node and online again.
204204
.PP
205205
.\"
206206
.SH FILES
207+
.\"
207208
.TP
208209
/usr/share/SAPHanaSR-tester/json/angi-ScaleOut/
209-
functional tests for SAPHanaSR-angi scale-out ERP scenarios.
210+
functional tests for SAPHanaSR-angi scale-out ERP scenario.
210211
.TP
211212
/usr/bin/sct_test_*
212213
shell scripts for un-easy tasks on the cluster nodes.
@@ -216,23 +217,24 @@ shell scripts for un-easy tasks on the cluster nodes.
216217
.PP
217218
.\"
218219
.SH REQUIREMENTS
219-
.PP
220+
.\"
220221
See the REQUIREMENTS section in SAPHanaSR-tester(7) and SAPHanaSR-angi(7).
221222
Further, HANA database and Linux cluster are configured according to the SUSE
222223
setup guide for the scale-out ERP style scenario (two nodes per site, no standby).
223-
No immediate fencing is configured, except for the SAPHanaFilesystem RA.
224+
No immediate fencing is configured.
225+
.\" TODO: ? except for the SAPHanaFilesystem RA.
224226
Of course, HANA database and Linux cluster have certain requirements.
225227
Please refer to the product documentation.
226228
.\"
227229
.SH BUGS
228-
.PP
229-
In case of any problem, please use your favourite SAP support process to open
230-
a request for the component BC-OP-LNX-SUSE.
230+
.\"
231+
.\" In case of any problem, please use your favourite SAP support process to open
232+
.\" a request for the component BC-OP-LNX-SUSE.
231233
Please report any other feedback and suggestions to feedback@suse.com.
232234
.PP
233235
.\"
234236
.SH SEE ALSO
235-
.PP
237+
.\"
236238
\fBSAPHanaSR-tester\fP(7) , \fBSAPHanaSR-testCluster\fP(8) ,
237239
\fBSAPHanaSR-tests-description\fP(7) , \fBSAPHanaSR-tests-syntax\fP(5) ,
238240
\fBSAPHanaSR-tests-angi-ScaleOut_on-fail-fence\fP(7) ,
@@ -241,12 +243,12 @@ Please report any other feedback and suggestions to feedback@suse.com.
241243
.PP
242244
.\"
243245
.SH AUTHORS
244-
.PP
246+
.\"
245247
F.Herschel, L.Pinne.
246248
.PP
247249
.\"
248250
.SH COPYRIGHT
249-
.PP
251+
.\"
250252
(c) 2023-2025 SUSE LLC
251253
.br
252254
The package SAPHanaSR-tester comes with ABSOLUTELY NO WARRANTY.

0 commit comments

Comments
 (0)