]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: add omit_sudo=False for commands ran with sudo 35664/head
authorRishabh Dave <ridave@redhat.com>
Fri, 19 Jun 2020 06:21:59 +0000 (11:51 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 19 Jun 2020 08:51:04 +0000 (14:21 +0530)
commit90727ee474142e3d964a1152adc94a3781277585
treedf53f47eb1fcaa4f09bd37c8e1952412d957d35d
parent6dcd0a6cae3fba1c34ac29e771cf0aba00ac3ac5
qa: add omit_sudo=False for commands ran with sudo

Commands that cleanup FUSE and kernel mount and that setup and
teardown/cleanup network namespaces are that ones that use sudo. Set
omit_sudo to False while running these commands.

Fixes: https://tracker.ceph.com/issues/46101
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/fuse_mount.py
qa/tasks/cephfs/kernel_mount.py
qa/tasks/cephfs/mount.py
qa/tasks/vstart_runner.py