From: Milind Changire Date: Tue, 10 Mar 2020 10:41:07 +0000 (+0530) Subject: tests: remove spurious whitespace X-Git-Tag: v15.1.1~35^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F33846%2Fhead;p=ceph.git tests: remove spurious whitespace remove spurious whitespace from test_snapshot.py Fixes: https://tracker.ceph.com/issues/44528 Signed-off-by: Milind Changire --- diff --git a/qa/tasks/cephfs/test_snapshots.py b/qa/tasks/cephfs/test_snapshots.py index c3940897a7ba..a1dcc23d3402 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 """