Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(controller *framework.Controller, instances []*VMInstance) error
Types ¶
type VMInstance ¶
type VMInstance struct {
// contains filtered or unexported fields
}
func GetBaseTests ¶
func GetBaseTests(controller *framework.Controller) []*VMInstance
func GetStressTests ¶
func GetStressTests(controller *framework.Controller) []*VMInstance
func (*VMInstance) Create ¶
func (i *VMInstance) Create() error
func (*VMInstance) Delete ¶
func (i *VMInstance) Delete() error
func (*VMInstance) ReCreate ¶
func (i *VMInstance) ReCreate() error
func (*VMInstance) Stop ¶
func (i *VMInstance) Stop()
func (*VMInstance) Test ¶
func (i *VMInstance) Test(ctx context.Context, instance *VMInstance, testFunc func(*VMInstance) error, errCh chan error)
Click to show internal directories.
Click to hide internal directories.