]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph_volume_client: Fix failure of test_idempotency
authorKotresh HR <khiremat@redhat.com>
Sat, 23 Jan 2021 17:03:32 +0000 (22:33 +0530)
committerKotresh HR <khiremat@redhat.com>
Fri, 5 Feb 2021 18:26:08 +0000 (23:56 +0530)
commit113893ec6f748d3baefbdbc2a8749382811aff7a
tree26c0731c9b6f7facaf5f700274f9fbf5eeeb3e26
parent8fa12844fb3499e26c65a8b976064a6954aa7f97
ceph_volume_client: Fix failure of test_idempotency

With the test environment, 'args must be encodeable
 as a bytearray' error is seen for 'ceph_mds_command'.
Hence removed tuple and passed the JSON formatted string.

Fixes: https://tracker.ceph.com/issues/48830
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from commit 1c6c172a9b665d6b769d67e301061dbd7b044472)
src/pybind/ceph_volume_client.py