]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: fix nfs setup and teardown bug in qemu task 34072/head
authordehao shang <dehao.shang@intel.com>
Fri, 20 Mar 2020 13:41:19 +0000 (21:41 +0800)
committerdehao shang <dehao.shang@intel.com>
Tue, 31 Mar 2020 13:43:15 +0000 (21:43 +0800)
commit5bcb27c975756edfed50f5fcbd3b692f11a57020
tree71fdfa71efc3f041c4bd49d3b1a8026432221dd3
parent6cb39e4aa890ee46cd49584ac0cc6d92d6cbad09
qa: fix nfs setup and teardown bug in qemu task

For example, when there are two RBD client in the same teuthology node,
no matter what the result of test case is, always lead to the below error :

"Error : test -f /home/ubuntu/cephtest/archive/qemu/client.1/success"

The main reason is that _setup_nfs_mount and _teardown_nfs_mount just
support single mount point.

Signed-off-by: Dehao Shang <dehao.shang@intel.com>
qa/tasks/qemu.py