]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks/cephfs/test_cephfs_shell: assertRegex(text, regex)
authorKefu Chai <kchai@redhat.com>
Sun, 5 Apr 2020 16:12:09 +0000 (00:12 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 7 Apr 2020 13:51:23 +0000 (21:51 +0800)
commit981ad349871f6b9fb71fe6b2a9d0fd65e3720deb
tree2cf13af95db0c56c6a672e1233ecc204a5efbead
parent7f48f61bdc8f88e1025796aec5158bbd69b1eb65
qa/tasks/cephfs/test_cephfs_shell: assertRegex(text, regex)

per Python3 doc of unittest,

> assertRegex(text, regex, msg=None)

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