Update kubernetes and containerd.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2017-10-11 06:04:09 +00:00
parent 9135ef2c07
commit bde8b0517e
24 changed files with 549 additions and 257 deletions

View File

@@ -716,7 +716,7 @@ func TestPidNamespace(t *testing.T) {
}
func TestDefaultRuntimeSpec(t *testing.T) {
spec, err := defaultRuntimeSpec()
spec, err := defaultRuntimeSpec("test-id")
assert.NoError(t, err)
for _, mount := range spec.Mounts {
assert.NotEqual(t, "/run", mount.Destination)