Commit Graph

1043 Commits (073f10a52afaa5bc84aafcdc6efd2cd8a7ca2801)

Author SHA1 Message Date
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
James Cammarata 9c9897805f More ansible-galaxy fixes for the old spec file format
11 years ago
Brian Coca f73329401b galaxy updates
11 years ago
Brian Coca 5680a9fa32 removed redundant tests, adjusted makefile expected count
11 years ago
Brian Coca e2ae3215f6 corrected no_log for items and skipped tasks
11 years ago
Brian Coca 5c39538a73 added no_log tests as per #12214
11 years ago
James Cammarata 775486c9d6 Merge pull request #12589 from jemmyw/consul-http-checks
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 8d024c3747 Merge pull request #12472 from resmo/for_ansible
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
Marius Gedminas 5d29a2eabd Python 3: shlex.split() wants unicode
11 years ago
Rene Moser 9514ac860d cloudstack: more integration tests
11 years ago
Abhijit Menon-Sen 2fcdb37e7b Support «hosts: groupname[1:]» notation (~= 'the rest of the group')
11 years ago
Abhijit Menon-Sen 21142f5723 Add some tests for split/apply_subscript
11 years ago
Abhijit Menon-Sen 2d420a9bb7 Allow hexadecimal ranges in IPv6 addresses, not only 0-9
11 years ago
James Cammarata 951128d7a6 Merge branch 'hostpatterns' of https://github.com/amenonsen/ansible into amenonsen-hostpatterns
11 years ago
Victor Salgado 01ae60d524 Add more tests for _split_pattern for when the input is a list
11 years ago
Abhijit Menon-Sen abd006657b Add test/units/inventory with a few _split_pattern tests
11 years ago
Florian Apolloner d9f873495e Ported over #7158 to support SELinux context switches.
11 years ago
Florian Apolloner 8548690ca3 Added a test to ensure that sudo is only used if remote and become user difer.
11 years ago
Toshio Kuratomi 3db8070aa3 Fix urlopen usage to use open_url instead
11 years ago
Chris Church 43b15ab9a4 Merge pull request #12385 from cchurch/winrm_put_empty_file
11 years ago
Chris Church 93af0b327f Merge pull request #12384 from cchurch/powershell_strict_mode
11 years ago
Chris Church 1d15e8f37a Pass windows command as-is without splitting/rejoining parameters.
11 years ago
Chris Church 87db5119ea Merge pull request #12049 from cchurch/win_group_tests
11 years ago
Chris Church b44e02143a Merge pull request #12050 from cchurch/test_win_msi_creates
11 years ago
James Cammarata 3f8e12d1f7 Merge pull request #12359 from cchurch/fetch_no_fail_on_missing
11 years ago
Chris Church 6ab4cff7db Enable winrm put_file to upload an empty file.
11 years ago
Chris Church 5c65ee7f0c Add PowerShell exception handling and turn on strict mode.
11 years ago
James Cammarata d818a72375 Merge branch 'normalize_plugin_paths' of https://github.com/bcoca/ansible into bcoca-normalize_plugin_paths
11 years ago
Chris Church 15070e2af8 Merge pull request #11790 from brianlloyd/win_lineinfile
11 years ago
Brian Coca b6d6c2e4db corrected all missing paths changes
11 years ago
Chris Church 904b8ca27b Update win_msi tests to specify msi url and paths via variables.
11 years ago