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
Jordan Borean 880b584124 Add support for Windows App Control/WDAC (#84898)
* Add support for Windows App Control/WDAC

Adds preview support for Windows App Control, formerly known as WDAC.
This is a tech preview feature and is designed to test out improvements
needed in future versions of Ansible.

* Use psd1 and parse it through the Ast to avoid any unexpected execution results

* Add tests for various manifest permutations

* Ignore test shebang failure

* Apply suggestions from code review

Co-authored-by: Matt Davis <6775756+nitzmahone@users.noreply.github.com>

* Use more flexible test expectations

* Add type annotations for shell functions

---------

Co-authored-by: Matt Davis <6775756+nitzmahone@users.noreply.github.com>
(cherry picked from commit 75f7b2267d)
7 months ago
..
_internal DTFIX recategorization and error/warning refactor (#85181) 7 months ago
_vendor Require `from __future__ import annotations` (#81902) 2 years ago
ansible_test ansible-test - Fix option filtering (#85182) 7 months ago
cli Templating overhaul, implement Data Tagging (#84621) 9 months ago
config fix ensure_type to support vaulted values (#85129) 8 months ago
errors DTFIX recategorization and error/warning refactor (#85181) 7 months ago
executor DTFIX recategorization and error/warning refactor (#85181) 7 months ago
galaxy Templating overhaul, implement Data Tagging (#84621) 9 months ago
inventory Templating overhaul, implement Data Tagging (#84621) 9 months ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock DTFIX recategorization and error/warning refactor (#85181) 7 months ago
module_utils DTFIX recategorization and error/warning refactor (#85181) 7 months ago
modules Templating overhaul, implement Data Tagging (#84621) 9 months ago
parsing DTFIX recategorization and error/warning refactor (#85181) 7 months ago
playbook Implement TaskResult backward compatibility for callbacks (#85039) 8 months ago
plugins Add support for Windows App Control/WDAC (#84898) 7 months ago
regex Remove Python 2.x compat from unit tests (#82109) 2 years ago
template Miscellaneous DT fixes (#84991) 9 months ago
test_utils DTFIX recategorization and error/warning refactor (#85181) 7 months ago
utils DTFIX recategorization and error/warning refactor (#85181) 7 months ago
vars Templating overhaul, implement Data Tagging (#84621) 9 months ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
conftest.py Switch to stackwalk caller ID (#85095) 8 months ago
controller_only_conftest.py recategorize pass over DTFIX-MERGE entries post b4 (#85155) 8 months ago
requirements.txt Add typing_extensions for core unit tests on <3.11 (#84865) 9 months ago
test_context.py Require `from __future__ import annotations` (#81902) 2 years ago
test_no_tty.py Require `from __future__ import annotations` (#81902) 2 years ago