]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: krbd_exclusive_option.sh: fixup for json.tool ordering change 32358/head
authorIlya Dryomov <idryomov@gmail.com>
Thu, 19 Dec 2019 18:02:18 +0000 (19:02 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 6 Jan 2020 14:12:25 +0000 (15:12 +0100)
commitb2b7610d1a9703c44c18fa4982f798a152533dc0
tree5da8ba91700f1f850fe891fb7165bbef8658a872
parentfd0cbcfee44150fd003be718750c8aef10af6ad5
qa: krbd_exclusive_option.sh: fixup for json.tool ordering change

In Python 3.5 json.tool was changed to produce unsorted output and
--sort-keys option was added to compensate.  This wasn't caught by
4fe245cc2f2d ("qa: update krbd tests for python3") because it raced
with 50933b863a1d ("qa: krbd_exclusive_option.sh: update for recent
kernel changes").

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
qa/workunits/rbd/krbd_exclusive_option.sh