Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MixerEnvoyEnv ¶
MixerEnvoyEnv is a test environment with envoy, mixer and echo server
func NewMixerEnvoyEnv ¶
func NewMixerEnvoyEnv(id string) *MixerEnvoyEnv
NewMixerEnvoyEnv create a MixerEnvoyEnv with a env ID
func (*MixerEnvoyEnv) Bringup ¶
func (mixerEnvoyEnv *MixerEnvoyEnv) Bringup() (err error)
Bringup implement the function in TestEnv Create local temp dir. Can be manually overrided if necessary.
func (*MixerEnvoyEnv) Cleanup ¶
func (mixerEnvoyEnv *MixerEnvoyEnv) Cleanup() (err error)
Cleanup implement the function in TestEnv Remove the local temp dir. Can be manually overrided if necessary.
func (*MixerEnvoyEnv) GetComponents ¶
func (mixerEnvoyEnv *MixerEnvoyEnv) GetComponents() []framework.Component
GetComponents returns a list of components, including mixer, proxy and fortio server
func (*MixerEnvoyEnv) GetName ¶
func (mixerEnvoyEnv *MixerEnvoyEnv) GetName() string
GetName implement the function in TestEnv return environment ID
Click to show internal directories.
Click to hide internal directories.