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
Yanis Guenane 05477412ba Enforce the _raw_params variable with include_role (#26430)
Currently, when using this test, it fails with the following error
message:

> AttributeError: 'NoneType' object has no attribute 'rfind'

This is because there is no _raw_params value for parent_include.args
here
https://github.com/ansible/ansible/blob/devel/lib/ansible/playbook/included_file.py#L104

This commit ensure the value is specified so it can be reused and hence
not fail at this specific line.
9 years ago
..
compile Docs how to test (2nd) (#24094) 9 years ago
integration Enforce the _raw_params variable with include_role (#26430) 9 years ago
results Create bot friendly sanity output. (#22381) 9 years ago
runner changed ansible-test so that it replaces . with - instead of . with _ so that the hostname is valid 9 years ago
sanity Support check mode for efs_facts (#26273) 9 years ago
units fix vyos_banner multiline string issue (#26383) 9 years ago
utils Update tox.ini to use ansible-test. 9 years ago