Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ACSRPTests are the rp tests ACSRPTests string = "ACSRpTests" // ACSEngineTests are the ACS-Engine tests ACSEngineTests string = "ACSEngineTests" // SimDemTests are the SimDem tests SimDemTests string = "SimDemTests" )
View Source
const ( // Mesos is the string constant for MESOS orchestrator type Mesos string = "Mesos" // DCOS is the string constant for DCOS orchestrator type and defaults to DCOS188 DCOS string = "DCOS" // Swarm is the string constant for the Swarm orchestrator type Swarm string = "Swarm" // Kubernetes is the string constant for the Kubernetes orchestrator type Kubernetes string = "Kubernetes" // SwarmMode is the string constant for the Swarm Mode orchestrator type SwarmMode string = "SwarmMode" // RecordTestRunTableName for storing RecordTestRun RecordTestRunTableName string = "RecordTestRun" // PromoteToFailureTableName for storing PromoteToFailure PromoteToFailureTableName string = "PromoteToFailure" )
Variables ¶
This section is empty.
Functions ¶
func RecordTestRun ¶
func RecordTestRun(sa StorageAccount, testRunQos TestRunQos)
RecordTestRun procedure pushes all test result data to RecordTestRun Table
func RunPromoteToFailure ¶
func RunPromoteToFailure(sa StorageAccount, testRunPromToFail DigitalSignalFilter) (bool, error)
RunPromoteToFailure procedure Returns True when Error is Promoted, Else False
Types ¶
type DigitalSignalFilter ¶
type DigitalSignalFilter struct { TestName string // partition key TestType string // row key FailureStr string FailureCount float64 }
DigitalSignalFilter structure
type StorageAccount ¶
StorageAccount is how we connect to storage
Click to show internal directories.
Click to hide internal directories.