Commit Graph

1176 Commits (e2d9f4e2f272c6010b0c00257aa695c1606e05ab)

Author SHA1 Message Date
Chris Meyers 822624d061 rename role ansible_deps to ansible_test_deps
11 years ago
Chris Meyers 05c8bb79f8 playbook that Ansible jenkins runs moved into core
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
Brian Coca 7d073bdd17 Merge pull request #13345 from amenonsen/extract
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
Toshio Kuratomi ac54ac618c Something's strange... let's see if python2.6 is really the same now...
11 years ago
Toshio Kuratomi eb7db067f9 Fix template test results on python2.6
11 years ago
Abhijit Menon-Sen 8cf1815867 Add an 'extract' filter
11 years ago
Brian Coca c03afccc05 reformated test, changed big assert to with_items
11 years ago
James Cammarata dc0fae1af7 Also make sure remote_user is defaulted correctly for delegated hosts
11 years ago
Chris Church f3476b556d Add assertions for ansible_date_time in setup result.
11 years ago
James Cammarata 3c8c2fb090 Merge pull request #13208 from agx/zypper-integration-test
11 years ago
James Cammarata e62fb04a2e Merge pull request #13229 from zarnovican/bza_fix_test_hg
11 years ago
James Cammarata 138068c56e Merge pull request #13230 from zarnovican/bza_fix_test_svn
11 years ago
Chris Church 272778f732 Modify task executor to reuse connection inside a loop. Fix WinRM connection to set _connected properly and display when remote shell is opened/closed. Add integration test using raw + with_items.
11 years ago
Brano Zarnovican a30a52ef52 test_svn fix: remove hardcoded "~/ansible_testing/svn" path
11 years ago
Brano Zarnovican 5fc64deffe test_hg fix: remove reference to "head"
11 years ago
James Cammarata 91500f8f5f Fix include param precedence in variable manager
11 years ago
Guido Günther 0821d251c8 Add integration tests for zypper
11 years ago
Brano Zarnovican 90f99f29ae unittest cover for 'run_command'
11 years ago
Brian Coca e61882ca19 Merge pull request #13170 from robinro/integration_test_git_ansible-modules-core_pull_721
11 years ago
nitzmahone 349e072a74 fix for dynamic (add_host) hosts not available in hostvars
11 years ago
Will Thames 4f3430ebeb Handle unexpected database presence
11 years ago
Robin Roth 6cefdfe148 add test for changing git remote url
11 years ago
Brian Coca 5d645f3a8b Merge pull request #13127 from willthames/test_become
11 years ago
Toshio Kuratomi 318bfbb207 Migrate cli and dependencies to use global display
11 years ago
Brian Coca 206cc50bd9 breaks testing in non virtual envs, since env var can be used in those
11 years ago
Will Thames 5bb759e7ab Elevate privileges when checking for file existence
11 years ago
Toshio Kuratomi 74fe9d236a Add a disabled test for accessing private attributes of other objects
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
James Cammarata 23ff08ee6b Merge pull request #13016 from dvarrazzo/pip-vcs-changed
11 years ago
Will Thames 91b6004149 Allow blank lines and comments/spaces in galaxy spec files
11 years ago
Scott Miller 98b694f5ca Update README.md
11 years ago
Daniele Varrazzo 542a430e84 Added tests to verify pip installation with VCS urls
11 years ago
Brian Coca c267e1906e removed invocation from tests as it is only available on very very verbose mode
11 years ago
Chris Meyers 4b88cce6a1 update ansible_test_service checksum
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
James Cammarata 1910f23144 Merge pull request #12801 from chrismeyersfsu/fix-test_destructive_init
11 years ago
James Cammarata 9b22004540 Merge pull request #12795 from chrismeyersfsu/fix-test_destructive_mysql_user
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 ed6aa75d63 Add parsing test to travis to catch that invocation is missing
11 years ago
Toshio Kuratomi 6b6d03290a Restore the automatic addition of invocation to the output
11 years ago
Will Thames 002972c6cf Allow meta/main.yml to include roles through spec file
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
Chris Meyers 6c265cde49 invoke systemd test for ubuntu >= 15.04 else invoke upstart test
11 years ago
Toshio Kuratomi c2d188baff Hide values in json returns which were given in parameters marked no_log.
11 years ago
Toshio Kuratomi a22cf8ffc1 Properly add the new test and limit six test to lib
11 years ago
Chris Meyers f864fa8727 run systemd tests for fedora
11 years ago
Brian Coca c1a404e6ec Merge pull request #12799 from resmo/for-ansible
11 years ago
James Cammarata 2346a7f170 Merge pull request #12800 from chrismeyersfsu/fix-test_destructive_yum
11 years ago
James Cammarata 549bdb2503 Merge pull request #12804 from chrismeyersfsu/fix-test_non_destructive_makefile
11 years ago
Chris Meyers 1b2d17b844 allow env variable override of creds file
11 years ago
James Cammarata 8baea3cba8 Merge pull request #12796 from chrismeyersfsu/fix-test_destructive_mysql_variables
11 years ago
Chris Meyers d6dfd9f502 run correct init system tests
11 years ago
Chris Meyers 5177cb3f74 remove invocation keyword check
11 years ago
Rene Moser bb5dcc00b6 cloudstack: add tests for cs_loadbalancer_rule and _member
11 years ago
James Cammarata 450c8d45c6 Merge pull request #12787 from chrismeyersfsu/fix-test_destructive_apt
11 years ago
Chris Meyers 75833c248e fix up mysql variable assertion logic
11 years ago
Chris Meyers ce4e98a6d0 remove module param quotes
11 years ago
Toshio Kuratomi eebd3cc336 Merge pull request #12788 from chrismeyersfsu/fix-test_destructive_state
11 years ago
Chris Meyers a0264983ad remove non-existant state var
11 years ago
Chris Meyers 5c01622457 keyword not in ubuntu 14.04
11 years ago
Brian Coca 6d87bd405d Merge pull request #12765 from bcoca/lookup_inventory_hostname
11 years ago
Toshio Kuratomi 49f2b84253 Add a code smell test to make sure we're not using the raw system six
11 years ago
Toshio Kuratomi baa309309d Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version.
11 years ago
Marius Gedminas 04a7ef416e Python 3: print function in a shell oneliner in Makefile
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
Chris Church cb9f350c8f Merge pull request #12720 from jhawkesworth/test_amc_2147
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
= e141101314 integration tests for ansible modules core 2147
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