summaryrefslogtreecommitdiff
path: root/test/integration
Commit message (Collapse)AuthorAgeFilesLines
* Migrated to dellemc_networking.os6Ansible Core Team2020-03-0923-613/+0
|
* Migrated to dellemc_networking.os9Ansible Core Team2020-03-0923-615/+0
|
* Migrated to dellemc_networking.os10Ansible Core Team2020-03-0923-620/+0
|
* Migrated to awx.awxAnsible Core Team2020-03-0949-1977/+0
|
* Migrated to junipernetworks.junosAnsible Core Team2020-03-09253-10020/+0
|
* Migrated to cisco.ucsAnsible Core Team2020-03-0938-3018/+0
|
* Migrated to cisco.nxosAnsible Core Team2020-03-09728-26367/+0
|
* Migrated to cisco.msoAnsible Core Team2020-03-0910-1446/+0
|
* Migrated to cisco.merakiAnsible Core Team2020-03-0942-5380/+0
|
* Migrated to cisco.iosxrAnsible Core Team2020-03-09274-11951/+0
|
* Migrated to cisco.iosAnsible Core Team2020-03-09318-11839/+0
|
* Migrated to cisco.intersightAnsible Core Team2020-03-092-155/+0
|
* Migrated to cisco.asaAnsible Core Team2020-03-0938-1611/+0
|
* Migrated to cisco.aciAnsible Core Team2020-03-09106-11225/+0
|
* Migrated to arista.eosAnsible Core Team2020-03-09340-12975/+0
|
* Migrated to theforeman.foremanAnsible Core Team2020-03-095-148/+0
|
* Migrated to fortinet.fortiosAnsible Core Team2020-03-0914-9833/+0
|
* Migrated to ansible.windowsAnsible Core Team2020-03-09205-17989/+0
|
* Migrated to ansible.posixAnsible Core Team2020-03-0935-2536/+0
|
* Migrated to ansible.netcommonAnsible Core Team2020-03-0930-875/+0
|
* Migrated to ansible.amazonAnsible Core Team2020-03-09113-9719/+0
|
* Migrated to community.windowsAnsible Core Team2020-03-09308-22896/+0
|
* Migrated to community.vmwareAnsible Core Team2020-03-09330-16427/+0
|
* Migrated to community.mongoAnsible Core Team2020-03-0934-1969/+0
|
* Migrated to community.cryptoAnsible Core Team2020-03-09146-14955/+0
|
* Migrated to community.kubernetesAnsible Core Team2020-03-0920-1891/+0
|
* Migrated to community.grafanaAnsible Core Team2020-03-097-278/+0
|
* Migrated to community.generalAnsible Core Team2020-03-091615-95439/+0
|
* Migrated to community.amazonAnsible Core Team2020-03-09399-34638/+0
|
* Migrated to containers.podmanAnsible Core Team2020-03-0925-469/+0
|
* Remove assemble from incidental tests.Matt Clay2020-03-067-107/+0
| | | | The module and action plugin are now remaining in base.
* Create a dedicated windows-minimal test target. (#67987)Matt Clay2020-03-0310-1/+298
| | | | | | | | | | | | * 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-031-2/+2
| | | | | | | | | | | | | | * 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.
* Set fallaxy tests as a smoketestJordan Borean2020-03-021-0/+1
|
* Update nxos_l2_interfaces merged test (#67918)Nilashish Chakraborty2020-03-021-0/+1
| | | Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* NX-OS ACLs module (#67558)Adharsh Srivats R2020-03-0214-0/+613
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* fix nxos_l2 resource tests (#67916)Sumit Jaiswal2020-03-022-2/+2
|
* Skip lookup tests on Python 2.6.Matt Clay2020-03-0225-2/+25
| | | | Lookups are only executed on the controller and Python 2.6 is no longer supported on the controller.
* Separated ps module_util test targets, added WebRequest tests (#67914)Jordan Borean2020-03-0241-116/+613
| | | | | | * Separated ps module_util test targets, added WebRequest tests * Simplify header test
* Split C# module utils to their own test target (#67910)Jordan Borean2020-03-0219-189/+204
| | | | | | * Split C# module utils to their own test target * Fix up outstanding sanity ignores
* NX-OS ACL interfaces module (#67505)Adharsh Srivats R2020-03-0216-0/+594
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* win_timezone - Allow for _dstoff timezones (#67892)Shachaf922020-03-021-0/+11
| | | | | | | | | | * 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>
* Skip mongodb tests on all centos versions.Matt Clay2020-03-012-2/+2
| | | | The tests were already skipped for versions 6 and 7, and are not passing on version 8.
* Remove invalid skip aliases in tests.Matt Clay2020-03-0111-29/+0
|
* nxos_lldp_interfaces resource module (#67802)Adharsh Srivats R2020-03-0115-0/+553
| | | | | | | | | | | | | | | | | | | | | | | | | | * Added nxos_lldp_interfaces module * Linting * Added RTT, resolved shippable errors * Added new states * New states edit * Updated states * Updated tests * Show all interfaces in facts * Test changes * Added unit tests * Linting * Handled portchannel failing condition
* The different MongoDB test setups collide. (#67895)Felix Fontein2020-03-011-1/+1
| | | ci_complete
* VyOS: firewall_interfaces module added (#67254)Rohit2020-03-0124-0/+1232
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * firewall_interfaces module added Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * sanity fixes Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * sanity fixes Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * delete opr updated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * tests updated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * comments incorporated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * ci failure fix Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* add new module mongodb_info (#67846)Andrew Klychkov2020-02-299-0/+147
| | | | | | | | | | * add new module mongodb_info * fix doc and examples * add GPL info * use LooseVersion in the function doc string
* acme_* modules: adjust documentation to reference RFCs 8737 and 8738 instead ↵Felix Fontein2020-02-291-2/+3
| | | | | | | | of the drafts (#67881) * Adjust documentation to reference RFCs 8737 and 8738 instead of the drafts. * More references.
* Fourth batch of incidental integration tests. (#67873)Matt Clay2020-02-28261-0/+11095
| | | | | | | | | | | | | | | | | | * 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.