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
Brian Coca d84df2405d move from with_<lookup>: to loop:
- old functionality is still available direct lookup use, the following are equivalent

  with_nested: [[1,2,3], ['a','b','c']]

  loop: "{{lookup('nested', [1,2,3], ['a','b','c'])}}"

- avoid squashing with 'loop:'
- fixed test to use new intenal attributes
- removed most of 'lookup docs' as these now reside in the plugins
7 years ago
..
compile Docs how to test (2nd) (#24094) 8 years ago
integration Run neighbors intent tests for ios_interface only if show lldp contains netdev (#31539) 7 years ago
legacy remove unused ssh pipelining setters 7 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner added optional environment passthrough for MacOS 10.13 compatibility (#31500) 7 years ago
sanity Update test cases 7 years ago
units move from with_<lookup>: to loop: 7 years ago
utils Switch CI for OS X back to a single job. (#31265) 7 years ago