summaryrefslogtreecommitdiff
path: root/test/integration
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* ansible-galaxy - optimise some paths and use fake galaxy int tests (#67685)Jordan Borean2020-02-2910-94/+640
| | | | | | | | | | | | | | | | | | | | | | | | | | * ansible-galaxy - optimise some paths and use fake galaxy int tests * Added init, built, and publish tests * Test against both mocked Galaxy and AH server * Finish off writing the install tests * Fix up broken tests * Rename test target and add migrated tests * Use cloud provider for Galaxy implementation * Added blank static config * Use correct alias group * Set release version and fix copy typo * Remove reset step as it is no longer needed * Use sane env var names for test container name
* win_unzip - normalize and compare paths to prevent path traversal (#67799)Sam Doran2020-02-282-1/+121
| | | | | | * Actually inspect the paths and prevent escape * Add integration tests * Generate zip files for use in integration test * Adjust error message
* implement support for hidden/protected variables gitlab_project_variable ↵Markus Bergholz2020-02-281-0/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#67461) * #66135 implement support for hidden/protected variables * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com> * update example value * fix pep * fix pep8 * fix tailing whitespace * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update test/integration/targets/gitlab_project_variable/tasks/main.yml Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * fix recommendations and request changes * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update test/integration/targets/gitlab_project_variable/tasks/main.yml Co-Authored-By: Felix Fontein <felix@fontein.de> * fix undefine module * add missing import * expand documentation * add idempotent check * add changelog * Update changelogs/fragments/67461-gitlab-project-variable-masked-protected.yml Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * check also for integer_types * expand integration test and check also for float type * append documentation * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com> Co-authored-by: Felix Fontein <felix@fontein.de>
* Add integration test for regex_search filter.Matt Clay2020-02-281-0/+26
|
* Resource module for IOS ACL (#66629)Sumit Jaiswal2020-02-2817-0/+963
| | | | * fix ios_acl
* Resource module for IOS static routes (#64632)Sumit Jaiswal2020-02-2816-0/+613
| | | | * ios_static_routes
* Resource module for IOS ACL_Interfaces (#66746)Sumit Jaiswal2020-02-2816-0/+574
| | | | * acl_interfaces
* Add x509_crl_info module (#67539)Felix Fontein2020-02-284-0/+55
| | | | | | | | | | * Add x509_crl_info module. * Apply suggestions from code review Co-Authored-By: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* Test system users and groups.Matt Clay2020-02-272-0/+26
|
* Add lookup_dict integration test. (#67836)Matt Clay2020-02-272-0/+57
| | | | | | * Add lookup_dict integration test. * Skip test on python 2.6.