ConnectionMonitorSuccessThreshold Class

Describes the threshold for declaring a test successful.

Inheritance
ConnectionMonitorSuccessThreshold

Constructor

ConnectionMonitorSuccessThreshold(*, checks_failed_percent: typing.Union[int, NoneType] = None, round_trip_time_ms: typing.Union[float, NoneType] = None, **kwargs)

Parameters

checks_failed_percent
int

The maximum percentage of failed checks permitted for a test to evaluate as successful.

round_trip_time_ms
float

The maximum round-trip time in milliseconds permitted for a test to evaluate as successful.