We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let Sakuli terminate a running test after a certain amount of time, e.g. 300 Seconds:
testsuite.maxAllowedRuntime=300
Validate that this threshold is higher than the critical suite threshold. Proposal for return value:
UNKNOWN: Sakuli suite 'foobar' exceeded maxAllowedRuntime (300s) and was terminated.
The text was updated successfully, but these errors were encountered:
Introduce new Sakuli Suite state:
7 - ABORTED
and map this state to the Nagios state 3 (UNKNOWN)
Sorry, something went wrong.
If maxAllowedRuntime is lower than ciritcial suite threshold, return
UNKNOWN: maxAllowedRuntime must be higher than Suite runtime.
maybe default value of 1 houre
No branches or pull requests
Let Sakuli terminate a running test after a certain amount of time, e.g. 300 Seconds:
Validate that this threshold is higher than the critical suite threshold.
Proposal for return value:
UNKNOWN: Sakuli suite 'foobar' exceeded maxAllowedRuntime (300s) and was terminated.
The text was updated successfully, but these errors were encountered: