Add an option to pass client's QPS/burst to e2e framework

This commit is contained in:
gmarek
2016-02-24 16:24:36 +01:00
parent 38a30490ed
commit 110340c467
68 changed files with 102 additions and 87 deletions

View File

@@ -207,7 +207,7 @@ func getRestartDelay(c *client.Client, pod *api.Pod, ns string, name string, con
}
var _ = Describe("Pods", func() {
framework := NewFramework("pods")
framework := NewDefaultFramework("pods")
It("should get a host IP [Conformance]", func() {
name := "pod-hostip-" + string(util.NewUUID())