ansible/test/units/modules/network
Ricardo Carrillo Cruz c57729944b Fix the eos_banner idempotency (#22413)
The map_config_to_obj calls the run_commands  helper function,
which returns a list of results.
However, the map_params_to_obj return a single string.
Therefore, the comparison between the two datasets could never be equal,
breaking idempotency.
Also, the 'no banner' command should be run on absent only if there's a banner
text set.

Fixes #22194
2017-03-09 12:43:54 +00:00
..
basics code clean of old code from network modules updates (#21469) 2017-02-15 12:46:30 -05:00
cumulus New Networking Module: NCLU (#21101) 2017-02-20 22:21:34 -05:00
eos Fix the eos_banner idempotency (#22413) 2017-03-09 12:43:54 +00:00
ios ios_config: fix "save" arg results in timeout (#21344) 2017-02-13 21:12:54 -05:00
iosxr Remove shebangs from unit tests. 2017-02-27 17:53:10 -08:00
junos refactors junos modules to support persistent socket connections (#21365) 2017-02-16 10:53:03 -05:00
nxos adds system_mtu argument to nxos_system (#21970) 2017-02-26 11:33:58 -05:00
vyos Remove shebangs from unit tests. 2017-02-27 17:53:10 -08:00
__init__.py