Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployment ¶
type Infrastructure ¶
type Infrastructure interface { Start(string) Stop(string) GetIPs() map[string][]string GetDeployment() Deployment IsRunning() bool FillDisk(int, string, string, string) CleanupDisk(string, string, string) SimulatePackageLoss(int, int) string SimulatePackageCorruption(int, int) string SimulatePackageDuplication(int, int) string SimulateNetworkDelay(int, int) string AddTrafficControl(string, string, string) RemoveTrafficControl(string) StartCPULoad(string, int) StartMemLoad(string, float64) StopStress(string) AssertEquals(interface{}, interface{}) bool AssertNotEquals(interface{}, interface{}) bool AssertTrue(bool) bool AssertFalse(bool) bool AssertNil(interface{}) bool AssertNotNil(interface{}) bool }
Generic Infrastructure interface used by the actual test repository. This will be initialized at the runtime
Click to show internal directories.
Click to hide internal directories.