From 25e4cd37f139949f6a4c2ebc49593a8507176124 Mon Sep 17 00:00:00 2001 From: dingh Date: Thu, 4 Feb 2016 15:52:49 +0800 Subject: [PATCH] update pod count in comment --- cmd/integration/integration.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/integration/integration.go b/cmd/integration/integration.go index a5e8be2c247..c875b055f22 100644 --- a/cmd/integration/integration.go +++ b/cmd/integration/integration.go @@ -1042,11 +1042,11 @@ func main() { createdConts.Insert(p[:n-8]) } } - // We expect 9: 2 pod infra containers + 2 containers from the replication controller + + // We expect 12: 2 pod infra containers + 2 containers from the replication controller + // 1 pod infra container + 2 containers from the URL on first Kubelet + // 1 pod infra container + 2 containers from the URL on second Kubelet + // 1 pod infra container + 1 container from the service test. - // The total number of container created is 9 + // The total number of container created is 12 if len(createdConts) != 12 { glog.Fatalf("Expected 12 containers; got %v\n\nlist of created containers:\n\n%#v\n\nDocker 1 Created:\n\n%#v\n\nDocker 2 Created:\n\n%#v\n\n", len(createdConts), createdConts.List(), fakeDocker1.Created, fakeDocker2.Created)