Commit 8e8df48b authored by Jerzy Szczepkowski's avatar Jerzy Szczepkowski

Fixed too long name in HPA e2e upgrade test.

Fixed too long name in HPA e2e upgrade test.
parent fa0387c9
...@@ -32,7 +32,7 @@ type HPAUpgradeTest struct { ...@@ -32,7 +32,7 @@ type HPAUpgradeTest struct {
// Creates a resource consumer and an HPA object that autoscales the consumer. // Creates a resource consumer and an HPA object that autoscales the consumer.
func (t *HPAUpgradeTest) Setup(f *framework.Framework) { func (t *HPAUpgradeTest) Setup(f *framework.Framework) {
t.rc = common.NewDynamicResourceConsumer( t.rc = common.NewDynamicResourceConsumer(
"resource-consumer-upgrade-test", "res-cons-upgrade",
common.KindRC, common.KindRC,
1, /* replicas */ 1, /* replicas */
250, /* initCPUTotal */ 250, /* initCPUTotal */
......
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