mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 11:50:18 +00:00
use filesystem-test.yaml in e2e
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
95252dd9f6
commit
864e6baea9
@ -48,7 +48,7 @@ func createRBDPool() {
|
||||
framework.RunKubectlOrDie("create", "-f", commonPath)
|
||||
}
|
||||
func deleteFileSystem() {
|
||||
commonPath := fmt.Sprintf("%s/%s", rookURL, "filesystem.yaml")
|
||||
commonPath := fmt.Sprintf("%s/%s", rookURL, "filesystem-test.yaml")
|
||||
framework.RunKubectlOrDie("delete", "-f", commonPath)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user