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 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.
9 years ago
..
errors Making the switch to v2 10 years ago
executor Add a comment explaining why async = 1 in the test 9 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 10 years ago
mock Starting to add additional unit tests for VariableManager 9 years ago
module_utils Use 0oNNN octal syntax in test/ 9 years ago
parsing Be stricter about parsing hostname labels 9 years ago
playbook simplify become testing and handling, we had drifted and were doulbe checking prompt, become and become_pass 9 years ago
plugins Be systematic about parsing and validating hostnames and addresses 9 years ago
template Fix safe_eval() of set literals 9 years ago
utils Cleanup combine_vars 9 years ago
vars Properly handle group/host_var files with dots in them 9 years ago
__init__.py Making the switch to v2 10 years ago