summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Simplify compileall checks. Remove py3 skip list.Matt Clay2016-11-023-5/+4
| | | | Also applied updates to sanity.sh from ansible-modules-core.
* Removed tests migrated to ansible/ansible repo. (#3330)Matt Clay2016-10-315-851/+0
|
* Fix remaining python3 compile problemsToshio Kuratomi2016-10-231-18/+0
|
* Fix amazon extras modules to compile under python3Toshio Kuratomi2016-10-231-30/+0
|
* Fix remaining centurylink modules for py3Toshio Kuratomi2016-10-231-3/+0
| | | | Also update the imports to take advantage of the Ansiballz imports
* Make netscaler pass python3 sanity checkMichael Scherer2016-10-211-1/+0
|
* Make nmcli pass py3 sanity checkMichael Scherer2016-10-212-1/+1
| | | | | | | Cleanup include, do not use '*' for future refactoring. Since nmcli is not present on EL5, we can safely use python 2.6 syntax only.
* Run validate-modules from ansible/ansible (#3242)John R Barker2016-10-191-3/+15
| | | | | | * Run validate-modules from ansible/ansible * Update sanity.sh
* Make openvswitch* pass py3 sanity checkMichael Scherer2016-10-191-2/+0
|
* Make consul modules pass sanity test for python 3Michael Scherer2016-10-171-4/+0
|
* Make bigpanda module pass python3 sanity checkMichael Scherer2016-10-171-1/+0
|
* Make jabber module compile on python 3Michael Scherer2016-10-171-1/+0
|
* Make mail compile on python 3Michael Scherer2016-10-171-1/+0
|
* Make postgresql module in extras compile on py3Michael Scherer2016-10-171-2/+0
|
* Make mongodb modules compile on python 3Michael Scherer2016-10-171-2/+0
|
* Make rax_clb_ssl module pass sanity check for py3Michael Scherer2016-10-171-1/+0
|
* Fix dnsmadeeasy module to pass py3 sanity checkMichael Scherer2016-10-171-1/+0
|
* Make mqtt pass python3 sanity testsMichael Scherer2016-10-171-1/+0
|
* Make zabbix modules compile on python 3Michael Scherer2016-10-171-4/+0
| | | | | Since the module is not compatible with python 2.4, we do not need to use the get_exception trick
* Make dnssimple compile on python 3Michael Scherer2016-10-161-1/+0
|
* Fix proxmox for python 3Michael Scherer2016-10-151-2/+0
| | | | | Since it doesn't work on python 2.4, we can use the native exception handling way for python 3
* Remove gce from the blacklist for python 3 tests, forgot in #3179Michael Scherer2016-10-151-2/+0
|
* Make xenserver_facts compile on python 3Michael Scherer2016-10-151-1/+0
| | | | | Since the xenapi is not needed on python 2.4, we can use the regular exception handling code
* Port ovirt to python 3Michael Scherer2016-10-151-1/+0
| | | | | Since ovirt sdk is not running on python 2.4, we can use python 2.6 syntax directly for exceptions.
* Make redis run on python 3Michael Scherer2016-10-151-1/+0
|
* Make expect module compile on python 3Michael Scherer2016-10-151-1/+0
|
* Make sensu_check compile on python 3 (#3177)Michael Scherer2016-10-151-1/+0
|
* Make irc.py compile on python3Michael Scherer2016-10-141-1/+0
|
* Port virt to python3 (#3167)Michael Scherer2016-10-141-1/+0
|
* New module: Manage Foreman and Katello entities (#2450)Eric D Helms2016-10-081-0/+1
|
* Fix handling of ansible-doc errors. (#3030)Matt Clay2016-09-231-1/+8
|
* Add shellcheck to sanity checks. (#3013)Matt Clay2016-09-221-1/+9
| | | Also disable deprecation warnings during module validation.
* Test module docs on Shippable. (#2976)Matt Clay2016-09-192-0/+57
|
* Enable python 3 sanity tests for more modules. (#2973)Matt Clay2016-09-191-10/+0
|
* Cosmetic fix to test PR and merge hooks. (#2949)Matt Clay2016-09-161-1/+1
|
* Run same tests on Shippable as on Travis. (#2948)Matt Clay2016-09-165-1/+132
| | | Run the same tests as used on Travis.
* Update call to generate-tests.Matt Clay2016-08-111-1/+5
|
* Merge pull request #1901 from linuxdynasty/kinesis_streamsRyan Brown2016-08-091-0/+285
|\ | | | | Add `kinesis_stream` module to create/delete/update AWS Kinesis streams
| * Removed Ansible API based tests from this PRAllen Sanabria2016-07-141-221/+15
| |
| * Including unit tests.Allen Sanabria2016-07-141-0/+491
| | | | | | | | | | * Including unit tests as per https://groups.google.com/forum/#!topic/ansible-devel/ejY4CjKeC34 * This test suite is automatically run in https://github.com/linuxdynasty/ld-ansible-modules
* | fixed error message for releasing an ip when not waiting for the nat gateway ↵Allen Sanabria2016-08-041-1/+1
| | | | | | | | to delete successfully 1st
* | updated tests to reflect dict vs listAllen Sanabria2016-08-041-1/+1
| |
* | Updated module to be compliant with test cases.Allen Sanabria2016-08-034-0/+566
|/ | | | | * Added integration tests * Added unit tests
* Add module integration tests on shippable.Matt Clay2016-07-082-0/+58