]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test: Fix failing ceph_objectstore_tool.py test 33593/head
authorDavid Zafman <dzafman@redhat.com>
Fri, 28 Feb 2020 01:18:05 +0000 (17:18 -0800)
committerDavid Zafman <dzafman@redhat.com>
Fri, 28 Feb 2020 02:14:36 +0000 (18:14 -0800)
commit08f7e7980ff2e79e43f2d8f0687490f9fa3081d9
tree94d04b20c021bb7848eee51968c9931749678656
parent53158dbdd25ae20abc3d6f51eaf337614c3034f4
test: Fix failing ceph_objectstore_tool.py test

The -N option to vstart.sh was removed, use -k

Old hinfo_key binary happen to be utf-8 decodable, now it
throws an exception trying to decode it. Use new
option to ceph-objectstore-tool to treat stdout as a terminal
and convert binary data to base64.

Signed-off-by: David Zafman <dzafman@redhat.com>
qa/standalone/special/ceph_objectstore_tool.py
src/tools/ceph_objectstore_tool.cc