You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
9 years ago
..
basics code clean of old code from network modules updates (#21469) 9 years ago
cumulus New Networking Module: NCLU (#21101) 9 years ago
eos Fix the eos_banner idempotency (#22413) 9 years ago
ios ios_config: fix "save" arg results in timeout (#21344) 9 years ago
iosxr Remove shebangs from unit tests. 9 years ago
junos refactors junos modules to support persistent socket connections (#21365) 9 years ago
nxos adds system_mtu argument to nxos_system (#21970) 9 years ago
vyos Remove shebangs from unit tests. 9 years ago
__init__.py adds new module net_command for network devices (#19468) 9 years ago