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/runner/lib
Matt Martz dcc05093db Validate modules arg spec fixes (#34477)
* Update validate-modules arg_spec introspection to be faster, by only mocking the imports we explicitly list
* The use of types.MethodType in redhat_subscription wasn't py3 compatible, use partial instead
* Remove argument_spec import hacks, make them errors, we can ignore them with ansible-test
* Enable the --arg-spec flag for validate-modules
7 years ago
..
cloud Revert to stable vcsim docker image. (#33952) 7 years ago
sanity Validate modules arg spec fixes (#34477) 7 years ago
__init__.py
ansible_util.py
changes.py
classification.py
config.py Add Azure provider support to ansible-test and CI. 7 years ago
core_ci.py Run RHEL tests on Azure in 3 groups. 7 years ago
cover.py
delegation.py Add Azure provider support to ansible-test and CI. 7 years ago
diff.py
docker_util.py
executor.py Remove ansible-test obsolete `net_*` target logic. 7 years ago
git.py
http.py
import_analysis.py
manage_ci.py Port eos tests to network_cli (#33586) 7 years ago
metadata.py
powershell_import_analysis.py
pytar.py
target.py
test.py
thread.py
util.py