Commit d6e27d06 authored by Jerzy Szczepkowski's avatar Jerzy Szczepkowski

Merge pull request #17639 from piosz/hpa-e2e

Enabled HPA e2e tests for 1.1 release
parents aff9f6e5 0d105ad5
......@@ -126,7 +126,6 @@ REBOOT_SKIP_TESTS=(
# Specialized tests which should be skipped by default for projects.
GCE_DEFAULT_SKIP_TESTS=(
"${REBOOT_SKIP_TESTS[@]}"
"Autoscaling\sSuite"
"Reboot"
"ServiceLoadBalancer"
)
......@@ -161,7 +160,6 @@ AWS_REQUIRED_SKIP_TESTS=(
# Tests which kills or restarts components and/or nodes.
DISRUPTIVE_TESTS=(
"Autoscaling\sSuite.*scale\scluster"
"DaemonRestart"
"Etcd\sfailure"
"Nodes\sResize"
......@@ -185,8 +183,6 @@ GCE_FLAKY_TESTS=(
# comments below, and for poorly implemented tests, please quote the
# issue number tracking speed improvements.
GCE_SLOW_TESTS=(
# TODO: add deployment test here once it will become stable
"Autoscaling\sSuite.*via\sreplicationController"
# Before enabling this loadbalancer test in any other test list you must
# make sure the associated project has enough quota. At the time of this
# writing a GCE project is allowed 3 backend services by default. This
......
......@@ -50,10 +50,10 @@ var _ = Describe("Horizontal pod autoscaling", func() {
})
// CPU tests via replication controllers
It(fmt.Sprintf(titleUp, "[Autoscaling Suite]", kindRC), func() {
It(fmt.Sprintf(titleUp, "[Skipped][Autoscaling Suite]", kindRC), func() {
scaleUp("rc", kindRC, rc, f)
})
It(fmt.Sprintf(titleDown, "[Autoscaling Suite]", kindRC), func() {
It(fmt.Sprintf(titleDown, "[Skipped][Autoscaling Suite]", kindRC), func() {
scaleDown("rc", kindRC, rc, f)
})
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment