Documentation ¶
Index ¶
Constants ¶
View Source
const (
EnvVarPrefix = "SCYLLA_OPERATOR_TESTS_"
)
Variables ¶
This section is empty.
Functions ¶
func NewRunCommand ¶
func NewRunCommand(streams genericclioptions.IOStreams) *cobra.Command
func NewTestsCommand ¶
func NewTestsCommand(streams genericclioptions.IOStreams) *cobra.Command
Types ¶
type RunOptions ¶
type RunOptions struct { genericclioptions.IOStreams genericclioptions.ClientConfig TestFrameworkOptions Quiet bool ShowProgress bool FlakeAttempts int FailFast bool FocusStrings []string SkipStrings []string SkipMeasurements bool RandomSeed int64 DryRun bool Color bool }
func NewRunOptions ¶
func NewRunOptions(streams genericclioptions.IOStreams) *RunOptions
func (*RunOptions) Complete ¶
func (o *RunOptions) Complete() error
func (*RunOptions) Run ¶
func (o *RunOptions) Run(streams genericclioptions.IOStreams, commandName string) error
func (*RunOptions) Validate ¶
func (o *RunOptions) Validate() error
type TestFrameworkOptions ¶
type TestFrameworkOptions struct { ArtifactsDir string DeleteTestingNSPolicyUntyped string DeleteTestingNSPolicy framework.DeleteTestingNSPolicyType }
func NewTestFrameworkOptions ¶
func NewTestFrameworkOptions() TestFrameworkOptions
func (*TestFrameworkOptions) AddFlags ¶
func (o *TestFrameworkOptions) AddFlags(cmd *cobra.Command)
func (*TestFrameworkOptions) Complete ¶
func (o *TestFrameworkOptions) Complete() error
func (*TestFrameworkOptions) Validate ¶
func (o *TestFrameworkOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.