Update test based on new CRI.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
@@ -70,7 +70,7 @@ func TestImageLoad(t *testing.T) {
|
||||
|
||||
t.Logf("create a container with the loaded image")
|
||||
sbConfig := PodSandboxConfig("sandbox", Randomize("image-load"))
|
||||
sb, err := runtimeService.RunPodSandbox(sbConfig)
|
||||
sb, err := runtimeService.RunPodSandbox(sbConfig, *runtimeHandler)
|
||||
require.NoError(t, err)
|
||||
defer func() {
|
||||
assert.NoError(t, runtimeService.StopPodSandbox(sb))
|
||||
|
Reference in New Issue
Block a user