Commit Graph

10120 Commits (1915feadd5aede002d5036a52fd7f77c90bd91c2)

Author SHA1 Message Date
Ansible Core Team 1915feadd5 Migrated to junipernetworks.junos 6 years ago
Ansible Core Team 618745158a Migrated to openstack.cloud 6 years ago
Ansible Core Team 37e8b907bc Migrated to f5networks.f5_modules 6 years ago
Ansible Core Team c8db741307 Migrated to cisco.ucs 6 years ago
Ansible Core Team ecd1907190 Migrated to cisco.nxos 6 years ago
Ansible Core Team e39b1dec45 Migrated to cisco.mso 6 years ago
Ansible Core Team a16d88b068 Migrated to cisco.meraki 6 years ago
Ansible Core Team e1f0162333 Migrated to cisco.iosxr 6 years ago
Ansible Core Team 44ce3f3812 Migrated to cisco.ios 6 years ago
Ansible Core Team 83c7ad1886 Migrated to cisco.intersight 6 years ago
Ansible Core Team 0aff46f3fd Migrated to cisco.asa 6 years ago
Ansible Core Team ad5be6f8fd Migrated to cisco.aci 6 years ago
Ansible Core Team aee8e4f5ff Migrated to arista.eos 6 years ago
Ansible Core Team 8997d84cff Migrated to check_point.mgmt 6 years ago
Ansible Core Team 741ff30da2 Migrated to netapp.ontap 6 years ago
Ansible Core Team f1c4ac5056 Migrated to netapp.elementsw 6 years ago
Ansible Core Team 7a1917a70d Migrated to netapp.aws 6 years ago
Ansible Core Team 8ccb9efa1d Migrated to netbox.netbox 6 years ago
Ansible Core Team 31d222a12f Migrated to theforeman.foreman 6 years ago
Ansible Core Team 74c95055e9 Migrated to fortinet.fortios 6 years ago
Ansible Core Team a73c1da43a Migrated to ansible.windows 6 years ago
Ansible Core Team ca86205e7d Migrated to ansible.posix 6 years ago
Ansible Core Team 9c3977000b Migrated to ansible.netcommon 6 years ago
Ansible Core Team 42b02d1be2 Migrated to ansible.amazon 6 years ago
Ansible Core Team ab5942a760 Migrated to servicenow.servicenow 6 years ago
Ansible Core Team ca0090b43c Migrated to community.windows 6 years ago
Ansible Core Team 152ce46a23 Migrated to community.vmware 6 years ago
Ansible Core Team 89140301df Migrated to community.vmware_rest 6 years ago
Ansible Core Team eec0fb31de Migrated to community.mongo 6 years ago
Ansible Core Team ef24d794ee Migrated to community.crypto 6 years ago
Ansible Core Team 9d2d137038 Migrated to community.kubernetes 6 years ago
Ansible Core Team 54b2c8f113 Migrated to community.grafana 6 years ago
Ansible Core Team 6e048cc268 Migrated to community.general 6 years ago
Ansible Core Team cb06e04e71 Migrated to community.amazon 6 years ago
Ansible Core Team 5c9a9974c0 Migrated to frr.frr 6 years ago
Ansible Core Team 29ae7a2274 Migrated to containers.podman 6 years ago
Matt Clay d7b7ed6ba6 Remove assemble from incidental tests.
The module and action plugin are now remaining in base.
6 years ago
Rick Elrod 21dfec6c4f make test_raw use setUp instead of global definitions
Signed-off-by: Rick Elrod <rick@elrod.me>
6 years ago
Matt Clay 2c0be65f44
Relocate netbox module_utils unit tests. (#68056)
* Relocate netbox module_utils unit tests.

This puts them where migration expects them.

* Update sanity ignores.
6 years ago
Rick Elrod 65edd5e37f Split test_connection into individual files
Signed-off-by: Rick Elrod <rick@elrod.me>
6 years ago
Matt Clay 35996e57ab Add missing test support plugin. 6 years ago
Matt Clay 46fdbbdd18
Split test_play_context_make_become_cmd into files (#68026)
* 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>
6 years ago
Matt Clay f963c8ca3d Update no-unwanted-files sanity test.
This prepares for an additional path to be present after migration.
6 years ago
Matt Clay b26ceb57ce Remove file exists check from botmeta sanity test.
Many of the paths in botmeta will no longer exist after migration, making this check pointless.
6 years ago
Matt Clay 4fb7e62003
Include more test support plugins. (#68015)
* Include more test support plugins.

Also add missing module_utils `__init__.py` files.

* Update sanity ignores.
6 years ago
Matt Clay a51266ba85 Skip removed windows CI groups after migration. 6 years ago
Matt Clay 8339704831
Create a dedicated windows-minimal test target. (#67987)
* 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.
6 years ago
Matt Clay 3508e1197e
Update test matrix to prepare for migration. (#67983)
* 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.
6 years ago
Matt Clay f4b923a29b Automatically enable test plugins after migration. 6 years ago
Matt Clay 1a8fdaadc7 Fix powershell coverage path rewriting.
This applies the same rewrite logic to PowerShell coverage as is used for Python coverage.
6 years ago