mirror of https://github.com/k3s-io/k3s
Collect resource usage test with 0 pod for node benchmark.
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