Commit Graph

47100 Commits (0922407b67790760a423e61f6eb98618afaec1e4)
 

Author SHA1 Message Date
chkp-amiads 0922407b67 run_ips_update module (#61440) 5 years ago
René Moser 3bfeae9040 vultr: add changelog and update porting guide (#61520) 5 years ago
Matt Clay 032bd3a030 Move the ansible-test output_dir.
This directory is currently a fixed location to make troubleshooting easier.
It is cleared before each test target runs, but is preserved when a test target finishes.
This allows the contents to be inspected when a test fails.

The previous location was `~/ansible_testing/`.
The new location is within the content root:

- `test/results/.tmp/output_dir` for Ansible
- `tests/output/.tmp/output_dir` for Ansible Collections

Moving the directory reduces the number of places on the filesystem where tests create output.
It also enables the results to be returned from delegated systems.
5 years ago
Matt Davis d81ae27a4a
Collection role relative deps (#61517)
* default collection support

* playbooks run from inside a registered collection will set that collection as the first item in the search order (as will all non-collection roles)
* this allows easy migration of runme.sh style playbook/role integration tests to collections without the playbooks/roles needing to know the name of their enclosing collection

* disable default collection test under Windows

* enable collection search for role dependencies

* unqualified role deps in collection-hosted roles will first search the containing collection
* if the calling role has specified a collections search list in metadata, it will be appended to the search order for unqualified role deps

* disable cycle detection unit test

* failing on 3.7+, needs proper cycle detection
* see #61527
5 years ago
smile37773 7bb0556334 Rename Azure modules: facts -> info (#61505)
* rename

* add symlink

* rename

* rename

* rename

* rename

* rename

* rename

* rename

* rename

* rename

* rename

* rename

* rename
5 years ago
chkp-amiads 876804395c tag module (#61393)
* tag module

* list to dict

* removed set example

* fix name in example
5 years ago
chkp-amiads a9b7db9d32 dynamic_object module (#61437)
* dynamic_object module

* fix example

* remove set example
5 years ago
ndclt 649d612d64 keycloak: improve testability of authentification (#57611) 5 years ago
chkp-amiads 07c288f56f threat_layer module (#61389)
* threat_layer module

* list to dict

* fix example

* remove set example
5 years ago
Sam Doran 48a67f4465 Fix race condition in test_sunos_get_uptime_facts
Mock time.time() to return consistent time value.
5 years ago
Sam Doran e5b24a68cc Add additional group for sanity tests
Put validate-modules in its own group
5 years ago
chkp-amiads 2272f27841 service_group module (#61448)
* service_group module

* fix example (add)

* fix set example
5 years ago
Zim Kalinowski 35c76ae0d3
Rename dtl and db _facts --> _info (#61496)
* rename modules

* created links

* fixed sanity

* removed unnecessary ignore rules

* added depreciation warning

* update ignore.txt to match

* removed unnecessary ignore rules

* update ignore.txt to match

* make ignore.txt same as in devel

* cr

* additional sanity
5 years ago
Matt Clay d92e2a6b0e
Simplify ansible-test target processing. (#61506)
* Clean up layout paths for integration tests.

* Remove "special" integration test target type.

* Remove unnecessary role detection logic.

* Remove support for non-sh runme scripts.

* Simplify reading of aliases.
5 years ago
Ganesh Nalawade d7845da326
Fix in get api for eric_eccli cliconf plugin (#61507)
Fixes https://github.com/ansible/ansible/issues/60674

*  Fix get() API signature for eric_eccli cliconf plugin
   to work with cli_command module.
5 years ago
chkp-amiads aa58bb9d43 exception_group module (#61474)
* exception_group module

* Update cp_mgmt_exception_group.py
5 years ago
chkp-amiads 60ec8692fc security_zone module (#61447)
* security_zone module

* fix example
5 years ago
chkp-amiads 831942c834 service_icmp6 module (#61453)
* service_icmp6 module

* fix example
5 years ago
chkp-amiads d0bcfdf3a3 service_rpc module (#61468)
* service_rpc module

* fix example
5 years ago
chkp-amiads f31760d559 service_dce_rpc module (#61465)
* service_dce_rpc module

* fix example
5 years ago
chkp-amiads 2287585389 wildcard module (#61399)
* wildcard module

* list to dict

* fix example
5 years ago
chkp-amiads 7799e61faa dns_domain module (#61436)
* dns_domain module

* fix example
5 years ago
Zim Kalinowski a47e56cb15
SIG Additional fix (#61502)
* adding snapshot param

* fix problem with leftover empty dict

* leftovers

* fix leftovers
5 years ago
chkp-amiads 8097bd633c global_assignment module (#61449) 5 years ago
chkp-amiads 736bfc3a35 run_script module (#61444) 5 years ago
chkp-amiads d3a8a57db0 install_policy module (#61446) 5 years ago
chkp-orso be27159412 threat_exception module (#61470)
* threat_exception module

* fix examples
5 years ago
chkp-amiads fff11bde0d threat_profile module (#61391)
* threat_profile module

* list to dict

* fix example
5 years ago
chkp-amiads f1e1da7ad3 multicast_address_range module (#61438) 5 years ago
chkp-amiads 4c168bd019 vpn_community_star module (#61398)
* vpn_community_star module

* list to dict
5 years ago
chkp-amiads 7e2292427d vpn_community_meshed module (#61397)
* vpn_community_meshed module

* list to dict
5 years ago
Chris Archibald 799b0fac52 New module: cvs snapshots for aws (#61023)
* New module: cvs snapshots for aws

* fixeS
5 years ago
chkp-amiads 3bc5957a93 service_other module (#61450)
* service_other module

* fix test failure
5 years ago
chkp-amiads c52e0e5021 service_icmp module (#61451)
* service_icmp module

* fix example
5 years ago
Chris Archibald 53b2a261de new module: Cloud Volumes for AWS, active Directory (#61342)
* new module

* fixes

* update
5 years ago
chkp-amiads 834746b207 package module (#61439) 5 years ago
chkp-amiads f687bc0ff3 simple_gateway module (#61388)
* simple_gateway module

* list to dict

* fix indentation issue

fails tests
5 years ago
chkp-amiads a88436decd service_sctp module (#61386)
* service_sctp module

* list to dict

* fix example
5 years ago
Daniel Mellado 0746ae8b37 Limit config fetch on junos_l3_interfaces (#61219)
This commit adds a filter in junos_l3_interfaces so it limits the amount
of configuration fetched from the remote device.
5 years ago
chkp-amiads a54b78c67a verify_policy module (#61455) 5 years ago
chkp-orso 311ab5e4f8 put_file module (#61479) 5 years ago
chkp-orso c42ebf227c time module (#61477) 5 years ago
Milan Zink 183e6b9a84 New module - na_ontap_ldap_client (#59713)
* New module - na_ontap_ldap_client

* Fixing module example usage

* Fixing module documentation - ansible-test sanity

* Fulfile merge request comments

- required_if used for options
- 'client_config' option renamed to 'name'
- docstring updated
- imports placed according to Ansible module best practices

* create an ems log event for users with auto support turned on

* Fix required_if state=present options
5 years ago
Chris Van Heuveln f890c9692f nxos_bfd_interfaces: new module (#61407)
* bfd_interfaces: initial commit

* fix state methods, add more UT

* Add integration tests, support for N6K

* minor comment cleanups

* lint 1

* lint 2

* lint 3

* lint 4

* lint 5

* retrigger shippable

* retrigger shippable

* PR review updates: /bfd_echo/echo/, updated tests

* fix overridden logic and integration test
5 years ago
chkp-orso 7e9b02df39 access_layer module (#61373)
* access_layer module

* list to dict
5 years ago
Milan Zink 7482d21737 New module - na_ontap_ldap (#59718)
* New module - na_ontap_ldap

* Fixing module documentation - ansible-test sanity

* Fulfil merge request changes from comments

- 'client_config' option renamed to 'name'
- docstring updated
- imports placed according to Ansible module best practices

* Fixed docstring typo + netapp_utils.ems_log_event added
5 years ago
chkp-orso ca12d53463 administrator module (#61286)
* administrator module

* fix examples that the list param will apear with '-' instead of '_'

* add '-'

* update examples

* list to dict
5 years ago
chkp-orso 0b8da42757 application_site_category module (#61288)
* application_site_category module

* add '-'

* update examples

* list to dict
5 years ago
chkp-orso 723b955e95 threat_protection_override module (#61481) 5 years ago
Milan Zink 51e696cecf Improving na_ontap_command module (#60471)
* Improving na_ontap_command

- new option 'return_dict': true|false
- module returns parseable dictonary data instead of raw XML output when return_dict: true

* Fix module documentation typo

* Fixing pull request comments

* Python lint

* smaller try blocks
5 years ago