framework.ExpectNoError(podClient.Delete(host1ROPod.Name,&api.DeleteOptions{}),"Failed to delete host1ROPod")
By("Test completed successfully, waiting for PD to safely detach")
waitForPDDetach(diskName,host0Name)
waitForPDDetach(diskName,host1Name)
})
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(){
framework.ExpectNoError(podClient.Delete(host0Pod.Name,api.NewDeleteOptions(0)),"Failed to delete host0Pod")
}
By("Test completed successfully, waiting for PD to safely detach")
waitForPDDetach(diskName,host0Name)
})
It("should schedule a pod w/two RW PDs both mounted to one container, write to PD, verify contents, delete pod, recreate pod, verify contents, and repeat in rapid succession [Slow]",func(){