Fixed too long name in HPA e2e upgrade test.

Fixed too long name in HPA e2e upgrade test.
pull/6/head
Jerzy Szczepkowski 2017-03-02 09:44:49 +01:00
parent fa0387c9fe
commit 8e8df48bf8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ type HPAUpgradeTest struct {
// Creates a resource consumer and an HPA object that autoscales the consumer.
func (t *HPAUpgradeTest) Setup(f *framework.Framework) {
t.rc = common.NewDynamicResourceConsumer(
"resource-consumer-upgrade-test",
"res-cons-upgrade",
common.KindRC,
1, /* replicas */
250, /* initCPUTotal */