]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: remove spurious argument to snap-schedule status command
authorMilind Changire <mchangir@redhat.com>
Wed, 4 May 2022 07:23:57 +0000 (12:53 +0530)
committerMilind Changire <mchangir@redhat.com>
Mon, 16 May 2022 06:54:42 +0000 (12:24 +0530)
Removing the subvol support exposed a spurious argument to the status
command which was assgned to the 'subvol' parameter but was unused in
this command implementation.

The spurious argument is now removed.

Signed-off-by: Milind Changire <mchangir@redhat.com>
qa/tasks/cephfs/test_snap_schedules.py

index 388e38135ba7e2d6fc79855be250ed8d37c57670..740cb81e42455e6c8732afe56a60199c3b164586 100644 (file)
@@ -362,7 +362,7 @@ class TestSnapSchedules(CephFSTestCase):
         log.debug(f'snapshots: {snapshots}');
 
         result = self.fs_snap_schedule_cmd('status', path=dir_path,
-                                           snap_schedule='1M', format='json')
+                                           format='json')
         json_res = json.loads(result)[0]
         db_count = int(json_res['created_count'])
         log.debug(f'json_res: {json_res}')