]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test_volume_client: make test_object_versioned py3 compatible
authorRishabh Dave <ridave@redhat.com>
Fri, 21 Jun 2019 09:26:49 +0000 (14:56 +0530)
committerNathan Cutler <ncutler@suse.com>
Sat, 7 Sep 2019 08:43:14 +0000 (10:43 +0200)
commite4bb043336d2405543a1fda4f347cc4e7958f8d5
tree78d942573efd7c12afc32d9ac79b9505ed3093dd
parent5b36a9510f7f2cbc6194d885b138b7039ed36bf1
test_volume_client: make test_object_versioned py3 compatible

Convert strings to bytes in the Python program embedded inside this
test. Also, in the process don't lose Python 2 compatibility.

Fixes: http://tracker.ceph.com/issues/39405
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit 975b47502d6430555511e9ea83682aa1b26803a1)
qa/tasks/cephfs/test_volume_client.py