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
Abhijit Menon-Sen 065bb52109 Be systematic about parsing and validating hostnames and addresses
This adds a parse_address(pattern) utility function that returns
(host,port), and uses it wherever where we accept IPv4 and IPv6
addresses and hostnames (or host patterns): the inventory parser
the the add_host action plugin.

It also introduces a more extensive set of unit tests that supersedes
the old add_host unit tests (which didn't actually test add_host, but
only the parsing function).
10 years ago
..
errors Making the switch to v2 11 years ago
executor Add a comment explaining why async = 1 in the test 10 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock Starting to add additional unit tests for VariableManager 10 years ago
module_utils Use 0oNNN octal syntax in test/ 11 years ago
parsing Be systematic about parsing and validating hostnames and addresses 10 years ago
playbook simplify become testing and handling, we had drifted and were doulbe checking prompt, become and become_pass 10 years ago
plugins Be systematic about parsing and validating hostnames and addresses 10 years ago
template Fix safe_eval() of set literals 10 years ago
utils Cleanup combine_vars 10 years ago
vars Properly handle group/host_var files with dots in them 10 years ago
__init__.py Making the switch to v2 11 years ago