Rewrite services shell test in Go.

This commit is contained in:
Wojciech Tyczynski
2015-07-16 14:38:47 +02:00
parent 1a49ba1bdb
commit fdd7f1e4b2
4 changed files with 296 additions and 0 deletions

View File

@@ -16,6 +16,11 @@
# Verifies that services and virtual IPs work.
# TODO(wojtek-t): Remove this test once the following go tests are stable:
# - "should work after restarting kube-proxy"
# - "should work after restarting apiserver"
set -o errexit
set -o nounset
set -o pipefail

View File

@@ -94,6 +94,7 @@ GCE_PARALLEL_SKIP_TESTS=(
"Nodes\sNetwork"
"Nodes\sResize"
"MaxPods"
"Services.*restarting"
"Shell.*services"
)