]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
kill: Fix test-admins' ability to kill 1932/head
authorZack Cerza <zack@redhat.com>
Fri, 12 Apr 2024 18:25:23 +0000 (12:25 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 12 Apr 2024 18:25:27 +0000 (12:25 -0600)
commite66a632415dc73bb63768eb72c2178d14846b182
tree528245cfc991ba65d887f88eee2713cc17574e83
parentb1dac5519c57c269ea98a22fb7729016a1d0e4d2
kill: Fix test-admins' ability to kill

By testing access to /bin/true, we were getting false negatives as we meant
to be testing for access to /bin/kill. With our configuration, any sudo access
indicates access to /bin/kill.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/kill.py