Documentation ¶
Index ¶
- func CheckCadvisorHealthOnAllNodes(c *client.Client, timeout time.Duration)
- func ClusterLevelLoggingWithElasticsearch(c *client.Client)
- func DeleteRC(c *client.Client, ns, name string) error
- func Failf(format string, a ...interface{})
- func LaunchNetTestPodPerNode(nodes *api.NodeList, name string, c *client.Client, ns string) []string
- func Logf(format string, a ...interface{})
- func RunE2ETests(context *TestContextType, orderseed int64, times int, reportDir string, ...)
- func RunRC(c *client.Client, name string, ns, image string, replicas int)
- func ServeImageOrFail(c *client.Client, test string, image string)
- type CloudConfig
- type TestContextType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckCadvisorHealthOnAllNodes ¶ added in v0.11.0
func ClusterLevelLoggingWithElasticsearch ¶ added in v0.14.0
ClusterLevelLoggingWithElasticsearch is an end to end test for cluster level logging.
func LaunchNetTestPodPerNode ¶ added in v0.15.0
func RunE2ETests ¶
func RunE2ETests(context *TestContextType, orderseed int64, times int, reportDir string, testList []string)
Run each Go end-to-end-test. This function assumes the creation of a test cluster.
Types ¶
type CloudConfig ¶ added in v0.15.0
type CloudConfig struct { ProjectID string Zone string MasterName string Provider cloudprovider.Interface }
type TestContextType ¶ added in v0.15.0
Click to show internal directories.
Click to hide internal directories.