Versions in this module Expand all Collapse all v0 v0.1.0 Nov 27, 2017 Changes in this version + var TestImageBusybox = "busybox:1.25.1" + var TestImageFedora = "fedora:25" + func RequireRoot(t *testing.T) + type Pod struct + LogDir string + Metadata *runtime.PodSandboxMetadata + Name string + SandboxId string + func (p *Pod) ContainerID(ctx context.Context, name string) (string, error) + func (p *Pod) RunContainerToExit(ctx context.Context, cfg *runtime.ContainerConfig) (string, int32) + func (p *Pod) WaitStable(ctx context.Context, numContainers int) error + type TestContext struct + LogDir string + Rktlet rktlet.ContainerAndImageService + TmpDir string + func Setup(t *testing.T) *TestContext + func (t *TestContext) ImageRef(key string) string + func (t *TestContext) PullImages() + func (t *TestContext) RunPod(name string, partialConfig *runtime.PodSandboxConfig) *Pod + func (t *TestContext) Teardown()