Merge pull request #11056 from wojtek-t/rewrite_services_in_go

Rewrite services shell test in Go.
This commit is contained in:
Marek Grabowski
2015-07-27 09:21:44 +02:00
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

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