Do not rename test files on-the-fly to share functions

Instead this commit moves some functions that could be used by fuzzers.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
Kazuyoshi Kato
2022-08-18 23:45:45 +00:00
parent 49a945b26b
commit f318947b06
6 changed files with 103 additions and 53 deletions

View File

@@ -27,12 +27,6 @@ import (
"github.com/containerd/containerd/platforms"
)
const (
defaultRoot = "/var/lib/containerd-test"
defaultState = "/run/containerd-test"
defaultAddress = "/run/containerd-test/containerd.sock"
)
var (
testImage = images.Get(images.BusyBox)
testMultiLayeredImage = images.Get(images.VolumeCopyUp)