mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-27 05:04:52 +00:00
Add an option to pass client's QPS/burst to e2e framework
This commit is contained in:
@@ -104,7 +104,7 @@ func extinguish(f *Framework, totalNS int, maxAllowedAfterDel int, maxSeconds in
|
||||
// rate of approximately 1 per second.
|
||||
var _ = Describe("Namespaces [Serial]", func() {
|
||||
|
||||
f := NewFramework("namespaces")
|
||||
f := NewDefaultFramework("namespaces")
|
||||
|
||||
It("should delete fast enough (90 percent of 100 namespaces in 150 seconds)",
|
||||
func() { extinguish(f, 100, 10, 150) })
|
||||
|
Reference in New Issue
Block a user