mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Collect resource usage test with 0 pod for node benchmark.
This commit is contained in:
parent
b844a0722c
commit
6339b32a93
@ -93,6 +93,9 @@ var _ = framework.KubeDescribe("Resource-usage [Serial] [Slow]", func() {
|
||||
|
||||
Context("regular resource usage tracking", func() {
|
||||
rTests := []resourceTest{
|
||||
{
|
||||
podsNr: 0,
|
||||
},
|
||||
{
|
||||
podsNr: 10,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user