]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/vstart_runner.py: add kwargs parameter to ignore the ones it does not understand 35554/head
authorXiubo Li <xiubli@redhat.com>
Thu, 28 May 2020 01:18:53 +0000 (21:18 -0400)
committerVicente Cheng <freeze.bilsted@gmail.com>
Fri, 12 Jun 2020 09:10:06 +0000 (09:10 +0000)
commite1656fadeafddfc1ae35a8fb3e48aa3e65ac24f7
treee25ff61e88a37c150060e63f292d1ba976726167
parent7488806bf16ebaad14b5acc60a0587364822f43a
qa/tasks/vstart_runner.py: add kwargs parameter to ignore the ones it does not understand

INFO:__main__:test_replay_create (tasks.cephfs.test_cap_flush.TestCapFlush) ... ERROR
INFO:__main__:Stopped test: test_replay_create (tasks.cephfs.test_cap_flush.TestCapFlush) in 22.251901s
INFO:__main__:
INFO:__main__:======================================================================
INFO:__main__:ERROR: test_replay_create (tasks.cephfs.test_cap_flush.TestCapFlush)
INFO:__main__:----------------------------------------------------------------------
INFO:__main__:Traceback (most recent call last):
INFO:__main__:  File "/data/ceph/qa/tasks/cephfs/cephfs_test_case.py", line 145, in setUp
INFO:__main__:    self.mounts[i].mount_wait()
INFO:__main__:  File "/data/ceph/qa/tasks/cephfs/mount.py", line 420, in mount_wait
INFO:__main__:    mount_options=mount_options)
INFO:__main__:TypeError: mount() got an unexpected keyword argument 'mountpoint'
INFO:__main__:
INFO:__main__:----------------------------------------------------------------------
INFO:__main__:Ran 1 test in 22.253s
INFO:__main__:
INFO:__main__:FAILED (errors=1)
INFO:__main__:

Fixes: https://tracker.ceph.com/issues/45300
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 9f757c18a88a3c0d970e5c9ffda37f79f49fbe8d)
qa/tasks/vstart_runner.py