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
Adrian Likins c771ab34c7 Add a encode() to AnsibleVaultEncryptedUnicode (#19840)
* Add a encode() to AnsibleVaultEncryptedUnicode

Without it, calling encode() on it results in a bytestring
of the encrypted !vault-encrypted string.

ssh connection plugin triggers this if ansible_password
is from a var using !vault-encrypted. That path ends up
calling .encode() instead of using the __str__.

Fixes #19795

* Fix str.encode() errors on py2.6

py2.6 str.encode() does not take keyword arguments.
8 years ago
..
cli testing GalaxyCLI.run() does what is expected 8 years ago
contrib skip vmware inventory when missing lib 8 years ago
errors Add empty-init code-smell script. (#18406) 8 years ago
executor Add empty-init code-smell script. (#18406) 8 years ago
inventory Add lots of test cases to inventory/test_host.py (#17827) 8 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 9 years ago
mock Add empty-init code-smell script. (#18406) 8 years ago
module_utils Adding auth support for google-api-python-client and gcloud-python (#19090) 8 years ago
modules Add regex support to gce_tag module, add unit tests and update integration test. (#19087) 8 years ago
parsing Add a encode() to AnsibleVaultEncryptedUnicode (#19840) 8 years ago
playbook unit tests for playbook/conditional.py (#18586) 8 years ago
plugins Lastpass lookup plugin (#16285) 8 years ago
template Add empty-init code-smell script. (#18406) 8 years ago
utils FEATURE: adding variable serial batches 8 years ago
vars ansible_playbook_python (#18530) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago