framework.ExpectNoError(podClient.Delete(host0ROPod.Name,&api.DeleteOptions{}),"Failed to delete host0ROPod")
By("deleting host1ROPod")
framework.ExpectNoError(podClient.Delete(host1ROPod.Name,&api.DeleteOptions{}),"Failed to delete host1ROPod")
})
It("should schedule a pod w/ a RW PD shared between multiple containers, write to PD, delete pod, verify contents, and repeat in rapid succession [Slow]",func(){