]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/cephfs: set omit_sudo to False in test_acls.py
authorRishabh Dave <ridave@redhat.com>
Mon, 18 Apr 2022 16:22:18 +0000 (21:52 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 27 Apr 2022 09:13:41 +0000 (14:43 +0530)
commit1423f959e89b2c738779168446b9124102fa98c9
tree1153aed79201beef9bfccb87c8c9ddfab954b0f5
parentb60b73c0feb76ea86fc8c9a6f4db796ea600f8a7
qa/cephfs: set omit_sudo to False in test_acls.py

When running "sudo ./check generic/099" in test_acls.py's test method
named test_acls(), set omit_sudo to False because without it
vstart_runner.py will remove "sudo" from command arguments and so the
command will fail unnecessarily.

Fixes: https://tracker.ceph.com/issues/55374
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/test_acls.py