EvaluationStageResult#

class rojak.orchestrator.turbulence.EvaluationStageResult(suite, phase_outcomes)[source]#

Bases: NamedTuple

Create new instance of EvaluationStageResult(suite, phase_outcomes)

Parameters:
__init__()#

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

phase_outcomes

Alias for field number 1

suite

Alias for field number 0