summaryrefslogtreecommitdiff
path: root/test/units/modules
Commit message (Collapse)AuthorAgeFilesLines
* Removes deprecated "append" param from snat pool (#32953)Tim Rupp2017-11-152-0/+200
| | | | This param was deprecated in 2.4 and slated for removal in 2.5. This patch removes it.
* Adds module for managing bigip device connectivity (#32950)Tim Rupp2017-11-153-0/+498
| | | This module is a critical part of the HA process for BIG-IPs.
* multiple fixes nxos (#32903)Trishna Guha2017-11-141-4/+2
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Adding enos_command module and unit test (#32782)Anil Kumar Muraleedharan2017-11-141-0/+103
| | | | | | | | | | | | | | | | | | * Adding git_command module and its UT file * Changing Author Name and removing 2 blank lines * Removing blank lines * Adding enos_config and its UT files * Removing config module as I am allowed to have only module per PR * Work on Ganesh's Review comments * John Review Comments on enos_command.py * Review comments of John
* fix mtu check nxos_interface (#32880)Trishna Guha2017-11-141-2/+4
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* nxos_bgp_neighbor_af feature idea disable-peer-as-check (#32665)Trishna Guha2017-11-131-0/+8
| | | | | | | | | | * nxos_bgp_neighbor_af feature idea disable-peer-as-check Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Add unit test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Add mtu option nxos_interface feature idea (#32680)Trishna Guha2017-11-134-0/+205
| | | | | | | | | | * Add mtu option nxos_interface feature idea Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Add unit test for mtu feature Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Fix ios_config file prompt issue (#32744)Ganesh Nalawade2017-11-091-1/+1
| | | | | | Fixes #23263 Add a carriage return (\r) at end on copy config command which results in prompt on cli terminal
* nso_config module for setting configuration in Cisco NSO (#30973)cnasten2017-11-099-0/+335
|
* Module for running templates and workflows on vDirect (#31243)Evgeny Fedoruk2017-11-081-0/+281
| | | Modure for running configuration templates and workflows on Radware vDirect server
* Module for committing pending configuration on Radware devices (#31776)Evgeny Fedoruk2017-11-081-0/+200
| | | | With this module, pending configurations can be commited on Radware ADC devices.
* New enos_facts, + module_utils/enos.py. modifying copyright year in rest all ↵Anil Kumar Muraleedharan2017-11-0811-0/+677
| | | | | | | | | | | | | | | | | | | | | | | | | | (#31696) * Squashing all commits to one as suggested by John * Adding Unit test method for the module enos_facts.py * Pep8 and Ylint issues addressed * Trying again to remove blank line. Some scripts are required for this. * Bug Fixing for interfaces * Editing for over indenting issue * E203 whitespace before ',' * Update enos.py Added warnings argument as to check_args method * Update enos_facts.py Added warnings to check_args method
* ironware_config module (#32187)paulquack2017-11-074-0/+198
|
* ironware_facts module (#32186)paulquack2017-11-0713-383/+1631
|
* Adds bigip_device_trust module (#32608)Tim Rupp2017-11-061-0/+176
| | | This module can be used to manage trusts between two bigip devices.
* Updating the options to allow decryption and new save_when. (#32602)James Mighion2017-11-061-1/+33
|
* Removes bigip_snmp from skip file (#32530)Tim Rupp2017-11-031-16/+4
|
* Removes bigip_qkview from skip file (#32529)Tim Rupp2017-11-021-16/+4
|
* Removes bigip_provision from skip file (#32525)Tim Rupp2017-11-021-16/+2
|
* Removes bigip_irule from the skip file (#32509)Tim Rupp2017-11-021-18/+6
|
* CloudFormation module: get StackEvents when ClientRequestToken is not used ↵Jonathan Nuñez2017-11-0224-25/+931
| | | | | | | | | | (#32434) * When getting the stack events we need to consider the case where we don't have ClientRequestToken fixes #32396 * Adding tests for the case when the ClientRequestToken is not present in the stack creation. * Renaming the stack that the test for Client Request Token requires so it won't cause collisions with the basic test.
* Removes bigip_iapp_template from the skip file (#32488)Tim Rupp2017-11-021-16/+4
|
* Removes bigip_iapp_service from skip list (#32482)Tim Rupp2017-11-011-18/+70
|
* Refactored bigip_device_dns (#32483)Tim Rupp2017-11-011-0/+143
| | | Module was using old coding standards. This updates the module
* Removes bigip_hostname from skip file (#32479)Tim Rupp2017-11-011-16/+4
|
* Removes bigip_snmp_trap from skip file (#32470)Tim Rupp2017-11-011-16/+4
|
* Removes bigip_ucs from skip file (#32462)Tim Rupp2017-11-011-16/+4
|
* Adds bigip_iapplx_package module (#32456)Tim Rupp2017-11-012-0/+104
| | | | | This module can be used to manage the iAppLX packages you have installed on a device. It can install and remove packages in their RPM format.
* Removes bigip_user from skip file (#32451)Tim Rupp2017-11-011-16/+4
|
* Removes virtual_address from skip file (#32425)Tim Rupp2017-11-011-16/+4
|
* eos_eapi: adding the desired state config to the new vrf fixes #32111 (#32112)Dave Thelen2017-11-011-0/+5
| | | | | | | | * adding the desired state config to the new vrf fixes #32111 * fix default vrf initial configured * add unit test
* Iptables unit tests (#30762)Sébastien DA ROCHA2017-11-011-0/+611
| | | | | | | | | | | | | | | | | | * Add some tests for iptables * Fix remove bug (calls 2 times check to remove a chain) * Add me as maintainer * Fix PEP8 * Doc: Give more information on issue #18988 * Fix #18988 and test it * Fix doc (thanks Pillou) * enable PEP8 check for iptables
* Removes bigip ssl certificate from skip file (#32424)Tim Rupp2017-10-312-24/+80
|
* Removes gtm wide ip from skip file (#32422)Tim Rupp2017-10-311-16/+4
|
* Removes gtm pool from skip file (#32419)Tim Rupp2017-10-311-16/+2
|
* Fixes skip imports for bigip_configsync_action module (#32413)Tim Rupp2017-10-311-16/+2
|
* Fixes bigip_config to remove from skip file (#32409)Tim Rupp2017-10-311-16/+4
|
* Removes bigip_command from the skip file (#32407)Tim Rupp2017-10-311-17/+28
| | | | Includes fixes and enhancements to make it unnecessary to include this module in the skip file
* Various fixes for bigip_remote_syslog (#32404)Tim Rupp2017-10-311-16/+5
| | | | | | | | This patch addresses a number of issues, large and small, that were identified by users in the downstream repo. * formatting of some code * specific option combinations leading to errors * missing includes for unit tests
* ios_logging: Fix some smaller issues, add unit test (#32321)Paul Neumann2017-10-312-0/+68
| | | | | | | | | | | | | | | | | | | | | | | * ios_logging: Fix typo in documentation * ios_logging: Fix traceback when setting buffered destination without size When the size parameter is not configured while configuring the buffered destination, a traceback occurs due to the fact that validate_size expects the parameter to be an int. Explicitely converting value to int makes the check work for every case. * ios_logging: Update size parameter documentation Update the documentation of the size paramter to reflect the current behaviour of setting a default of 4096 for the buffered dest. * ios_logging: Add unit test Add unit test for ios_logging testing the behaviour clarified in the previous commits. * ios_logging: Fix python 2.6 compliance
* pamd: fix issue with trailing commas in module_argumentsKen Evensen2017-10-301-21/+36
|
* ios_system: Fix typo in unit test (#32284)Paul Neumann2017-10-291-1/+1
|
* Adds bigip_asm_policy module (#32281)Tim Rupp2017-10-273-0/+994
| | | | This module can be used to import asm policies from file or existing template. Supported file types are xml, compact xml, and binary
* Adds the bigip_ssl_key module (#32270)Tim Rupp2017-10-271-0/+121
| | | | | | This module's purpose is to specifically manage the ssl keys. It is essentially the key component of the bigip_ssl_certificate module. The modules were separated and the key portion deprecated from bigip_ssl_certificate in favor of this module.
* Various bigip_pool fixes (#32161)Tim Rupp2017-10-251-18/+4
| | | | * corrects copyrights and mocks in unit tests * fixes module code to include code to cleanup tokens
* - Adds iosxr_netconf module to configure netconf service on IOSXR (#31715)Kedar K2017-10-241-0/+87
| | | | | | | | | | * - Adds iosxr_netconf module to configure netcong service on Cisco IOS-XR devices * - Adds Integration test for module - Handles diff return from load_config * - Adds unit test for iosxr_netconf module
* Start using ClientRequestTokens in event lists (#31997)Ryan Brown2017-10-2332-902/+520
| | | | | | | | | | | * Start using ClientRequestTokens in event lists * Include request token in all reqs that support it (basically all but check mode/changeset) * Update placebo recordings * Add comments for CRQ popping
* -Fixes JSON parsing(use JSON object instead of string) for facts modules. ↵Kedar K2017-10-232-0/+201
| | | | (#31818)
* Adds the bigip_policy module (#31915)Tim Rupp2017-10-201-0/+188
| | | | this module allows one to manage policies and re-order their corresponding rules
* Refactors the bigip_gtm_facts module (#31917)Tim Rupp2017-10-203-0/+249
| | | Includes pep fixes and inlining code with current conventions