ansible/test/units/modules/network
hexdump0x0200 4d407d1781 ios_logging: fix idempotence errors (#53109)
* ios_logging: fix the error checking the existence of "host" destinations (IOS 12)

In the "have" list, records of type "host" do not contain the key "size",
although in the list "want" it is always there. Because of this, the module
assumes that the "host" type destinations is not configured and does it again.
This does not change the configuration on the device, but is redundant and
the status of the task will always be "changed". This patch fixes it.

* ios_logging: fixes #53227

* ios_logging: minor changes in string matching
2019-03-07 17:40:03 +05:30
..
aireos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
aruba Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
basics
checkpoint Add checkpoint_session module (#50930) 2019-01-16 13:19:36 +01:00
cli Add backup parameter to cli_config (#50206) 2018-12-21 09:55:14 -05:00
cloudvision Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
cnos To fix bug on switch port issue of L3 interfaces. (#53267) 2019-03-06 12:08:53 -05:00
cumulus Remove wildcard import in test_nclu 2017-10-09 21:41:02 -07:00
dellos6 Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
dellos9 Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
dellos10 Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
edgeos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
edgeswitch new network module: edgeswitch_vlan (#48041) 2018-12-17 11:30:17 +05:30
enos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
eos Remove deprecated options from modules (#50246) 2019-01-22 09:18:26 -05:00
exos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
f5 Adds aggregate functionality to the module (#51638) 2019-02-01 18:04:49 -08:00
fortimanager FortiManager Plugin Module Conversion: fmgr_ha (#52768) 2019-03-07 12:31:17 +05:30
frr frr: New module for BGP configuration management (#51281) 2019-03-04 15:02:56 +05:30
ftd FTD modules: upsert functionality and bug fixes (#47747) 2018-11-16 11:55:36 +05:30
ingate modules: network: ingate: Add module ig_store_edit (#47675) 2019-01-17 23:05:45 -05:00
ios ios_logging: fix idempotence errors (#53109) 2019-03-07 17:40:03 +05:30
iosxr added response_timestamps to ios_xr_command module (#50095) 2019-02-04 18:49:06 +05:30
ironware Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
itential itential iap_token module (#46773) 2018-12-12 14:28:20 -05:00
junos Add new module - junos_ping (#50711) 2019-01-29 15:36:12 +05:30
netact Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
netscaler Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
netvisor Pluribus Networks prefix list network module with Unit test cases (#52064) 2019-02-12 20:40:58 +05:30
nos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
nso NSO - added validate_certs parameter to allow for ignoring of SSL certificates (#51981) 2019-02-25 14:17:56 +00:00
nuage Replace nose with pytest 2018-11-26 13:41:57 -08:00
nxos Fix 'defaults' option in the nxos_config module (#51076) 2019-01-23 11:29:27 +05:30
onyx Fix Issue #39598 (#49982) 2018-12-21 11:54:10 +05:30
opx opx_cps_changes (#51952) 2019-03-07 03:41:36 -05:00
ovs Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
radware Enable additional pylint rules and resolve issues found. (#47221) 2018-10-18 13:38:08 -07:00
routeros Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
slxos Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
voss Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
vyos New Module: vyos_ping (#50193) 2019-01-08 10:42:24 +05:30
__init__.py