summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Mark migrated intersightAnsible Core Team2020-03-091-0/+9
|
* Mark migrated asaAnsible Core Team2020-03-091-12/+111
|
* Mark migrated aciAnsible Core Team2020-03-091-14/+226
|
* Mark migrated eosAnsible Core Team2020-03-091-12/+929
|
* Mark migrated mgmtAnsible Core Team2020-03-091-14/+194
|
* Mark migrated ontapAnsible Core Team2020-03-091-15/+129
|
* Mark migrated elementswAnsible Core Team2020-03-091-13/+13
|
* Mark migrated awsAnsible Core Team2020-03-091-537/+553
|
* Mark migrated netboxAnsible Core Team2020-03-091-14/+16
|
* Mark migrated foremanAnsible Core Team2020-03-091-0/+12
|
* Mark migrated fortiosAnsible Core Team2020-03-091-12/+894
|
* Mark migrated windowsAnsible Core Team2020-03-091-61/+643
|
* Mark migrated posixAnsible Core Team2020-03-091-145/+307
|
* Mark migrated netcommonAnsible Core Team2020-03-091-20/+246
|
* Mark migrated amazonAnsible Core Team2020-03-091-557/+932
|
* Mark migrated servicenowAnsible Core Team2020-03-090-0/+0
|
* Mark migrated azureAnsible Core Team2020-03-091-0/+246
|
* Mark migrated windowsAnsible Core Team2020-03-091-19/+954
|
* Mark migrated vmwareAnsible Core Team2020-03-091-14/+1080
|
* Mark migrated vmware_restAnsible Core Team2020-03-091-0/+20
|
* Mark migrated mongoAnsible Core Team2020-03-091-6/+102
|
* Mark migrated cryptoAnsible Core Team2020-03-091-25/+427
|
* Mark migrated kubernetesAnsible Core Team2020-03-091-6/+89
|
* Mark migrated grafanaAnsible Core Team2020-03-091-0/+20
|
* Mark migrated generalAnsible Core Team2020-03-091-61/+9281
|
* Mark migrated amazonAnsible Core Team2020-03-091-26/+2351
|
* Mark migrated frrAnsible Core Team2020-03-091-0/+64
|
* Mark migrated podmanAnsible Core Team2020-03-091-0/+76
|
* Mark migrated initAnsible Core Team2020-03-091-478/+565
|
* Intersphinx (#68090)pre-ansible-baseAlicia Cozine2020-03-0613-81/+87
| | | | | | | | | | | | | | | | | | | | | | | * try to route 2.9 porting guide links to 2.9 module docs * refreshed existing .inv files * better URL * new .inv file for version-specific links * adds targets for version-specific docs * fixes 2.5 porting guide refs * fixes 2.8 porting guide refs * fixes 2.7 porting guide refs * fixes links on ACI guide * adds .inv files for versions 2.5 through 2.8 Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
* Remove assemble from incidental tests.Matt Clay2020-03-069-533/+0
| | | | The module and action plugin are now remaining in base.
* make test_raw use setUp instead of global definitionsRick Elrod2020-03-061-14/+11
| | | | Signed-off-by: Rick Elrod <rick@elrod.me>
* Relocate netbox module_utils unit tests. (#68056)Matt Clay2020-03-053-2/+2
| | | | | | | | * Relocate netbox module_utils unit tests. This puts them where migration expects them. * Update sanity ignores.
* Split test_connection into individual filesRick Elrod2020-03-059-94/+255
| | | | Signed-off-by: Rick Elrod <rick@elrod.me>
* win - Allow FQCN for win_command and win_shellJordan Borean2020-03-053-11/+7
|
* Add missing test support plugin.Matt Clay2020-03-041-0/+298
|
* Split test_play_context_make_become_cmd into files (#68026)Matt Clay2020-03-0410-82/+324
| | | | | | | | | | | | | | | | | | | | | | | | | * Split test_play_context_make_become_cmd into files For NWO migration. Split the become module assertions into distinct test files and functions. For now, this is done naively - there is probably room to abstract these tests out and remove some of the duplication later on. Signed-off-by: Rick Elrod <rick@elrod.me> * use default_exe variable instead of hardcoding /bin/bash Signed-off-by: Rick Elrod <rick@elrod.me> * Move become plugin tests to their proper directory and rename them accordingly Signed-off-by: Rick Elrod <rick@elrod.me> * Fix up fixtures and imports. * Remove stray file. Co-authored-by: Matt Clay <matt@mystile.com>
* Update no-unwanted-files sanity test.Matt Clay2020-03-041-0/+7
| | | | This prepares for an additional path to be present after migration.
* Remove file exists check from botmeta sanity test.Matt Clay2020-03-041-11/+0
| | | | Many of the paths in botmeta will no longer exist after migration, making this check pointless.
* Include more test support plugins. (#68015)Matt Clay2020-03-0417-0/+1522
| | | | | | | | * Include more test support plugins. Also add missing module_utils `__init__.py` files. * Update sanity ignores.
* Skip removed windows CI groups after migration.Matt Clay2020-03-041-0/+6
|
* Create a dedicated windows-minimal test target. (#67987)Matt Clay2020-03-0311-1/+299
| | | | | | | | | | | | * Create a dedicated windows-minimal test target. The windows-minimal target is a copy of the win_ping test, taking the place of that test as the windows minimal test run on multiple python versions. It includes a private copy of the win_ping module so it will work after migration. This will keep tests passing during the migration prep process. * Update sanity ignores.
* Update test matrix to prepare for migration. (#67983)Matt Clay2020-03-033-32/+30
| | | | | | | | | | | | | | * Split fallaxy tests into their own group. This keeps expected pass/fail tests separate during migration prep. * Move network tests down in matrix. This will help keep pass/fail tests grouped together during migration prep. * Group all incidental tests together. This will keep pass/fail tests separate leading up to migration.
* Automatically enable test plugins after migration.Matt Clay2020-03-033-0/+21
|
* Fix powershell coverage path rewriting.Matt Clay2020-03-034-4/+13
| | | | This applies the same rewrite logic to PowerShell coverage as is used for Python coverage.
* O365 connector_card import from dict_transformationsJill Rouleau2020-03-021-1/+1
| | | | | | Update office_365_connector_card.py to import snake_dict_to_camel_dict from common.dict_transformations instead of ec2, to eliminate collection dependency on AWS collection.
* Revert "Temporarily remove AIX from CI."Matt Clay2020-03-021-0/+6
| | | | This reverts commit ce0fc4005c7f95d78a719c35faa3975b66ff5272.
* Set fallaxy tests as a smoketestJordan Borean2020-03-021-0/+1
|
* Unit test cleanup to assist with migration. (#67920)Matt Clay2020-03-027-135/+125
| | | | | | | | * Move linode unit tests to match module layout. * Fix location of netapp module_utils unit tests. * Update sanity ignores.
* Disable automerges-hertel2020-03-021-1/+1
|