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/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.
6 years ago
..
fixtures network/exos: add exos_facts module (#43210) 6 years ago
__init__.py add tests for exos_command module (#42268) 6 years ago
exos_module.py add tests for exos_command module (#42268) 6 years ago
test_exos_command.py add tests for exos_command module (#42268) 6 years ago
test_exos_facts.py network/exos: add exos_facts module (#43210) 6 years ago