summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* validate-modules - fix ps module delegate type inspectiontemp-2.10-develJordan Borean2020-03-202-3/+48
|
* Fix ansible-test import analysis warning.Matt Clay2020-03-201-1/+6
| | | | Fix overlooked in https://github.com/ansible/ansible/pull/68372/
* Fix ansible-test module_utils import analysis.Matt Clay2020-03-202-2/+4
| | | | | Now empty `*.py` files are ignored during module_utils import analysis for change detection. This eliminates "No imports found" warnings for files which should have no imports.
* Add new options to `hacking/shippable/incidental.py` (#68384)Matt Clay2020-03-202-37/+132
| | | | | | | * Add `--plugin-path` option to `incidental.py`. * Report on plugins with no test target. * Add `--verbose` option to script.
* Fix coverage script to handle ongoing runs (#68380)Rick Elrod2020-03-201-3/+25
| | | | | | | | | | | | | * Fix get_recent_coverage_runs.py to handle ongoing runs Signed-off-by: Rick Elrod <rick@elrod.me> * Color code test status to make it easier to see at a glance Signed-off-by: Rick Elrod <rick@elrod.me> * fix lint Signed-off-by: Rick Elrod <rick@elrod.me>
* Fix hacking/shippable/incidental.py source search.Matt Clay2020-03-201-1/+1
|
* Rename tests (#68356)Matt Clay2020-03-1920-4/+4
| | | | | | | | | | | * Rename `tests` test to match plugin type. * Rename `test_infra` test to avoid confusion. This test target is not a test for test plugins. * Rename `vars_prompt` test to avoid confusion. * Update sanity ignores.
* Fix ansible-test import analysis for collections. (#68352)Matt Clay2020-03-193-13/+54
| | | | | * Fix ansible-test import analysis for collections. * Ignore plugins/module_utils/__init__.py
* Fix shebang sanity test module identification.Matt Clay2020-03-192-1/+3
|
* Internally redirect win modules to collection name (#68317)Jordan Borean2020-03-188-13/+17
| | | | | | | * Internally redirect win modules to collection name * Added comment for how this should be fixed in a subsystem plugin * add collection plugins for base tests
* Fix ansible-test windows-integration module refs.Matt Clay2020-03-1613-5/+20
|
* Clean up network test config.Matt Clay2020-03-132-33/+0
|
* Address compat issue for collection loading on py26 (#68219)Matt Martz2020-03-1310-34/+25
| | | | | | | | | | | | | | | | | | | | | * Address compat issue for collection loading on py26 * Move import_module shim to utils for compat across the codebase * Enable collection tests on py2.6 * Update changelog fragment * Simplify code using sys.moduls * Move compat to module_utils/compat/importlib * Add back errantly deleted newline * Remove hack comment Co-Authored-By: Matt Clay <matt@mystile.com> Co-authored-by: Matt Clay <matt@mystile.com>
* Update ansible-test network test provisioning. (#68220)Matt Clay2020-03-134-11/+5
| | | | | * Update network provisioning defaults. * Update network test requirements.
* Fix ansible-test unit test requirements.Matt Clay2020-03-132-4/+0
| | | | | | | | | Requirements were incorrectly added to ansible-test in https://github.com/ansible/ansible/pull/61813 These requirements should have been placed into `test/units/requirements.txt` instead. Now that the relevant content has been migrated out of the repository, the requirements are no longer necessary there either. No changelog entry for this change since the original changes were not included in any release and also lacked a changelog entry.
* Remove unnecessary unit test requirements.Matt Clay2020-03-131-37/+1
|
* Fix sanity test ignores.Matt Clay2020-03-131-8/+0
|
* Remove unused unit test files.Matt Clay2020-03-1212-608/+0
|
* Add dynamic and static include tests. (#68200)Matt Clay2020-03-1210-0/+64
| | | | | * Add dynamic and static include tests. * Update task names for junit output.
* Add script for getting URLs of coverage runsRick Elrod2020-03-122-0/+74
| | | | Signed-off-by: Rick Elrod <rick@elrod.me>
* Add hacking/shippable/incidental.py script. (#68182)Matt Clay2020-03-112-0/+500
| | | | | * Add hacking/shippable/incidental.py script. * Add README.md.
* Add coverage filtering to ansible-test. (#68158)Matt Clay2020-03-117-32/+208
| | | | | | | | | | | * Relocate expand_indexes so it can be reused. * Add generate_indexes function. * Simplify type annotations. * Add `coverage analyze targets filter` command. * Add changelog entry.
* First attempt at making the shippable downloader recurse to pull parent ↵Rick Elrod2020-03-101-8/+47
| | | | | | | | | | | results of reruns (#68154) * First attempt at making the shippable downloader recurse to pull parent results of reruns Signed-off-by: Rick Elrod <rick@elrod.me> * Update message for previous run download. Co-authored-by: Matt Clay <matt@mystile.com>
* Consolidate Windows tests to one group.Matt Clay2020-03-103-7/+2
|
* Remove test support option from ansible-test.Matt Clay2020-03-1011-34/+1
| | | | This option was added to facilitate migration and is no longer needed.
* Remove unused Shippable scripts.Matt Clay2020-03-109-54/+0
|
* Fix ansible-test handling of no Python coverage.Matt Clay2020-03-102-2/+7
|
* Remove out-of-date test constraint on paramiko.Matt Clay2020-03-102-1/+2
| | | | ci_complete
* Fix docker_swarm inventory integration tests (#68126)Rick Elrod2020-03-091-0/+351
| | | | | | | | | * copy plugins.inventory.docker_swarm in to test/support Signed-off-by: Rick Elrod <rick@elrod.me> * Copy over functions from module_utils.docker.common and nuke the import Signed-off-by: Rick Elrod <rick@elrod.me>
* Fix incidental test stability. (#68125)Matt Clay2020-03-091-14/+0
|
* fix last 7 docs errors on post-migration test runs (#68115)Alicia Cozine2020-03-097-42/+31
| | | | | | | | | | | | | | * address toc-tree-glob-pattern-no-match errors * address Include-file-not-found error * address 2.10 porting guide errors, add warning to page * updates individual plugin type pages * Add ignores. Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com> Co-authored-by: Matt Clay <matt@mystile.com>
* Update Shippable test matrix. (#68117)Matt Clay2020-03-093-227/+7
| | | | | | | * Update Shippable test matrix. * Remove unit test groups. * Remove extra windows groups.
* core promotionsMatt Martz2020-03-0912-12/+12
|
* migration final cleanupAnsible Core Team2020-03-09753-5223/+0
|
* Migrated to wti.remoteAnsible Core Team2020-03-098-1725/+0
|
* Migrated to vyos.vyosAnsible Core Team2020-03-09334-31406/+0
|
* Migrated to ibm.qradarAnsible Core Team2020-03-091-67/+0
|
* Migrated to openvswitch.openvswitchAnsible Core Team2020-03-0928-1803/+0
|
* Migrated to azure.azcollectionAnsible Core Team2020-03-09344-82185/+0
|
* Migrated to purestorage.flashbladeAnsible Core Team2020-03-0913-3104/+0
|
* Migrated to purestorage.flasharrayAnsible Core Team2020-03-0924-6129/+0
|
* Migrated to google.cloudAnsible Core Team2020-03-09521-89272/+0
|
* Migrated to cyberark.bizdevAnsible Core Team2020-03-094-781/+0
|
* Migrated to skydive.skydiveAnsible Core Team2020-03-097-1032/+0
|
* Migrated to hetzner.hcloudAnsible Core Team2020-03-0986-7557/+0
|
* Migrated to dellemc_networking.os6Ansible Core Team2020-03-0948-3061/+0
|
* Migrated to dellemc_networking.os9Ansible Core Team2020-03-0947-4400/+0
|
* Migrated to dellemc_networking.os10Ansible Core Team2020-03-0945-23516/+0
|
* Migrated to ovirt.ovirtAnsible Core Team2020-03-0958-18978/+0
|
* Migrated to awx.awxAnsible Core Team2020-03-0977-6607/+0
|