summaryrefslogtreecommitdiff
path: root/test/integration
Commit message (Collapse)AuthorAgeFilesLines
* Don't request repo updates when only testing modes (#78843)Matt Martz2022-09-211-0/+5
|
* Restrict `hvac` Python distribution in py2 tests (#78808)Sviatoslav Sydorenko2022-09-191-1/+1
|
* [stable-2.9] Fix file integration test chattr/lsattr check. (#78614) (#78621)Matt Clay2022-08-221-0/+2
| | | | | | | | On BusyBox systems such as Alpine, chattr on a tmpfs fails with a status of 0 and output only on stderr. This change updates the test to not assume output on stdout.. (cherry picked from commit 2e536c0afb9008884a0f12e8e650541e0ead76c9)
* ansible-test - Add Python 2 certifi constraint. (#77863)Matt Clay2022-05-202-0/+3
| | | | | | | * ansible-test - Add Python 2 certifi constraint. * Fix consul test. * Fix consul test for centos6.
* Reduce CI test matrix.Matt Clay2022-04-251-2/+1
|
* Disable ansible-runner test on RHEL 7.9.Matt Clay2022-03-011-0/+1
|
* [stable-2.9] Update setup_pexpect to prefer pip user installs.Matt Clay2022-02-281-0/+9
| | | | | | | This works around issues on RHEL 7.9 when an old version of pexpect is installed from an OS package. (cherry picked from commit 27fe26edbf57a39a11de7dea14dc60d4a6b1384e) Co-authored-by: Matt Clay <matt@mystile.com>
* Disable failing test task on openSUSE 15.2.Matt Clay2022-02-071-0/+1
|
* Disable Tower tests and remove from test matrix.Matt Clay2022-01-2023-23/+23
|
* Disable the _distutils_hack in newer setuptools (#76600)Sloane Hertel2022-01-042-0/+4
| | | | | | | | | | * Disable the _distutils_hack in newer setuptools. Doesn't fix the underlying issue of the venv finding the _distutils_hack of a setuptools that is not its own. ci_complete * re-throw blanket (cherry picked from commit fa617fcd7b146b110c7f932c224f838116f43a60)
* [stable-2.9] Fix wait_for integration test.Matt Clay2022-01-041-1/+1
| | | | | | | Pin the `psutil` package to 5.8.0 since 5.9.0 is broken on macOS. (cherry picked from commit a5f4a25d324d29a04da9505b19da54267e90f778) Co-authored-by: Matt Clay <matt@mystile.com>
* Disable VyOS integration tests that fail.Matt Clay2021-12-099-0/+9
| | | | The previous AMI used for testing VyOS is no longer available. Tests that do not work with the replacement image have been disabled.
* Disable tests that use AWS lamdbaSam Doran2021-12-023-0/+3
| | | | | AWS Lambda changed recently and the version of the lambda module in 2.9 will no longer work reliably.
* [stable-2.9] fix zypper integration test (#76398)Sam Doran2021-11-291-1/+1
| | | Not sure why but changing the URL fixes the download error.
* [stable-2.9] Disable aws_lamdba testSam Doran2021-11-191-0/+1
|
* [stable-2.9] Fix pip integration test.Matt Clay2021-11-091-13/+8
| | | | | | | | - Use `fallible==0.0.1a2` instead of `black==19.10b` - Test on both Python 2 and 3. (cherry picked from commit b6725ec6c994d725cc2190b784a422299fd98385) Co-authored-by: Matt Clay <matt@mystile.com>
* Fix hcloud_location_info testSam Doran2021-11-041-2/+2
| | | | Hetzner added a new datacenter so the tests need to be updated
* Fix hcloud_datacenter_info testSam Doran2021-11-031-2/+2
| | | | A new datacenter was added
* Fix AWS Lambda tests.Matt Clay2021-10-202-13/+13
|
* Skip failing tests on OS X 10.11.Matt Clay2021-09-302-0/+2
|
* Fix win_chocolatey_facts test.Matt Clay2021-09-081-1/+1
| | | | ci_complete
* Disable github_issue test. (#75659)Matt Clay2021-09-081-0/+1
|
* [2.9] Fix dnf package matching (#75411) (#75416)Sloane Hertel2021-08-061-0/+28
| | | | | | | | | | | | | | | | | * Fix dnf package matching (#75411) * Fix a bug with the dnf module not using all components of a package name when filtering to determine if it's installed * changelog * Simplify splitting on the last '.' * Update lib/ansible/modules/dnf.py (cherry picked from commit b541a148d51e75b298e71161c022b12cd8ebba7c) * Fix dnf test assertion (cherry picked from commit 91a26ddcefb393e48ac93d442b3922bf2fde0de7)
* [stable-2.9] allow env to override unspecified unsafe_writes (#73282) (#75397)Matt Martz2021-08-043-0/+86
| | | | | | | | | | | | | | | | | | | | | | | * [stable-2.9] allow env to override unspecified unsafe_writes (#73282) * allow env var for fallback value for unspecified unsafe_writes. (cherry picked from commit c7d4acc12f672d1b3a86119940193b3324584ac0) Co-authored-by: Brian Coca <bcoca@users.noreply.github.com> * ensure unsafe writes fallback (#70722) * Ensure we actually fallback to unsafe_writes when set to true add integration test add fix for get_url not passing the parameter from args (cherry picked from commit 932ba3616067007fd5e449611a34e7e3837fc8ae) * Added clog missing for issue 70722 (#73175) (cherry picked from commit d6670da1d7bc81dccd522d1bc27cc25164ef1aba) Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
* [stable-2.9] Prevent ansible_failed_task from further templating (#74290) ↵Matt Martz2021-07-092-1/+20
| | | | | | | | | | (#75220) * Prevent ansible_failed_task from further templating Fixes #74036 * Add changelog. (cherry picked from commit 664531d7d6253d5bdb182727501c08e3b5aea0c1) Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
* [stable-2.9] Skip docker_container test when running in a containerSam Doran2021-07-071-0/+1
|
* Skip broken test on OS XSam Doran2021-07-071-0/+1
|
* Add constraints for new ruamel release (#75134)Sam Doran2021-06-283-0/+16
| | | Newer releases of ruamel.yaml and ruamel.yaml.clib require newer Python versions.
* [bp-2.9] firewalld: Ensure idempotency (#74992)Abhijeet Kasurde2021-06-142-31/+58
| | | | | Fixes: https://github.com/ansible-collections/ansible.posix/issues/179 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* fix unsafe preservation across newlines (#74960) (#74976)Brian Coca2021-06-112-0/+23
| | | | | | | CVE-2021-3583 ensure we always have unsafe Co-authored-by: Rick Elrod <rick@elrod.me> (cherry picked from commit 4c8c40fd3d4a58defdc80e7d22aa8d26b731353e)
* Skip task for CentOS 8 as well (#74913)Sam Doran2021-06-071-2/+2
| | | | Something change in the packages that was failing on RHEL a few weeks ago. Now it is failing in CentOS 8 as well
* [2.9] [tests] add websocket-client constraint, python 2 (#74750)Rick Elrod2021-05-211-0/+8
| | | | | | | | | | | | | | Change: - websocket-client >= 1 requires python 3, so add constraint for python 2. Test Plan: - ci_complete Signed-off-by: Rick Elrod <rick@elrod.me> * avoid a mysql_variables check on rhel 8 Signed-off-by: Rick Elrod <rick@elrod.me>
* [stable-2.9] Disable rabbitmq integration testsSam Doran2021-05-147-0/+7
|
* [stable-2.9] CI and compat fixes for Jinja2 >= 3.0 (#74666) (#74672)Matt Clay2021-05-128-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [stable-2.9] CI and compat fixes for Jinja2 >= 3.0 (#74666) * Add constraint for MarkupSafe MarkupSafe >= 2.0.0 requires Python >= 3.6.0. Add a constraint for older Python versions and fix the `groupby_filter` test. * Fix template_jinja2_latest test. * patch filter decorators on newer Jinja2 * Jinja2 >= 3.0 renames several filter decorators used by Ansible itself, as well as by filters in collections. This patch ensures that the old names are usable within Ansible and by collections without warnings or errors. * Ignore docs-build issues. * Remove unnecessary ignore. * Disable failing nuage_vspk test. * Fix inventory_aws_conformance integration test. (cherry picked from commit f99d0248517c9dacc4594bc87d54626cdce59bfd) Co-authored-by: Matt Clay <matt@mystile.com> Co-authored-by: Matt Davis <mrd@redhat.com>. Co-authored-by: Sam Doran <sdoran@redhat.com>
* shift a few CI groups [2.9] (#74553)v2.9.21Rick Elrod2021-05-0311-11/+11
| | | | | ci_complete Signed-off-by: Rick Elrod <rick@elrod.me>
* [stable-2.9] incidental_setup_rabbitmq test - Use official repo for ↵Sam Doran2021-05-031-2/+2
| | | | | | | | | rabbitmq-erlang (#74453) Previously it was hosted on bintray, but that service is shutting down on May 1. Using the new repository also required using a newer version of RabbitMQ.. (cherry picked from commit 62cba4a6adc666f1e0100c385de20744002e4c42) Co-authored-by: Sam Doran <sdoran@redhat.com>
* [ansible-test] Sync opensuse containers with 2.10 (#74436)Rick Elrod2021-04-265-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ansible-test] Sync opensuse containers with 2.10 Change: - OpenSuSE 15.1 is now EOL - Switch containers to use what 2.10 uses, which has 15.2. Test Plan: - ci_complete Signed-off-by: Rick Elrod <rick@elrod.me> * docker version Signed-off-by: Rick Elrod <rick@elrod.me> * needs p7zip-full, otherwise we only get 7zr Signed-off-by: Rick Elrod <rick@elrod.me> * Make sure py2 stays py2 Signed-off-by: Rick Elrod <rick@elrod.me> * no wildcard? Signed-off-by: Rick Elrod <rick@elrod.me> * -x instead of --xml Signed-off-by: Rick Elrod <rick@elrod.me>
* Actually run blocks/finalized_task test (#74291) (#74310)Martin Krizek2021-04-261-0/+2
| | | (cherry picked from commit 7fecb7ccc381ef61cadc2702b3df0fc73393077a)
* Disable failing hcloud_server testSam Doran2021-04-231-0/+1
|
* [stable-2.9] find - set proper default based on use_regex (#73961) (#73966)Sam Doran2021-04-051-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using "use_regex: yes" and setting an excludes: without specifying a pattern: the existing code passes the file-glob '*' to the regex matcher. This results in an internal invalid-regex exception being thrown. This maintains the old semantics of a default match-all for pattern: but switches the default to '.*' when use_regex is specified. The code made sense as-is before excludes: was added (2.5). In that case, it made no sense to set use_regex but *not* set a pattern. However, with excludes: it now makes sense to only want to exclude a given regex but not specify a specific matching pattern. Closes: #50067 * moved change to new location added changelog * Update lib/ansible/modules/find.py Co-authored-by: Ian Wienand <iwienand@redhat.com>. (cherry picked from commit 089d0a0508a470799d099d95fc371e66756a00b3) Co-authored-by: Brian Coca <bcoca@users.noreply.github.com> * Update fix_find_default.yml Co-authored-by: Rick Elrod <rick@elrod.me>
* add optional module_utils import support (#73832) (#73916)Matt Davis2021-04-044-6/+103
| | | | | | | | | Treat core and collections module_utils imports nested within any Python block statement (eg, `try`, `if`) as optional. This allows Ansible modules to implement runtime fallback behavior for missing module_utils (eg from a newer version of ansible-core), where previously, the module payload builder would always fail when unable to locate a module_util (regardless of any runtime behavior the module may implement). * sanity test fixes ci_complete (cherry-picked from 3e1f6484d77f2d7546952cfa22a8534d74ed3dc6)
* [stable-2.9] Ensure task from the worker is finalized/squashed (#73881) (#73929)Matt Martz2021-04-042-0/+20
| | | | | | * Ensure task from the worker is finalized/squashed. Fixes #57399. Fixes #49942 (cherry picked from commit 832631b) Co-authored-by: Matt Martz <matt@sivel.net>
* Move file needed by cs_volume test to S3Sam Doran2021-03-171-1/+1
| | | | There is a bad mirror missing the file and it is causing tests to fail.
* Update mongodb replicaset check_compatibility function (#72299)Rhys2021-03-082-1/+2
| | | * Update check_compatibility function
* Backport of https://github.com/ansible-collections/community.docker/pull/88 ↵Felix Fontein2021-03-081-4/+20
| | | | to stable-1. (#73816)
* [stable-2.9] Don't treat host_pinned as lockstep (#73484) (#73513)Matt Martz2021-03-085-0/+86
| | | | | | | | | | | | | | * [stable-2.9] Don't treat host_pinned as lockstep (#73484) * Don't treat host_pinned as lockstep. Fixes #73364 * Add intg tests. (cherry picked from commit d3f3784b86789b7b55782b0af4fba6d6bb935f19) Co-authored-by: Matt Martz <matt@sivel.net> * Make non-lockstep callback tests more deterministic (#73511) (cherry picked from commit 125c220343deb60ad64f4a412e6f670ddb511f4c)
* Backport of ↵Felix Fontein2021-03-081-0/+10
| | | | https://github.com/ansible-collections/community.docker/commit/8702713ac3cca15f8b92804e0a40f7a1ae833b7b (#73638)
* [stable-2.9] Normalize ConfigParser between Python2 and Python3 (#73715) ↵Matt Martz2021-03-072-4/+9
| | | | | | | | | | | | | | (#73724) * [stable-2.9] Normalize ConfigParser between Python2 and Python3 (#73715) * Normalize config parser between py2 and py3 * Add tests and changelog * Use different config entry, since we supply certain env vars. (cherry picked from commit 950ab74758a6014639236612594118b2b6f4751e) Co-authored-by: Matt Martz <matt@sivel.net>
* Move win_uri to a group that does not reboot the test instanceSam Doran2021-03-011-1/+1
| | | | | | | Another test in group3 reboots the test instance, killing the ssh connections needed for access to the httptest container. ci_complete
* Rebalance Windows test groups to avoid timeoutsSam Doran2021-02-242-2/+2
|