diff options
Diffstat (limited to 'src/test/pybind')
-rwxr-xr-x | src/test/pybind/test_ceph_argparse.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/pybind/test_ceph_argparse.py b/src/test/pybind/test_ceph_argparse.py index e9694064bd2..0c9cc7524c5 100755 --- a/src/test/pybind/test_ceph_argparse.py +++ b/src/test/pybind/test_ceph_argparse.py @@ -1150,6 +1150,9 @@ class TestOSD(TestArgparse): def test_set_full_ratio(self): self.set_ratio('set-full-ratio') + def test_set_backfillfull_ratio(self): + self.set_ratio('set-backfillfull-ratio') + def test_set_nearfull_ratio(self): self.set_ratio('set-nearfull-ratio') |