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/eos
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
8 years ago
..
fixtures adds new module eos_system (#20797) 8 years ago
__init__.py refactor eos_eapi module (#20740) 8 years ago
eos_module.py updates eos modules to use socket (#21197) 8 years ago
test_eos_banner.py Fix the eos_banner idempotency (#22413) 8 years ago
test_eos_command.py updates eos modules to use socket (#21197) 8 years ago
test_eos_config.py Remove shebangs from unit tests. 8 years ago
test_eos_eapi.py Remove shebangs from unit tests. 8 years ago
test_eos_system.py adds eos_system integration tests (#22214) 8 years ago
test_eos_user.py updates eos modules to use socket (#21197) 8 years ago