package
1.0.0
Repository: https://github.com/andyxning/containerd.git
Documentation: pkg.go.dev

# Functions

DumpDir will log out all of the contents of the provided directory to testing logger.
NewLoopback creates a loopback device, and returns its device name (/dev/loopX), and its clean-up function.
RequiresRoot skips tests that require root, unless the test.root flag has been set.
RequiresRootM is similar to RequiresRoot but intended to be called from *testing.M.
Unmount unmounts a given mountPoint and sets t.Error if it fails.