fix all tests

This commit is contained in:
Mike Danese
2015-07-14 15:57:41 -07:00
parent b98df5d12e
commit 337772a91f
4 changed files with 6 additions and 6 deletions

View File

@@ -93,7 +93,7 @@ startApiServer
# Create a pod
kube::log::status "Creating a pod"
${KUBECTL} create -f examples/pod.yaml
${KUBECTL} create -f docs/user-guide/pod.yaml
killApiServer