Fix e2e test for .ID->.Name change

This commit is contained in:
Joe Beda
2014-10-22 17:19:53 -07:00
parent 6ef6ff5bc5
commit 33763d07b2
6 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ function validate() {
sleep 2
local pod_id_list
pod_id_list=($($KUBECFG -template='{{range.Items}}{{.ID}} {{end}}' -l simpleService="${CONTROLLER_NAME}" list pods))
pod_id_list=($($KUBECFG -template='{{range.Items}}{{.Name}} {{end}}' -l simpleService="${CONTROLLER_NAME}" list pods))
echo " ${#pod_id_list[@]} out of ${num_replicas} created"