From: Adam King Date: Tue, 8 Mar 2022 18:05:29 +0000 (-0500) Subject: mgr/cephadm: add crash keyring to unit test X-Git-Tag: v18.0.0~39^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c3bed0a415c82978bdea99eabfa9510ca31123c5;p=ceph.git mgr/cephadm: add crash keyring to unit test Signed-off-by: Adam King --- diff --git a/src/pybind/mgr/cephadm/tests/test_cephadm.py b/src/pybind/mgr/cephadm/tests/test_cephadm.py index 354ee338a5cf..373e7dd06324 100644 --- a/src/pybind/mgr/cephadm/tests/test_cephadm.py +++ b/src/pybind/mgr/cephadm/tests/test_cephadm.py @@ -472,7 +472,7 @@ class TestCephadm(object): '--extra-container-args=--cpus=2', '--extra-container-args=--quiet' ], - stdin='{"config": "", "keyring": ""}', + stdin='{"config": "", "keyring": "[client.crash.test]\\nkey = None\\n"}', image='', )