From: Rongqi Sun Date: Fri, 24 Mar 2023 06:46:13 +0000 (+0800) Subject: test_cephadm: redo modification. X-Git-Tag: v19.0.0~1274^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=73578ba3744f1e1e46bfeb3b2dea05911fc8fc90;p=ceph.git test_cephadm: redo modification. Signed-off-by: Rongqi Sun --- diff --git a/src/pybind/mgr/cephadm/tests/test_cephadm.py b/src/pybind/mgr/cephadm/tests/test_cephadm.py index e33a014e53e9..7675c120ec7b 100644 --- a/src/pybind/mgr/cephadm/tests/test_cephadm.py +++ b/src/pybind/mgr/cephadm/tests/test_cephadm.py @@ -120,7 +120,7 @@ def with_osd_daemon(cephadm_module: CephadmOrchestrator, _run_cephadm, host: str ['--', 'lvm', 'list', '--format', 'json'], no_fsid=False, error_ok=False, image='', log_output=True), mock.call(host, f'osd.{osd_id}', 'deploy', ['--name', f'osd.{osd_id}', '--meta-json', mock.ANY, - '--config-json', '-', '--objectstore', 'bluestore', '--osd-fsid', 'uuid'], + '--config-json', '-', '--osd-fsid', 'uuid'], stdin=mock.ANY, image=''), mock.call(host, 'osd', 'ceph-volume', ['--', 'raw', 'list', '--format', 'json'], no_fsid=False, error_ok=False, image='', log_output=True),