]> git.apps.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 Mar 2021 06:50:32 +0000 (12:20 +0530)
commita20b7790fea4a42b6abae34cc81ef27d32e7b0aa
tree2e40e6a6a96054d268beb790875c5606585b9101
parenta724c7803bd74bbd58bad7876585a9c4b5d59baa
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