Ansible Core Team
da5e24e389
Mark migrated azure
2020-03-23 11:14:21 -05:00
Ansible Core Team
daf3daf2db
Mark migrated windows
2020-03-23 11:14:21 -05:00
Ansible Core Team
a7d1e5934d
Mark migrated vmware
2020-03-23 11:14:21 -05:00
Ansible Core Team
6c0fdede6b
Mark migrated vmware_rest
2020-03-23 11:14:21 -05:00
Ansible Core Team
7a961ef0cc
Mark migrated mongo
2020-03-23 11:14:21 -05:00
Ansible Core Team
a9ae99106b
Mark migrated crypto
2020-03-23 11:14:21 -05:00
Ansible Core Team
37fd05b11d
Mark migrated kubernetes
2020-03-23 11:14:21 -05:00
Ansible Core Team
210e197b4b
Mark migrated grafana
2020-03-23 11:14:21 -05:00
Ansible Core Team
a2a1fde328
Mark migrated general
2020-03-23 11:14:21 -05:00
Ansible Core Team
8b3f1dd5c3
Mark migrated amazon
2020-03-23 11:14:21 -05:00
Ansible Core Team
f275bf0c10
Mark migrated frr
2020-03-23 11:14:21 -05:00
Ansible Core Team
bb7359390a
Mark migrated podman
2020-03-23 11:14:21 -05:00
Ansible Core Team
e8103cd3d1
Mark migrated init
2020-03-23 11:14:21 -05:00
Alicia Cozine
4e8b240b8b
Intersphinx ( #68090 )
...
* 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>
2020-03-06 14:16:35 -08:00
Matt Clay
d7b7ed6ba6
Remove assemble from incidental tests.
...
The module and action plugin are now remaining in base.
2020-03-06 13:02:54 -08:00
Rick Elrod
21dfec6c4f
make test_raw use setUp instead of global definitions
...
Signed-off-by: Rick Elrod <rick@elrod.me>
2020-03-06 09:34:21 -08:00
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.
2020-03-05 16:01:55 -08:00
Rick Elrod
65edd5e37f
Split test_connection into individual files
...
Signed-off-by: Rick Elrod <rick@elrod.me>
2020-03-05 14:08:38 -08:00
Jordan Borean
f9a038cbd4
win - Allow FQCN for win_command and win_shell
2020-03-05 12:14:58 -08:00
Matt Clay
35996e57ab
Add missing test support plugin.
2020-03-04 22:35:12 -08:00
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>
2020-03-04 22:26:04 -08:00
Matt Clay
f963c8ca3d
Update no-unwanted-files sanity test.
...
This prepares for an additional path to be present after migration.
2020-03-04 14:03:35 -08:00
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.
2020-03-04 14:03:09 -08:00
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.
2020-03-04 12:20:02 -08:00
Matt Clay
a51266ba85
Skip removed windows CI groups after migration.
2020-03-04 12:08:05 -08:00
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.
2020-03-03 18:36:37 -08:00
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.
2020-03-03 16:23:48 -08:00
Matt Clay
f4b923a29b
Automatically enable test plugins after migration.
2020-03-03 16:23:27 -08:00
Matt Clay
1a8fdaadc7
Fix powershell coverage path rewriting.
...
This applies the same rewrite logic to PowerShell coverage as is used for Python coverage.
2020-03-03 14:07:29 -08:00
Jill Rouleau
d61332b50e
O365 connector_card import from dict_transformations
...
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.
2020-03-02 14:02:46 -08:00
Matt Clay
90dc0e904e
Revert "Temporarily remove AIX from CI."
...
This reverts commit ce0fc4005c
.
2020-03-02 12:00:12 -08:00
Jordan Borean
b241c021b7
Set fallaxy tests as a smoketest
2020-03-02 11:59:38 -08:00
Matt Clay
7c493577ba
Unit test cleanup to assist with migration. ( #67920 )
...
* Move linode unit tests to match module layout.
* Fix location of netapp module_utils unit tests.
* Update sanity ignores.
2020-03-02 10:40:34 -08:00
s-hertel
3383dc8c02
Disable automerge
2020-03-02 09:16:43 -08:00
Nilashish Chakraborty
d4581aca96
Update nxos_l2_interfaces merged test ( #67918 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2020-03-02 21:44:10 +05:30
Adharsh Srivats R
7307339a7e
NX-OS ACLs module ( #67558 )
...
* Added nxos_acls module
* Adding tests
* Added integration tests
* Integration tests update
* Updated documentation
* Replaced state changes
* Added warning detection
* Added port-protocol mapping
* Added change
* Merge update changes
* Completed integration tests, rtt
* Added unit tests
* Linting
Added metaclass info
* Changed port protocol to str
* Fixed shippable errors, added examples
* Fixed type error, updated examples
2020-03-02 16:49:28 +05:30
Martin Nečas
4ef7bd4c79
ovirt: update botmeta deprecated ( #67826 )
...
* ovirt: update botmeta deprecated
* correct deprecate option
* remove duplication
* add removed_module
* add removed_module to external_provider
* add imports and metaclass
* update misc ovirt
* update sanity tests to have correct misc ovirt name
Signed-off-by: mnecas <necas.marty@gmail.com>
* remove unnecessary sanity ignore
2020-03-02 10:18:35 +00:00
Martin Nečas
48fffe167d
ovirt_vm: remove deprecated warning ( #67922 )
...
* ovirt_vm: remove deprecated warning of boot params
* update docs
2020-03-02 04:45:25 -05:00
Sumit Jaiswal
4e43bd3a4f
fix nxos_l2 resource tests ( #67916 )
2020-03-02 15:05:26 +05:30
Matt Clay
29978d027b
Update default test container to version 1.12.
2020-03-02 00:06:47 -08:00
Matt Clay
637d1f19d5
Skip lookup tests on Python 2.6.
...
Lookups are only executed on the controller and Python 2.6 is no longer supported on the controller.
2020-03-02 00:06:18 -08:00
Matt Clay
64782dd815
Split unit tests into 3 groups. ( #67917 )
2020-03-01 22:57:48 -08:00
Jordan Borean
97d2d4512f
Separated ps module_util test targets, added WebRequest tests ( #67914 )
...
* Separated ps module_util test targets, added WebRequest tests
* Simplify header test
2020-03-02 16:12:08 +10:00
Jordan Borean
c66ee7e994
Split C# module utils to their own test target ( #67910 )
...
* Split C# module utils to their own test target
* Fix up outstanding sanity ignores
2020-03-02 15:16:31 +10:00
Adharsh Srivats R
f3ddf1bc95
NX-OS ACL interfaces module ( #67505 )
...
* Rebase
* Completed integration tests
* Added unit tests
* Added warning detection
* Updated tests
* Completed tests
* Linting
Linting II
YAML Lint
Linting
* Updated review changes
* Updated examples, fixed reviews
* Added failure condition
* Resolved merge conflict
2020-03-02 09:52:32 +05:30
Matt Clay
42eba3ce25
Increase unit test timeout.
2020-03-01 19:22:56 -08:00
Matt Clay
ebb255f0d3
Add Python 3.9 to ansible-test.
...
ci_complete
ci_coverage
2020-03-01 17:42:06 -08:00
Matt Clay
e0875f2aef
Skip ios_acls unit test on Python 3.5.
2020-03-01 14:07:37 -08:00
Shachaf92
2e38f80f9e
win_timezone - Allow for _dstoff timezones ( #67892 )
...
* win_timezone - Allow for _dstoff timezones
* Update win_timezone-Allow-dstoff.yml
* Added doc entry for new format
Co-authored-by: Jordan Borean <jborean93@gmail.com>
2020-03-02 08:02:38 +10:00
Matt Clay
64a2864158
Fix ansible-test constraints for AWS.
2020-03-01 14:01:25 -08:00