Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompassE2E ¶
type CompassE2E struct {
// contains filtered or unexported fields
}
CompassE2E executes complete external solution integration test scenario using Compass for Application registration and connectivity
func (*CompassE2E) AddFlags ¶
func (s *CompassE2E) AddFlags(set *pflag.FlagSet)
AddFlags adds CLI flags to given FlagSet
func (*CompassE2E) NewState ¶
func (s *CompassE2E) NewState() (*compassE2EState, error)
type E2E ¶
type E2E struct {
// contains filtered or unexported fields
}
E2E executes complete external solution integration test scenario
type E2EEventMesh ¶
type E2EEventMesh struct {
// contains filtered or unexported fields
}
E2E executes complete external solution integration test scenario
func (*E2EEventMesh) AddFlags ¶
func (s *E2EEventMesh) AddFlags(set *pflag.FlagSet)
AddFlags adds CLI flags to given FlagSet
func (*E2EEventMesh) NewState ¶
func (s *E2EEventMesh) NewState() *e2EEventMeshState
type Scenario ¶
type Scenario interface { AddFlags(set *pflag.FlagSet) Steps(config *rest.Config) ([]step.Step, error) }
Scenario represents a test scenario to be run
type SendEventAndCheckCounter ¶
type SendEventAndCheckCounter struct {
E2E
}
SendEventAndCheckCounter is a shorter version of E2E. It only sends event and checks if counter pod is updated.
Click to show internal directories.
Click to hide internal directories.