Documentation ¶
Overview ¶
Package e2e launches an OSD cluster, performs tests on it, and destroys it.
Index ¶
Constants ¶
View Source
const ( Success = 0 Failure = 1 Aborted = 130 )
View Source
const ManyGroupedFailureName = "A lot of tests failed together"
ManyGroupedFailureName is the incident title assigned to incidents reperesenting a large cluster of test failures.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Metrics ¶
type Metrics struct {
// contains filtered or unexported fields
}
Metrics is the metrics object which can parse jUnit and JSON metadata and produce Prometheus metrics.
func NewMetrics ¶
func NewMetrics() *Metrics
NewMetrics creates a new metrics object using the given config object.
func (*Metrics) WritePrometheusFile ¶
WritePrometheusFile collects data and writes it out in the prometheus export file format (https://github.com/prometheus/docs/blob/master/content/docs/instrumenting/exposition_formats.md) Returns the prometheus file name.
Directories ¶
Path | Synopsis |
---|---|
Package openshift runs the OpenShift extended test suite.
|
Package openshift runs the OpenShift extended test suite. |
hypershift
Package hypershift runs test units for hypershift clusters
|
Package hypershift runs test units for hypershift clusters |
Click to show internal directories.
Click to hide internal directories.