Make integration test the manifest url feature. Make kubelet's docker pull command testable.

This commit is contained in:
Daniel Smith
2014-06-24 16:31:33 -07:00
parent fd66a8b59b
commit f7968ce00b
5 changed files with 114 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ fi
# Stop right away if the build fails
set -e
$(dirname $0)/build-go.sh
$(dirname $0)/build-go.sh integration
ETCD_DIR=$(mktemp -d -t kube-integration.XXXXXX)
trap "rm -rf ${ETCD_DIR}" EXIT