Update cri validation test version.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2018-03-26 22:20:51 +00:00
parent 8958b489ba
commit 74e45c0392
4 changed files with 7 additions and 2 deletions

View File

@@ -127,6 +127,8 @@ func testDaemonRuntimeRoot(t *testing.T, noShim bool) {
[plugins.linux]
no_shim = %v
runtime_root = "%s"
[plugins.cri]
stream_server_port = "0"
`, noShim, runtimeRoot)
client, _, cleanup := newDaemonWithConfig(t, configTOML)