...

Package bugs

import "k8s.io/kubernetes/test/e2e/framework/internal/unittests/bugs"
Overview
Index
Subdirectories

Overview ▾

Constants

const (

    // Used by unittests/list-tests. It's sorted by test name, not source code location.
    ListTestsOutput = `The following spec names can be used with 'ginkgo run --focus/skip':
    ../bugs/bugs.go:103: [sig-testing] abc   space1 space2  [Feature:no-such-feature] [Feature:feature-foo] [Environment:no-such-env] [Environment:Linux] [NodeFeature:no-such-node-env] [NodeFeature:node-feature-foo] [FeatureGate:no-such-feature-gate] [FeatureGate:TestAlphaFeature] [Alpha] [FeatureGate:TestBetaFeature] [Beta] [FeatureGate:TestGAFeature] [Conformance] [NodeConformance] [Slow] [Serial] [Disruptive] [custom-label] xyz x [foo] should [bar]
    ../bugs/bugs.go:98: [sig-testing] abc   space1 space2  [Feature:no-such-feature] [Feature:feature-foo] [Environment:no-such-env] [Environment:Linux] [NodeFeature:no-such-node-env] [NodeFeature:node-feature-foo] [FeatureGate:no-such-feature-gate] [FeatureGate:TestAlphaFeature] [Alpha] [FeatureGate:TestBetaFeature] [Beta] [FeatureGate:TestGAFeature] [Conformance] [NodeConformance] [Slow] [Serial] [Disruptive] [custom-label] xyz y [foo] should [bar]

`

    // Used by unittests/list-labels.
    ListLabelsOutput = `The following labels can be used with 'ginkgo run --label-filter':
    Alpha
    Beta
    Conformance
    Disruptive
    Environment:Linux
    Environment:no-such-env
    Feature:feature-foo
    Feature:no-such-feature
    FeatureGate:TestAlphaFeature
    FeatureGate:TestBetaFeature
    FeatureGate:TestGAFeature
    FeatureGate:no-such-feature-gate
    NodeConformance
    NodeFeature:no-such-node-env
    NodeFeature:node-feature-foo
    Serial
    Slow
    bar
    custom-label
    foo
    sig-testing

`
)

func Describe

func Describe()

func GetGinkgoOutput

func GetGinkgoOutput(t *testing.T) string

func RecordBugs

func RecordBugs()

Subdirectories

Name Synopsis
..