]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/cephfs: use assertCountEqual if PY3
authorKefu Chai <kchai@redhat.com>
Sun, 5 Apr 2020 12:50:11 +0000 (20:50 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 7 Apr 2020 13:51:22 +0000 (21:51 +0800)
commit21d6c5a95b4a6873bc8f35a74e3f48436bd96264
treedc3554395f97a40fbcdfccc8ffc9e05973b64f1b
parent83e41daec4d7353361d3897770ad31f79bc80681
qa/tasks/cephfs: use assertCountEqual if PY3

assertItemsEqual is renamed to assertCountEqual in Python3.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/cephfs/test_volume_client.py