From f7d056a0269cb4ef721b997d8f99c26f5443e946 Mon Sep 17 00:00:00 2001 From: Milind Changire Date: Tue, 10 Mar 2020 16:11:07 +0530 Subject: [PATCH] tests: remove spurious whitespace remove spurious whitespace from test_snapshot.py Fixes: https://tracker.ceph.com/issues/44528 Signed-off-by: Milind Changire --- qa/tasks/cephfs/test_snapshots.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/tasks/cephfs/test_snapshots.py b/qa/tasks/cephfs/test_snapshots.py index c3940897a7ba2..a1dcc23d34022 100644 --- a/qa/tasks/cephfs/test_snapshots.py +++ b/qa/tasks/cephfs/test_snapshots.py @@ -465,7 +465,7 @@ class TestSnapshots(CephFSTestCase): def create_dir_and_snaps(self, dir_name, snaps): self.mount_a.run_shell(["mkdir", dir_name]) - + for sno in range(1, snaps+1, 1): sname = self.get_snap_name(dir_name, sno) try: @@ -489,7 +489,7 @@ class TestSnapshots(CephFSTestCase): def test_mds_max_snaps_per_dir_with_increased_limit(self): """ Test the newly introudced option named mds_max_snaps_per_dir - First create 101 directories and ensure that the 101st directory + First create 101 directories and ensure that the 101st directory creation fails. Then increase the default by one and see if the additional directory creation succeeds """ -- 2.39.5