]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph_volume_client: Fix failure of test_idempotency 39038/head
authorKotresh HR <khiremat@redhat.com>
Sat, 23 Jan 2021 17:03:32 +0000 (22:33 +0530)
committerKotresh HR <khiremat@redhat.com>
Mon, 25 Jan 2021 11:59:08 +0000 (17:29 +0530)
commit1c6c172a9b665d6b769d67e301061dbd7b044472
treef1bceb809f9cddc05c5d4aa44809a4b96e8a074d
parent5f17c37f78a331b7a4bf793890f9d324c64183e5
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>
src/pybind/ceph_volume_client.py