package graphtest
import "github.com/docker/docker/daemon/graphdriver/graphtest"
Index ¶
- func DriverTestCreateBase(t *testing.T, drivername string)
- func DriverTestCreateEmpty(t *testing.T, drivername string)
- func DriverTestCreateSnap(t *testing.T, drivername string)
- func GetDriver(t *testing.T, name string) graphdriver.Driver
- func InitLoopbacks() error
- func PutDriver(t *testing.T)
- type Driver
Functions ¶
func DriverTestCreateBase ¶
func DriverTestCreateEmpty ¶
Creates an new image and verifies it is empty and the right metadata
func DriverTestCreateSnap ¶
func GetDriver ¶
func GetDriver(t *testing.T, name string) graphdriver.Driver
func InitLoopbacks ¶
func InitLoopbacks() error
InitLoopbacks ensures that the loopback devices are properly created within the system running the device mapper tests.
func PutDriver ¶
Types ¶
type Driver ¶
type Driver struct { graphdriver.Driver // contains filtered or unexported fields }
Source Files ¶
- Version
- v1.7.1-rc1
- Published
- Jul 2, 2015
- Platform
- js/wasm
- Imports
- 7 packages
- Last checked
- 1 minute ago –
Tools for package owners.