1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/modules/network/exos
Lance Richardson bd4d68c785 network/exos: add exos_facts module (#43210)
Add exos_facts module. Known limitations at this time include:
   - Interface MTU is not reported.
   - Only primary interface IP is reported.

Add basic unit tests for the exos_facts module.

An EXOS CLI prompt can be prefixed with '! ' (shutting down), '* '
(running configuration does not match saved configuration), and
can include various status tokens within parentheses after these
prefixes. Update prompt regex to accept valid CLI prompts.
2018-08-08 16:02:18 +02:00
..
fixtures network/exos: add exos_facts module (#43210) 2018-08-08 16:02:18 +02:00
__init__.py add tests for exos_command module (#42268) 2018-07-04 19:42:51 +05:30
exos_module.py add tests for exos_command module (#42268) 2018-07-04 19:42:51 +05:30
test_exos_command.py add tests for exos_command module (#42268) 2018-07-04 19:42:51 +05:30
test_exos_facts.py network/exos: add exos_facts module (#43210) 2018-08-08 16:02:18 +02:00