MCPcopy Create free account
hub / github.com/containerd/containerd / TestExportAndImport

Function TestExportAndImport

integration/client/import_test.go:59–61  ·  view source on GitHub ↗

TestExportAndImport exports testImage as a tar stream, and import the tar stream as a new image.

(t *testing.T)

Source from the content-addressed store, hash-verified

57// TestExportAndImport exports testImage as a tar stream,
58// and import the tar stream as a new image.
59func TestExportAndImport(t *testing.T) {
60 testExportImport(t, testImage)
61}
62
63// TestExportAndImportMultiLayer exports testMultiLayeredImage as a tar stream,
64// and import the tar stream as a new image. This should ensure that imported

Callers

nothing calls this directly

Calls 1

testExportImportFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…