Commit 7699a769 authored by Divyen Patel's avatar Divyen Patel

trivial change to fix test issue

parent d7c02288
...@@ -73,7 +73,7 @@ var _ = utils.SIGDescribe("Volume FStype [Feature:vsphere]", func() { ...@@ -73,7 +73,7 @@ var _ = utils.SIGDescribe("Volume FStype [Feature:vsphere]", func() {
Bootstrap(f) Bootstrap(f)
client = f.ClientSet client = f.ClientSet
namespace = f.Namespace.Name namespace = f.Namespace.Name
Expect(GetReadySchedulableNodeInfos).NotTo(BeEmpty()) Expect(GetReadySchedulableNodeInfos()).NotTo(BeEmpty())
}) })
It("verify fstype - ext3 formatted volume", func() { It("verify fstype - ext3 formatted volume", func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment