Commit Graph

283 Commits (35015aaa4af96bcf2b3d4e38fdaff69e0ae8de36)

Author SHA1 Message Date
James Cammarata 35015aaa4a Merge pull request #13529 from mscherer/add_tests_known_hosts
11 years ago
James Cammarata 279c5a3596 Cleanup strategy tests broken by new forking strategy
11 years ago
Michael Scherer 3c4d2fc6f2 Add tests for ansible.module_utils.known_hosts
11 years ago
James Cammarata 750adbaa27 Changing up how host (in)equality is checked
11 years ago
Toshio Kuratomi cfeef81303 For now, skip tests of module_utils/basic functions that are failing on
11 years ago
Toshio Kuratomi e00012994e Also some unicode tests for return_values()
11 years ago
Toshio Kuratomi 5fdfe6a0f2 Add some test data that has unicode values
11 years ago
James Cammarata dc0fae1af7 Also make sure remote_user is defaulted correctly for delegated hosts
11 years ago
James Cammarata 91500f8f5f Fix include param precedence in variable manager
11 years ago
Brano Zarnovican 90f99f29ae unittest cover for 'run_command'
11 years ago
Toshio Kuratomi 318bfbb207 Migrate cli and dependencies to use global display
11 years ago
Toshio Kuratomi aa034f4fcf Add unit tests for issue #12976
11 years ago
Toshio Kuratomi 37052a983a Fix unittest dailure with the new squash items code
11 years ago
Brian Coca 174de1161b fixed removing -n in password sudo tests
11 years ago
Brian Coca b2fc5142eb moved sudo -S and -n into configurable flags as they might be absent in much older systems
11 years ago
Toshio Kuratomi 4203850d1a Break apart a looped dependency to show a warning when parsing playbooks
11 years ago
Brian Coca f78c82b9ee don't set user to current user
11 years ago
Toshio Kuratomi ce2b18174e Merge pull request #12878 from ansible/invocation-fix
11 years ago
Toshio Kuratomi 2e87c1f74e Two fixes to action plugins
11 years ago
James Cammarata 86de1429e5 Cleaning up FIXMEs
11 years ago
Toshio Kuratomi 5a0e63af1e Workaround seeming bug in python-2.6's sys.exit()
11 years ago
Toshio Kuratomi 6e5055e786 Update the use of no_log values to cover everything that heuristic_log_sanitize does.
11 years ago
Toshio Kuratomi c2d188baff Hide values in json returns which were given in parameters marked no_log.
11 years ago
Brian Coca 6d87bd405d Merge pull request #12765 from bcoca/lookup_inventory_hostname
11 years ago
Marius Gedminas ec3ada1cda Fix test on Python 3: vault code expects bytes
11 years ago
Marius Gedminas 5c70f932bd Fix test on Python 3: vault code expects bytes
11 years ago
Marius Gedminas a1d95536f9 Fix test on Python 3: vault code expects bytes
11 years ago
Marius Gedminas f58f0c62e1 Fix test on Python 3: vault code expects bytes
11 years ago
Brian Coca 9b088a1e40 implemented inventory_hostname lookup in v2
11 years ago
Marius Gedminas 225fe85530 Skip test_module_utils_basic_ansible_module_creation on Python 3
11 years ago
James Cammarata e6d3c6745f Revert to using local file/dir tests in inventory instead of loader's
11 years ago
Toshio Kuratomi 15d7f53846 AnsibleModules.log() fix for python3
11 years ago
James Cammarata 0e1a5919c8 Adding unit tests for PlaybookExecutor _get_serialized_batches
11 years ago
Brian Coca abf2e13955 Revert "Track local_action internally to prevent it from being overridden"
11 years ago
James Cammarata de792ba3c2 Improve handling of unicode errors
11 years ago
Marius Gedminas 0371b14567 Fix test: selinux gets passed byte strings
11 years ago
Marius Gedminas 500e7a1263 Fix test: _to_filesystem_str produces byte strings
11 years ago
Marius Gedminas f7571cb37f Python 3: there's no __builtin__ module
11 years ago
Brian Coca ddafed4403 Merge pull request #12528 from bcoca/task_logging
11 years ago
James Cammarata 6339bf8a82 Merge branch 'tests' of https://github.com/amenonsen/ansible into amenonsen-tests
11 years ago
James Cammarata dfa33d0f23 Tweak variable manager use in role includes to avoid test failures
11 years ago
Abhijit Menon-Sen d100db837b Add basic tests for expand_hostname_range
11 years ago
Abhijit Menon-Sen 838e71edb7 Add more exhaustive tests for various IPv6 address notations
11 years ago
Brian Coca 37a918438b task logging revamp
11 years ago
James Cammarata ccddda1ebc Merge pull request #12502 from mgedmin/py3k
11 years ago
James Cammarata 31d5f88a1d Use the task loop to calculate multiple delegated hosts
11 years ago
Toshio Kuratomi a1428d6bed Remove tmp as a parameter to the connection plugins
11 years ago
Toshio Kuratomi 03127dcfae remove the stdin return value from connection plugin exec_command() methods
11 years ago
Marius Gedminas 0624797375 Bugfix: if you define a custom __eq__, you must define a __hash__ too
11 years ago
Marius Gedminas a2bc6b4b26 Bugfix: if you define __eq__, you should define __ne__ too
11 years ago