mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Update Conformance test Metadata
This commit is contained in:
parent
180ce027e8
commit
4d1d096945
@ -69,9 +69,12 @@ var _ = SIGDescribe("[HPA] Horizontal pod autoscaling (scale resource: CPU)", fu
|
|||||||
SIGDescribe("ReplicationController light", func() {
|
SIGDescribe("ReplicationController light", func() {
|
||||||
/*
|
/*
|
||||||
Release : v1.16
|
Release : v1.16
|
||||||
Testname: Up-scale pod replicas and resources
|
Testname: Horizontal Pod Autoscaling, CPU Request Scale
|
||||||
Description: Pod replicas MUST increase from 1 pod to 2 pods.
|
Description: Given 1 Pod with 150mCPU usage
|
||||||
Pod CPU request will increase to 50%.
|
And 200mCPU per Pod request
|
||||||
|
And targed CPU uitilzation is 50%
|
||||||
|
Then the HP Autoscaler will create another pod
|
||||||
|
And the 150mCPU usage will be spread 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{
|
scaleTest := &HPAScaleTest{
|
||||||
|
Loading…
Reference in New Issue
Block a user