Skip to content

Commit ca84aba

Browse files
committed
integration: add first NRI integration tests.
Signed-off-by: Krisztian Litkey <[email protected]>
1 parent b27ef6f commit ca84aba

File tree

5 files changed

+2029
-1
lines changed

5 files changed

+2029
-1
lines changed

integration/image_pull_timeout_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,5 +471,5 @@ func initLocalCRIPlugin(client *containerd.Client, tmpDir string, registryCfg cr
471471
RootDir: filepath.Join(criWorkDir, "root"),
472472
StateDir: filepath.Join(criWorkDir, "state"),
473473
}
474-
return criserver.NewCRIService(cfg, client)
474+
return criserver.NewCRIService(cfg, client, nil)
475475
}

0 commit comments

Comments
 (0)