this test needs to be updated to account for the
new keyring information being introduced
Signed-off-by: Adam King <adking@redhat.com>
]
conf_outs = [json.dumps(c.to_json()) for c in configs]
stdin_str = '{' + \
- f'"config": "", "keyring": "", "custom_config_files": [{conf_outs[0]}, {conf_outs[1]}]' + '}'
+ f'"config": "", "keyring": "[client.crash.test]\\nkey = None\\n", "custom_config_files": [{conf_outs[0]}, {conf_outs[1]}]' + '}'
with with_host(cephadm_module, 'test'):
with with_service(cephadm_module, ServiceSpec(service_type='crash', custom_configs=configs), CephadmOrchestrator.apply_crash):
_run_cephadm.assert_called_with(