Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppOnlyEnv ¶
AppOnlyEnv is a test environment with only fortio echo server
func NewAppOnlyEnv ¶
func NewAppOnlyEnv(id string) *AppOnlyEnv
NewAppOnlyEnv create an AppOnlyEnv with a env ID
func (*AppOnlyEnv) Bringup ¶
func (appOnlyEnv *AppOnlyEnv) Bringup() (err error)
Bringup implement the function in TestEnv Create local temp dir. Can be manually overrided if necessary.
func (*AppOnlyEnv) Cleanup ¶
func (appOnlyEnv *AppOnlyEnv) Cleanup() (err error)
Cleanup implement the function in TestEnv Remove the local temp dir. Can be manually overrided if necessary.
func (*AppOnlyEnv) GetComponents ¶
func (appOnlyEnv *AppOnlyEnv) GetComponents() []framework.Component
GetComponents returns a list with a fortio server component
func (*AppOnlyEnv) GetName ¶
func (appOnlyEnv *AppOnlyEnv) GetName() string
GetName implement the function in TestEnv return environment ID
Click to show internal directories.
Click to hide internal directories.