You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/plugins/become
Matt Clay 46fdbbdd18
Split test_play_context_make_become_cmd into files (#68026)
* Split test_play_context_make_become_cmd into files

For NWO migration. Split the become module assertions into distinct test
files and functions. For now, this is done naively - there is probably
room to abstract these tests out and remove some of the duplication
later on.

Signed-off-by: Rick Elrod <rick@elrod.me>

* use default_exe variable instead of hardcoding /bin/bash

Signed-off-by: Rick Elrod <rick@elrod.me>

* Move become plugin tests to their proper directory and rename them accordingly

Signed-off-by: Rick Elrod <rick@elrod.me>

* Fix up fixtures and imports.

* Remove stray file.

Co-authored-by: Matt Clay <matt@mystile.com>
5 years ago
..
__init__.py Split test_play_context_make_become_cmd into files (#68026) 5 years ago
conftest.py Split test_play_context_make_become_cmd into files (#68026) 5 years ago
test_doas.py Split test_play_context_make_become_cmd into files (#68026) 5 years ago
test_dzdo.py Split test_play_context_make_become_cmd into files (#68026) 5 years ago
test_ksu.py Split test_play_context_make_become_cmd into files (#68026) 5 years ago
test_pbrun.py Split test_play_context_make_become_cmd into files (#68026) 5 years ago
test_pfexec.py Split test_play_context_make_become_cmd into files (#68026) 5 years ago
test_su.py Split test_play_context_make_become_cmd into files (#68026) 5 years ago
test_sudo.py Split test_play_context_make_become_cmd into files (#68026) 5 years ago