Documentation
¶
Index ¶
Constants ¶
View Source
const (
TestTimeout = time.Minute * 3
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Fixture ¶
type Fixture struct {
KubeClientset kubernetes.Interface
AppClientset appclientset.Interface
ArgoCDNamespace string
DeploymentNamespace string
ArgoCDClientset argocdclient.Client
SettingsManager *settings.SettingsManager
// contains filtered or unexported fields
}
Fixture represents e2e tests fixture.
func NewFixture ¶
NewFixture creates e2e tests fixture: ensures that Application CRD is installed, creates temporal namespace, starts repo and api server, configure currently available cluster.
func (*Fixture) EnsureCleanState ¶ added in v0.12.1
func (f *Fixture) EnsureCleanState()
Click to show internal directories.
Click to hide internal directories.