-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #218 from fmherschel/angi-ScaleOut-newComparators
Angi scale out new comparators
- Loading branch information
Showing
19 changed files
with
746 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
------------------------------------------------------------------- | ||
Mon Nov 13 11:43:23 UTC 2023 - Fabian Herschel <[email protected]> | ||
|
||
- version 1.2.4 as base for test package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
.\" Version: 1.001 | ||
.\" | ||
.TH SAPHanaSR-testCluster 8 "11 Nov 2023" "" "SAPHanaSR-angi" | ||
.\" | ||
.SH NAME | ||
SAPHanaSR-testCluster \- Run functional testing for SAPHanaSR clusters. | ||
.PP | ||
.\" | ||
.SH SYNOPSIS | ||
.\" | ||
\fBSAPHanaSR-testCluster\fR [ --help | --version ] | ||
.br | ||
\fBSAPHanaSR-testCluster\fR | ||
|
||
.\" | ||
.SH DESCRIPTION | ||
.\" | ||
SAPHanaSR-testCluster TODO | ||
|
||
.PP | ||
.\" | ||
.SH OPTIONS | ||
.TP | ||
--testFile | ||
path to testcase description file | ||
.TP | ||
--defaultChecksFile | ||
|
||
.TP | ||
--properties | ||
|
||
.TP | ||
--remoteNode | ||
|
||
.TP | ||
--simulate | ||
|
||
.TP | ||
--repeat | ||
|
||
.TP | ||
--dumpFailures | ||
|
||
.TP | ||
--logFile | ||
|
||
.PP | ||
.\" | ||
.SH RETURN CODES | ||
.B 0 | ||
Successful program execution. | ||
.br | ||
.B >0 | ||
Usage, syntax or execution errors. | ||
.PP | ||
.\" | ||
.SH EXAMPLES | ||
.\" | ||
|
||
.PP | ||
.\" | ||
.SH FILES | ||
.\" | ||
/usr/share/SAPHanaSR-tester/json/angi-ScaleUp/ | ||
functional tests for SAPHanaSR-angi scale-up scenarios. | ||
.TP | ||
/usr/share/SAPHanaSR-tester/json/angi-ScaleOut/ | ||
functional tests for SAPHanaSR-angi scale-out ERP scenarios, without HANA host auto-autofailover. | ||
.TP | ||
/usr/share/SAPHanaSR-tester/json/angi-ScaleOut-BW/ | ||
functional tests for SAPHanaSR-angi scale-out BW scenarios, with HANA host auto-autofailover. Not yet implemented. | ||
.TP | ||
/usr/share/SAPHanaSR-tester/json/classic-ScaleUp/ | ||
not yet implemented. | ||
.TP | ||
/usr/share/SAPHanaSR-tester/json/classic-ScaleOut/ | ||
not yet implemented. | ||
.TP | ||
/usr/share/SAPHanaSR-tester/json/classic-ScaleOut-BW/ | ||
not yet implemented. | ||
.TP | ||
$PWD/.test_properties | ||
auto-generated properties file for called shell scripts. No need to touch. | ||
.TP | ||
/usr/bin/ | ||
TODO | ||
.PP | ||
.\" | ||
.SH REQUIREMENTS | ||
.\" | ||
See the REQUIREMENTS section in SAPHanaSR-tester(7). | ||
.PP | ||
.\" | ||
.SH BUGS | ||
In case of any problem, please use your favourite SAP support process to open | ||
a request for the component BC-OP-LNX-SUSE. | ||
Please report any other feedback and suggestions to [email protected]. | ||
.PP | ||
.\" | ||
.SH SEE ALSO | ||
\fBSAPHanaSR-tester\fP(7) , | ||
\fBSAPHanaSR-tests-angi-ScaleUp\fP(7) , \fBSAPHanaSR-tests-angi-ScaleOut\fP(7) , | ||
\fBSAPHanaSR-angi\fP(7) , \fBSAPHanaSR-showAttr\fP(8) , \fBcrm_mon\fP(8) | ||
.PP | ||
.\" | ||
.SH AUTHORS | ||
F.Herschel, L.Pinne. | ||
.PP | ||
.\" | ||
.SH COPYRIGHT | ||
(c) 2023 SUSE Linux GmbH, Germany. | ||
.br | ||
The package SAPHanaSR-tester comes with ABSOLUTELY NO WARRANTY. | ||
.br | ||
For details see the GNU General Public License at | ||
http://www.gnu.org/licenses/gpl.html | ||
.\" |
Oops, something went wrong.