mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
Update testname to match requested case
This commit is contained in:
parent
a87ea6f83e
commit
8e7d6540da
@ -74,7 +74,7 @@ var _ = SIGDescribe("[HPA] Horizontal pod autoscaling (scale resource: CPU)", fu
|
||||
targeted CPU uitilzation of 50% the HP Autoscaler MUST create another pod,
|
||||
spreading the 150mCPU usage across both Pods.
|
||||
*/
|
||||
framework.ConformanceIt("Should scale from 1 pod to 2 pods", func() {
|
||||
framework.ConformanceIt("should scale from 1 pod to 2 pods", func() {
|
||||
scaleTest := &HPAScaleTest{
|
||||
initPods: 1,
|
||||
totalInitialCPUUsage: 150,
|
||||
|
Loading…
Reference in New Issue
Block a user