Update image references for Windows tests
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
@@ -28,6 +28,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/containerd/containerd/integration/images"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
runtime "k8s.io/cri-api/pkg/apis/runtime/v1"
|
||||
@@ -42,7 +43,7 @@ func TestWindowsRootfsSize(t *testing.T) {
|
||||
)
|
||||
|
||||
var (
|
||||
testImage = GetImage(Pause)
|
||||
testImage = images.Get(images.Pause)
|
||||
containerName = "test-container"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user