summaryrefslogtreecommitdiff
path: root/test/integration/targets/incidental_setup_mongodb
Commit message (Collapse)AuthorAgeFilesLines
* [stable-2.11] pin mongodb libraries in testSam Doran2021-11-301-2/+2
| | | | A recent release of PyMongo 4.0 caused tests to fail
* Add Ubuntu 20.04 to CI and ansible-test (#69161)Rick Elrod2021-01-211-0/+2
| | | | | | | | | | | | Change: - Add Ubuntu 20.04 to CI now that venv is default instead of virtualenv in ansible-test. Test Plan: - CI Tickets: - Fixes #69203 Signed-off-by: Rick Elrod <rick@elrod.me>
* Skip mongodb tests on all centos versions.Matt Clay2020-03-011-1/+1
| | | | The tests were already skipped for versions 6 and 7, and are not passing on version 8.
* Fourth batch of incidental integration tests. (#67873)Matt Clay2020-02-284-0/+237
* Copy in incidental posix tests. * Update incidental test aliases. * Update target names. * Add support plugins. * Fix paths. * Update ignores. * Update integration-aliases sanity test. * Add incidental tests to CI.