From 864e6baea9399886a1825c0d2c913f3a3dd3e52a Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Fri, 7 Jun 2019 11:27:02 +0530 Subject: [PATCH] use filesystem-test.yaml in e2e Signed-off-by: Madhu Rajanna --- e2e/deploy-rook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/deploy-rook.go b/e2e/deploy-rook.go index 0f1379746..dd5d5d7cd 100644 --- a/e2e/deploy-rook.go +++ b/e2e/deploy-rook.go @@ -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) }