Documentation ¶
Overview ¶
Package sonobuoy provides functions to run Kubernetes e2e tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CertifiedConformance ¶
func CertifiedConformance(ctx context.Context, cluster cluster.K8sProvider) error
CertifiedConformance runs conformance suite in certified mode collecting all the results.
func FastConformance ¶
func FastConformance(ctx context.Context, cluster cluster.K8sProvider) error
FastConformance runs conformance suite in two passes: parallel + serial for non parallel-safe tests.
Types ¶
type Options ¶
type Options struct { RunTests []string Parallel bool RunTimeout time.Duration DeleteTimeout time.Duration KubernetesVersion string UseSpinner bool RetrieveResults bool ResultsPath string }
Options for the tests.
func DefaultOptions ¶
func DefaultOptions() *Options
DefaultOptions with hand-picked tests, timeouts, etc.
Click to show internal directories.
Click to hide internal directories.