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.
2017-07-05 15:53:10 +01:00
..
compile Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00
integration Enforce the _raw_params variable with include_role (#26430) 2017-07-05 15:53:10 +01:00
results Create bot friendly sanity output. (#22381) 2017-03-07 14:59:50 -08:00
runner changed ansible-test so that it replaces . with - instead of . with _ so that the hostname is valid 2017-07-03 20:11:50 -07:00
sanity Support check mode for efs_facts (#26273) 2017-07-05 15:06:08 +02:00
units fix vyos_banner multiline string issue (#26383) 2017-07-04 14:31:18 +05:30
utils Update tox.ini to use ansible-test. 2017-06-30 16:41:30 -07:00