ansible/test/units/modules/network/ios
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
..
fixtures ios_logging: fix idempotence errors (#53109) 2019-03-07 17:40:03 +05:30
__init__.py adds missing __init__ to ios unit test 2017-01-08 23:07:30 -05:00
ios_module.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
test_ios_banner.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_ios_bgp.py New module to support BGP configuration management in IOS (#49121) 2019-03-04 13:37:57 +05:30
test_ios_command.py added timestamps to ios_command module (#50323) 2019-01-31 18:11:53 +05:30
test_ios_config.py Remove deprecated options from modules (#50246) 2019-01-22 09:18:26 -05:00
test_ios_facts.py ios_facts: Gather CDP neighbor data (#49129) 2018-11-29 14:05:17 -05:00
test_ios_logging.py ios_logging: fix idempotence errors (#53109) 2019-03-07 17:40:03 +05:30
test_ios_ntp.py ios_ntp module (#50705) 2019-02-01 09:20:02 -05:00
test_ios_ping.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_ios_system.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_ios_user.py ios_user: Add support for multiple sshkeys (#51173) 2019-01-28 13:44:15 +05:30
test_ios_vlan.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_ios_vrf.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00