package testsuite

import "github.com/containerd/containerd/content/testsuite"

Index

Functions

func ContentLabelSuite

func ContentLabelSuite(t *testing.T, name string, storeFn func(ctx context.Context, root string) (content.Store, func() error, error))

ContentLabelSuite runs a test suite for the content store supporting labels. TODO: Merge this with ContentSuite once all content stores support labels

func ContentSuite

func ContentSuite(t *testing.T, name string, storeFn func(ctx context.Context, root string) (content.Store, func() error, error))

ContentSuite runs a test suite on the content store given a factory function.

Source Files

testsuite.go

Version
v1.0.0-beta.0
Published
Sep 6, 2017
Platform
windows/amd64
Imports
13 packages
Last checked
4 minutes ago

Tools for package owners.