NodeOutOfDisk should use NewFramework()

Fails when custom nsCreateFunc is provided
This commit is contained in:
Clayton Coleman 2016-02-06 23:25:08 -05:00
parent 6103b8713e
commit f1ab9a42f5

View File

@ -67,7 +67,7 @@ const (
var _ = Describe("NodeOutOfDisk [Serial] [Flaky]", func() {
var c *client.Client
var unfilledNodeName, recoveredNodeName string
framework := Framework{BaseName: "node-outofdisk"}
framework := NewFramework("node-outofdisk")
BeforeEach(func() {
framework.beforeEach()