]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: fixup expected extra ceph conf test result 37245/head
authorMichael Fritch <mfritch@suse.com>
Fri, 18 Sep 2020 14:54:00 +0000 (08:54 -0600)
committerMichael Fritch <mfritch@suse.com>
Fri, 18 Sep 2020 14:54:57 +0000 (08:54 -0600)
commitb3205210a18c7270b93551925d0dc91e050969cb
tree4a8505e5030b03905e88642fece4ddfe02364f23
parentec05d8743226c4126e56b3d801208b51a889c895
mgr/cephadm: fixup expected extra ceph conf test result

fix test failure introduced by:
ff7e76348e5457fa6acb23545fcef56d6640c50a

```
E           AssertionError: expected call not found.
E           Expected: _run_cephadm('test', 'mon.test', 'deploy', ['--name', 'mon.test', '--reconfig', '--config-json', '-'], stdin='{"config": "\\n\\n[mon]\\nk=v\\n", "keyring": ""}')
E           Actual: _run_cephadm('test', 'mon.test', 'deploy',
['--name', 'mon.test', '--reconfig', '--config-json', '-'],
stdin='{"config": "\\n\\n[mon]\\nk=v\\n", "keyring": ""}', image='')
```

Signed-off-by: Michael Fritch <mfritch@suse.com>
src/pybind/mgr/cephadm/tests/test_cephadm.py