]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/cephfs: rename mounted() to mounted_wait() 33576/head
authorXiubo Li <xiubli@redhat.com>
Fri, 3 Apr 2020 23:10:57 +0000 (19:10 -0400)
committerXiubo Li <xiubli@redhat.com>
Tue, 14 Apr 2020 11:47:04 +0000 (07:47 -0400)
commit06d10798d76bd06062415628fa421e61bc11cef4
tree8b4e237ef0d9b35534c1a75883c5b3a8001bfceb
parent5c24d91327f598ea9fee59ea87ddc6582d48bd96
qa/tasks/cephfs: rename mounted() to mounted_wait()

The boolean self.mounted parameter is conflicted with mounted() helper,
so we will hit error like:

INFO:tasks.cephfs_test_runner:TypeError: 'bool' object is not callable

Fixes: https://tracker.ceph.com/issues/44044
Signed-off-by: Xiubo Li <xiubli@redhat.com>
qa/tasks/cephfs/mount.py
qa/tasks/cephfs/test_journal_migration.py