From: Rongqi Sun Date: Thu, 16 Mar 2023 06:14:28 +0000 (+0800) Subject: test_cephadm: modify case to adopt serve.py modification. X-Git-Tag: v19.0.0~1274^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f5606ddc6eb914af2aa604f9dca919c3e7dae3d1;p=ceph.git test_cephadm: modify case to adopt serve.py 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 db5c2aa70c6..99b81b4f4d0 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', '-', '--osd-fsid', 'uuid'], + '--config-json', '-', '--objectstore', 'bluestore', '--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),