ansible/test/units
Abhijit Menon-Sen 7479ab47e0 Be stricter about parsing hostname labels
Labels must start with an alphanumeric character, may contain
alphanumeric characters or hyphens, but must not end with a hyphen.
We enforce those rules, but allow underscores wherever hyphens are
accepted, and allow alphanumeric ranges anywhere.

We relax the definition of "alphanumeric" to include Unicode characters
even though such inventory hostnames cannot be used in practice unless
an ansible_ssh_host is set for each of them.

We still don't enforce length restrictions—the fact that we have to
accept ranges makes it more complex, and it doesn't seem especially
worthwhile.
2015-09-11 21:47:19 +05:30
..
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor Add a comment explaining why async = 1 in the test 2015-09-07 19:46:05 +03:00
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 2015-05-28 15:26:03 -05:00
mock Starting to add additional unit tests for VariableManager 2015-09-04 16:41:38 -04:00
module_utils Use 0oNNN octal syntax in test/ 2015-08-27 22:15:57 +03:00
parsing Be stricter about parsing hostname labels 2015-09-11 21:47:19 +05:30
playbook simplify become testing and handling, we had drifted and were doulbe checking prompt, become and become_pass 2015-09-04 10:36:16 -04:00
plugins Be systematic about parsing and validating hostnames and addresses 2015-09-11 21:47:18 +05:30
template Fix safe_eval() of set literals 2015-09-11 09:41:05 +03:00
utils Cleanup combine_vars 2015-09-01 11:23:12 -07:00
vars Properly handle group/host_var files with dots in them 2015-09-08 03:20:09 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00